-
AuthorPosts
-
March 31, 2016 at 6:38 pm #606106
Our users love the scroll-top button at the bottom, and in the first days of the launch of this theme, they claim there was a scroll-bottom button at the top of the page to allow them to jump down to the bottom (to be able to comment immediately). Did we somehow disable it? And if not ,what can I do to add that to the theme so it appears on all pages.
March 31, 2016 at 6:54 pm #606113Hi getmechamot!
You can add Color Section element to the top of your page and choose to display “next section” button on it. You can do the same on Fullscreen slider as well as you can see here – http://kriesi.at/themes/enfold/homepage/transparent-header/
Cheers!
YigitMarch 31, 2016 at 6:58 pm #606119I wish the designer hadn’t of quit because that sort of stuff is beyond me! I was hoping there was some code snippet I could use. I can’t even figure out where the “to top of page” and the next post/previous post controls are configured?
Can you take a look? I’d love to get this feature back in as my designer is no longer with us and I thought folks were crazy with a “down arrow” control like the to top arrow.
March 31, 2016 at 7:30 pm #606140More to add, I finally found the code in the footer and copied it to the top and changed the reference from top to bottom but I think the icon is wrong? and it doesn’t do anything. Not sure what I am doing in this area, with other issues I’ve reached out about, I’ve at least felt semi-grounded. Here I am lost because I don’t see a composer or anything so I don’t know how that code was generated, or where. In the page design, I don’t see it, etc, and there’s nothing about this in the Footer info in Theme Options.
March 31, 2016 at 8:53 pm #606226Hey!
Where exactly would you like to have this scroll-to-bottom link/button?
Best regards,
JosueMarch 31, 2016 at 8:55 pm #606228In the meantime, I think I am almost there! But what I want is a mirror image of the one at the bottom of the page that goes to the top. That all I need help with – location and appearance. Right now, the thing on the upper left does take you down, it just isn’t the same as the bottom thing.
So many thanks to you guys, you are all very helpful!
March 31, 2016 at 9:05 pm #606233Hi,
Open footer.php and look for line:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>
Replace it by this:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a> <a href='#socket' title='<?php _e('Scroll to bottom','avia_framework'); ?>' id='scroll-top-link' class='to-bottom' <?php echo av_icon_string( 'scrolldown' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to botto','avia_framework'); ?></span></a>
And add this to Quick CSS:
#top .to-bottom { left: 50px; opacity: 1; visibility: visible; }
Regards,
JosueApril 1, 2016 at 7:12 pm #606823Josue,
All fixed. thank you so much!- This reply was modified 8 years, 7 months ago by getmechamot.
April 1, 2016 at 7:41 pm #606833You are welcome, glad to help :)
Regards,
JosueJanuary 26, 2017 at 9:22 pm #739129Hi there, I hate to re-open this, but I just re-applied this edit after updating the theme and the scroll to bottom button no longer does anything. It shows up like it did before, but it does nothing.I assume that something changed so that the above instructions now need to be tweaked.
As always, your help is very much apprecaited!
January 27, 2017 at 3:55 pm #739436Hi,
You are not using a footer socket so please link your button to #footer instead of #socket :)
Best regards,
YigitJanuary 27, 2017 at 6:45 pm #739520Duh! Thanks so much Yigit. I’ve updated my procedure to take care of that going forward. Thanks again and have a great day and a wonderful weekend!
January 27, 2017 at 10:10 pm #739598 -
AuthorPosts
- The topic ‘Scroll-bottom-link?’ is closed to new replies.