Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter kletskater

    (@kletskater)

    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 https://forum.bytesforall.com/

    Thread Starter kletskater

    (@kletskater)

    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:

    Thread Starter kletskater

    (@kletskater)

    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’].’:’;

    Thread Starter kletskater

    (@kletskater)

    @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

    Thread Starter kletskater

    (@kletskater)

    resolved by installing the plugin auto refresch!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘count per day display error in IE’ is closed to new replies.