Scroll Down Arrow "Auto"?

Support Area Forums Elite Scroll Down Arrow "Auto"?

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #20598
    Kathrin Mehringer
    Participant

    Is it possible when the Slider Down Button on Home Page clicked, it automatically scrolls down?

    #20599
    Bill Robbins
    Moderator

    Hello Kathrin,

    Excellent question there. You can do that with just a bit of editing. Here’s how:

    1. Go to the Appearance section and select edit.
    2. From the list of files on your right, choose hero-options.php
    3. Find this spot:
      
      <div class="scroll-down"></div>
      

      and replace it with this:


      (Be sure to copy that code directly from the support site and not the notification email.)

    4. Repeat that for each instance of the
      
      <div class="scroll-down"></div>
      
    5. Save your changes.
    6. Go to the Theme Options page and select the Advanced tab. Scroll down to the Custom CSS box and paste this:
      
      .scroll-down a {
      	position: absolute;
      	left: 48.5%;
      	bottom: 0;
      	padding: 20px;
      }
      
    7. Update your settings.

    I believe that should swap out the simple arrow for one that will scroll your users to either the first section of the home page, or the start of the content on an inside page. If you have any questions or trouble, let me know.

    Thanks,
    Bill

    #20600
    Kathrin Mehringer
    Participant

    Hello Bill
    Thank you for your great support.
    It all works very well.

    Have a good weekend.

    Kathrin

    #20601
    Bill Robbins
    Moderator

    That’s great news Kathrin. I hope you have a great weekend too and let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scroll Down Arrow "Auto"?’ is closed to new replies.