HOT!Buy Ready-Made Authority WebsitesClick Here

Making Blogger Professional, Important Updates !!

Hello SoraBloggingTips Readers, If you are reading this, then we would like to appreciate your efforts for being supportive. We know its har...

How To Setup Waverly Blogger Template [Way2Themes]

Waverly blogger template is best suitable for fashion, makeup, daily, OOTD etc blogs, Pre-installed with tons of features to enhance your blog presence. Waverly is equipped with various of widgets which will help you to publish your blog more professionally. To make it easy for you we have published this detailed documentation, so that you can setup your blog correctly.
You have made a good decision by choosing our template. You can check the live demo or download the template through the button below and also Please Read this documentation carefully in order to set up your blog and please note that there’s no support for free users.

Video Documentation

You can check this below video to understand the setup process much more easily, just click the below image to watch the video directly on YouTube, or click this link - How To Setup Waverly Blogger Template - Way2Themes


    Social Top/Footer

    Access your blog Layout > click Edit link on Social Top  widget.

    Icons Available {  facebook, twitter, gplus, rss, youtube, skype, stumbleupon, tumblr, vine, stack-overflow, linkedin, dribbble, soundcloud, behance, digg, instagram, pinterest, delicious, codepen }

    Note: The Social Profile Names are case sensitive.


    Main Menu/Dropdown Menu/Multi Dropdown

    On Blogger Dashbord Click Theme
    Click Edit HTML
    (Menu) Scroll down and Find this Code :
     <ul id="nav1">
    <li><a href="/">Home</a>
    </li>
    <li><a href="#">Fashion</a>
    </li>
    <li class="parent"><a href="#">Shop</a>
    <ul>
    <li><a href="#">Dropdown 1</a>
    </li>
    <li><a href="#">Dropdown 2</a>
    </li>
    <li class="parent"><a href="#">Dropdown 3</a>
    <ul>
    <li><a href="#">Dropdown 3.1</a>
    </li>
    <li><a href="#">Dropdown 3.2</a>
    </li>
    <li><a href="#">Dropdown 3.3</a>
    </li>
    <li><a href="#">Dropdown 3.4</a>
    </li>
    </ul>
    </li>
    <li><a href="#">Dropdown 4</a>
    </li>
    <li><a href="#">Dropdown 5</a>
    </li>
    </ul>
    </li>
    <li><a href="http://writero-way2themes.blogspot.com/p/page-markup-and-typography.html">Typography</a>
    </li>
    <li><a href="http://writero-way2themes.blogspot.in/p/documentation.html">Documentation</a>
    </li>
    <li><a href="#">Download</a>
    </li>
    </ul>
    Change # with your desired url. 

    Featured Slider

    Access your blog Layout > click Add a Gadget > HTML/JavaScript on Featured Posts Section, and then add one of the following

    Recent Posts: <div class="latestposts" data-no="5"></div>
    Label / Tag Ex<div class="tagpost" data-label="Break" data-no="5"></div>


    Instagram Widget

    Access your blog Layout > click Edit link on Instagram Widget.

    Paste this Below code into it.
    <div id='instafeed'/>
    <script type='text/javascript'>//<![CDATA[
    var feed = new Instafeed({
     get: 'user',
     userId: 3541708255,
      limit:6,
      sortBy:'random',
    accessToken: '3541708255.1677ed0.5e79fa74dcac4a52bea0ebba51eacb88',
    template: '<li><a href="{{link}}" target="_blank"><img src="{{image}}" /><div class="insta-likes"><div style="display: table; vertical-align: middle; height: 100%; width: 100%;"><span style="display: table-cell; vertical-align: middle; height: 100%; width: 100%;">{{likes}} <i class="fa fa-heart"></i><br/>{{comments}} <i class="fa fa-comment"></i></span></div></div></a></li>',
     resolution: 'standard_resolution'
     });
     feed.run();
    //]]>
    </script>
    In above code you you will see a

    accessToken: ‘3541708255.1677ed0.5e79fa74dcac4a52bea0ebba51eacb88′,

    This – 3541708255.1677ed0.5e79fa74dcac4a52bea0ebba51eacb88 is a access token ID.

    UserId: ‘3541708255′,

    This – 3541708255 , The first part of access token is your id.

    Now you need to create you new one and replace with this.

    How to Create Instagram Access Token

    1. you need access token for instagram widget to work

    Go to this url-> http://instagram.pixelunion.net/

    Login Via your instagram Account and Generate access token in a single click.

    2.  Once you get  access token just replace with this access token with in a your code.

    Subscription Widget

    Access your blog Layout > click Edit link on Subscription widget.
    Paste this Below code into it.
    <div id='subscribe-css'>
    <p class='subscribe-note'><span>Subscription</span> <span class='itatu'>&</span> Newsletter</p>
    <p class='sub-desc'>Subscribe for New Post Notifications</p>
    <div class='subscribe-wrapper'>
    <div class='subscribe-form'>
    <form action='http://feedburner.google.com/fb/a/mailverify?uri=soratemplates' class='subscribe-form' method='post' onsubmit='window.open (&apos;http://feedburner.google.com/fb/a/mailverify?uri=soratemplates&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
    <input name='uri' type='hidden' value='soratemplates'/><input name='loc' type='hidden' value='en_US'/><input autocomplete='off' class='subscribe-css-email-field' name='email' placeholder='Enter your Email'/><input class='subscribe-css-email-button' title='' type='Submit' value='Subscribe'/></form>
    </div>
    </div>
    </div>
    Replace soratemplates with your feedburner id.

     Page navigation result

    Access your blog theme> search for this below code.

    var postperpage= 4;
    change the value with your desired number of post.

    Facebook Page Plugin:

    <center><div class="fb-padding"><div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.3&appId=1395743857335531";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-page" data-href="https://www.facebook.com/way2themes" data-width="280" data-height="230" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"></div></div></div></center>
    or you can follow this tutorial if above method won't work

      Template Customization

      Access your blog Template > click Customize.
      Colors

      Installation And Custom Services

      We provide plenty of templates for free but if you want something unique for your blog then let us create a unique design for your blog, Just tell us your needs and we will convert your dream design into reality. We also Provide Blogger Template Installation Service. Our Installation service gives you a simple, quick and secure way of getting your template setup without hassle.

      How To Setup Waverly Blogger Template [Way2Themes] How To Setup Waverly Blogger Template [Way2Themes] Reviewed by TemplatesYard on February 25, 2018 Rating: 5

      30 comments:

      1. Hi, This theme is amazing. However, the slide feature is not working. What should I do?

        ReplyDelete
      2. may i know how to edit Social Top/Footer , subscribe & copyright ???
        need to pay than edit?

        pls reply me : email lenamiamia@gmail.com thanks
        this my blog @ https://lenamiaa.blogspot.my/

        ReplyDelete
        Replies
        1. We have already mentioned the process to add or remove links, what else you want?

          Delete
      3. Can I change its background ?

        ReplyDelete
      4. Hi, I have the same problem too when I download it a month ago the slider widget are still visible butearly this morning the slider widge has been gone plss.. help me Im already fond of this theme

        ReplyDelete
      5. Hey! I tried everything, but this theme slider didn't work. I read link from your comments, but it doesn't help me. What should I need to do?

        ReplyDelete
      6. how o activate every single widget ??

        ReplyDelete
        Replies
        1. Just follow the documentation and use the shortcodes to activate the slider.

          Delete
      7. I purchased the premium version of this template. Its beautiful but it does NOT work the way these people claim it does. I followed the step by step instructions (I use Blogger) on how to install and get the slider widget to work. Nothing worked! Luckily my husband is a software engineer and he had to literally go in and correct the code on this template. I was ready to dispute the charges because no one responded to my emails to get help with this template. But luckily my husband is extremely good at his job!

        ReplyDelete
        Replies
        1. Did you read documentation? we mentioned each and everything in documentation and people follow the same.

          Delete
        2. Of course I read THE documentation. Your code is not compatible with Google Blogger. The end.

          Delete
        3. If our code is not compatible with blogger, then how our demo is running well? anyhow, best of luck

          Delete
      8. Hi! The theme is amazing. I installed to my blogspot blog but there is a problem with this. As I am opening my blog link, it is redirecting to the soratemplate.com website. How can I fix this?

        ReplyDelete
      9. Hello ! Thank you very much for this tutorial I always have a problem. the photos are huge
        : https://troisiemesansascenseur.blogspot.com/
        What can I do ?

        ReplyDelete
      10. Congratulations for your amazing templates Sora, I love it! Two questions, Can I install the slider of Holomatic Template in Waverly Template? I've some problems when the slider is loading (sometimes the picture is too big).

        And second question, In the central title (Banner) I would like to fix a picture between the social media sidebar and the main menu, close to the Title. Could do it?

        Thank you!

        ReplyDelete
        Replies
        1. 1. If you know how to do it, then you can.
          2. Sorry we can't provide support on additional customization(Adding or Removing stuffs) rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

          Delete
        2. I bought the Premium Version, but I've problems with slider, the pictures are huge! I just want to change the slider for another of your designs, could you help me?

          Thank you

          Delete
        3. Sorry we can't provide support on additional customization(Adding or Removing stuffs) rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

          Delete
        4. The slider constantly produces an error, since the image is often huge. It seems like a scam

          Delete
        5. Sorry for the inconvenience, We will update the slider very soon and fix the issue, if you are a premium version user, don't worry you will get the template directly into your email once we will publish the update.

          Delete
        6. I'm trying another template, because Waverly's slider doesn't work... Do you know when you'll update the slider?

          Thank you

          Delete
        7. We are working on it and we will update it very soon.

          Delete
      11. Hello!
        I like this template very much. Can I set it in the another language (Czech)?
        In free version it isn´t successful. How is it in the premium version of this template? Thank you.

        ReplyDelete
        Replies
        1. First you need to change it from the settings, and for rest search it in the html or your template.

          Delete
      12. How to modify the background?

        ReplyDelete
        Replies
        1. You can do it from the blogger template customizer.

          Delete
      13. What fonts were used for the logo?

        ReplyDelete

      Note : -We have stopped giving support to free version users, please read this article Making Blogger Professional, Important Updates !!. If You Are Facing Any Problem While Setting Up The Free Theme, Then We Recommend You To Read Our FAQ(Frequently Asked Question) Page.