Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • TomC Moderator
    #146321

    There is an odd issue going on with my template – which appears to be related to the JA Slideshow 2 function. When the site first loads, the image description info displays over my “user 1” (or “left”) positions for about 5 seconds or so. Why would this be happening . . . is it a bug of some sort?

    HERE is the url to my site so you can see.
    FYI – I primarily use Firefox as my designing browser, so that is the browser in which I see the issue.

    Thanks for any thoughts, insight, advice.

    jay973 Friend
    #324843

    This is definitely an issue, it’s happening to mine too 🙁

    Cheers,

    J.

    Saguaros Moderator
    #324904

    Dear all!

    i have fixed the issue as following:

    at line 17 => 18
    [PHP]
    <?php if($showDescription && $showdescwhen!=’always’) {?>
    <div class=”ja-slide-descs”>
    [/PHP]
    Replace:
    [PHP]
    <?php if($showDescription && $showdescwhen!=’always’) {?>
    <div class=”ja-slide-descs” style=”display:none”>
    [/PHP]

    at line 59 -> 60:
    [PHP]
    <script type=”text/javascript”>
    window.addEvent(‘load’, function(){
    [/PHP]
    Replace:

    [PHP]
    <script type=”text/javascript”>
    // window.addEvent(‘load’, function(){
    [/PHP]

    at line 85 -> 86:
    [PHP]
    });
    </script>
    [/PHP]
    [PHP]
    // });
    </script>
    [/PHP]

    now please try to check it on your site, if you have any problems, please call me.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 14 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum