my count per day widget in firefox shows normal
In internet explorrer9 the rows are out of line
my count per day widget in firefox shows normal
In internet explorrer9 the rows are out of line
I've checked it in both IE7, IE8 and IE9
In all 3 the same out of line on my site
Anyone here have same issue or solution?
can it be an Atahualpa issue?
try posting the question at http://forum.bytesforall.com/
thanks juggledad have placed my question on forum.bytesforall.com
post problems here or to my plugin page. i don't know the forum, so good luck there. ;)
the numbers placed with css float:right. the ie seems to have problems with it? i will check it.
counter.php
change line 1160
echo '<li class="cpd-l">'.$instance[$k.'_name'].':';
to
echo '<li class="cpd-l">';
and line 1169
echo '</span></li>';
to
echo $instance[$k.'_name'].':</span></li>';
to get a site code like:
<li class="cpd-l"><span id="cpd_number_show" class="cpd-r">798</span>deze_pagina:
thanks Tom Braider:
will give this a try,
what is your last remark for?:
to get a site code like:
<li class="cpd-l"><span id="cpd_number_show" class="cpd-r">798</span>deze_pagina:
Do I have to place that also in counter.php
an info only, nothing to do.
but there is an error. this second line should work.
echo '</span>'.$instance[$k.'_name'].':</li>';
This fix worked for me.
change line 1160
echo '<li class="cpd-l">'.$instance[$k.'_name'].':';
to
echo '<li class="cpd-l">';
and line 1169
echo '</span>';
to
echo '</span>'.$instance[$k.'_name'].':';
@Tom
Thanks for this one, it works but only when i resafe every page by hand.
have got a job to do now:-)
the counter widget is displayed on every page (137) of my site except the frontpage
hope someone knows a workaroud to let the positive effect take place on every page at once
resolved by installing the plugin auto refresch!
This topic has been closed to new replies.