Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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.

    #606113

    Hi 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!
    Yigit

    #606119

    I 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.

    #606140

    More 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.

    #606226

    Hey!

    Where exactly would you like to have this scroll-to-bottom link/button?

    Best regards,
    Josue

    #606228

    In 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!

    #606233

    Hi,

    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,
    Josue

    #606823

    Josue,
    All fixed. thank you so much!

    #606833

    You are welcome, glad to help :)

    Regards,
    Josue

    #739129

    Hi 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!

    #739436

    Hi,

    You are not using a footer socket so please link your button to #footer instead of #socket :)

    Best regards,
    Yigit

    #739520

    Duh! 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!

    #739598

    Hi,

    Not at all!
    You too have a wonderful weekend :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Scroll-bottom-link?’ is closed to new replies.