Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • xdesigner Friend
    #196774

    Hello JoomlArt community,

    for some reason the “top” scroller button in the footer section stopped working, only in the homepage from what I’ve noticed.

    I tried to fix it by following this guide http://t3-framework.org/documentation/bs3-customization#back-to-top

    but then it stopped working everywhere.

    The difference I see between the top button in homepage and the rest of the pages is here:
    homepage

    <div id="back-to-top" class="backtotop"></div>
    rest of the pages

    <div id="back-to-top" class="backtotop reveal"></div>

    If i edit it in firebug it works, so question is: which file do I have to edit to add the “reveal” part in that div?

    Thank you very much in advance.

    Ninja Lead Moderator
    #531103

    You can add to the templates/ja_nex_t3/tpls/blocks/footer.php file as follows:

    Change

    <div id="back-to-top" class="backtotop">
    <?php echo JText::_('Top');?>
    </div>

    To

    <div id="back-to-top" class="backtotop reveal">
    <?php echo JText::_('Top');?>
    </div>

    xdesigner Friend
    #531119

    Hello Ninja Lead,

    I figured that out already but it didn’t work :(( Cleared cache in joomla and browser. Right now the code is exactly as you said but firebug still shows in homepage:
    <div id="back-to-top" class="backtotop">
    Top
    </div>

    That was the reason I was wondering what am I doing wrong, found the code in footer.php by reading another topic and it made sense, but it refuses to work.

    Any ideas?

    Thank you for your time mate.

    Ninja Lead Moderator
    #531204

    I would need to take a closer look at your site. I could not login your back-end with u/p you provided. Please pm me admin and FTP credentials of your site again, I will help you out.

    Ninja Lead Moderator
    #531923

    <em>@xdesigner 422026 wrote:</em><blockquote>Hello Ninja Lead,

    I figured that out already but it didn’t work :(( Cleared cache in joomla and browser. Right now the code is exactly as you said but firebug still shows in homepage:
    <div id="back-to-top" class="backtotop">
    Top
    </div>

    That was the reason I was wondering what am I doing wrong, found the code in footer.php by reading another topic and it made sense, but it refuses to work.

    Any ideas?

    Thank you for your time mate.</blockquote>

    Have you made any change to your site? I visited your site but I got this screenshot:


    1. back_up_site
    xdesigner Friend
    #532012

    I am developing the site locally and I was restoring the latest version on my dev server online with akeeba kickstart..2 minutes later after you took that screenshot the site was up and running again..

    I must be a very unlucky guy…

    Ninja Lead Moderator
    #532066

    <em>@xdesigner 422026 wrote:</em><blockquote>Hello Ninja Lead,

    I figured that out already but it didn’t work :(( Cleared cache in joomla and browser. Right now the code is exactly as you said but firebug still shows in homepage:
    <div id="back-to-top" class="backtotop">
    Top
    </div>

    That was the reason I was wondering what am I doing wrong, found the code in footer.php by reading another topic and it made sense, but it refuses to work.

    Any ideas?

    Thank you for your time mate.</blockquote>

    I did fix the problem directly on your site, let me know if it helps.

    xdesigner Friend
    #532256

    <em>@Ninja Lead 423212 wrote:</em><blockquote>I did fix the problem directly on your site, let me know if it helps.</blockquote>

    It helped mate, thank you very much.

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

This topic contains 8 replies, has 2 voices, and was last updated by  xdesigner 10 years, 7 months ago.

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