-
AuthorPosts
-
xdesigner Friend
xdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 15, 2014 at 11:45 am #196774Hello 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 16, 2014 at 9:42 am #531103You 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 Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 16, 2014 at 11:08 am #531119Hello 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 17, 2014 at 4:50 am #531204I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 22, 2014 at 10:08 am #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:
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 23, 2014 at 12:03 am #532012I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 23, 2014 at 9:35 am #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.
1 user says Thank You to Ninja Lead for this useful post
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
April 24, 2014 at 12:19 pm #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.
AuthorPostsViewing 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
"Top" scroller button lost functionality
Viewing 8 posts - 1 through 8 (of 8 total)