Widget displays count before text
-
Great plugin! Congrats! I’ve been using it for 2-3 months with no problems.
My setup:
Wordpress v3.5.2–el
Count Per Day v3.2.5Problem:
Count Per Day Widget displays the number of hits/visitors/etc before the text, like this
123Total Visitors:
21/03/2013Counter started at:Additional info:
I recently updated to WP 3.5.2 but I’m not sure if the issue started right after that. You can see the issue live at http://bitcoinx.gr right sidebar, all the way down. The same thing for left sidebar (left sidebar appears if you click any article from the right sidebar)It used to work flawlessly. Is it something I did or…?
Thx!
-
You have to load the CpD Stylesheet (UNcheck the box in settingt) or copy the content to you theme style.css.
That did the trick. Thank you!
I unchecked the box in the settings for to load the CpD stylesheet but still the cuantity of visiteres are in front of the text
Do you have reload the page with CTRL + F5 to refrech the browser cache?
yes, i refreched the cache and also i deleted it in both browser (chrome, ff)
where can i see it?
maybe another stylesheet makes trouble with cpd.OK, you have changed the wp-content directory. And CpD is still using the constant PLUGINDIR (= wp-content if not defined)
Add
define( 'PLUGINDIR', dirname(__FILE__) . '/blog/wp-content/plugins' );
with the correct path to your wp-config.php to defined PLUGINDIR.
The topic ‘Widget displays count before text’ is closed to new replies.