• Hi there,

    I appear to have accidentally deleted the code for the Scroll Button & Social Media Icons on the top of the Home Page of my website. Can someone please tell me what the code is or how i can fix this? It is the default code in the Section One content box…

    Thank you,

    Sean

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author MageeWP

    (@magictheme)

    Copy and paste the codes below, notice using the text mode

    <div class="banner-scroll"><a href="#about-us"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>
    <div class="banner-sns">
    <ul class="">
    
    <li><a href="#"><i class="fa fa-2 fa-facebook"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-skype"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-twitter"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-linkedin"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-google-plus"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-rss"> </i></a></li>
    </div>
    Thread Starter Sean O Sullivan

    (@sean-o-sullivan)

    Thank you very much! One last issue, when i click the scroll button it doesn’t seem to do anything. Do i need any extra code for this? My website is releighrecordings.com.

    Here is all the code that i now have for the section one content box:

    <div class="banner-box">
    
     
    <h1>Releigh Recordings</h1>
    <div class="sub-title">High-quality Music & Audio Recording and Mixing Services to Local and Online clients</div>
    
    <div class="banner-scroll"><a href="#about-us"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>
    <div class="banner-sns">
    <ul class="">
    
    <li><a href="#"><i class="fa fa-2 fa-facebook"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-skype"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-twitter"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-linkedin"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-google-plus"> </i></a></li>
    <li><a href="#"><i class="fa fa-2 fa-rss"> </i></a></li>
    </div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]

    Theme Author MageeWP

    (@magictheme)

    Because you changed the default section, so you need change the the codes

    <div class="banner-scroll"><a href="#about-us"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>

    to

    <div class="banner-scroll"><a href="#services"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>

    More help could get from http://www.mageewp.com/forums/onetone/

    Thread Starter Sean O Sullivan

    (@sean-o-sullivan)

    thank you so much for your help

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Code for Scroll Button and Social Media Icons’ is closed to new replies.