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 Veronica Blogger Template

Veronica Blogger Template

Veronica is a elegant and professional blogger template, which is great for anyone looking display a lot of content in a clean and user friendly manner. Veronica 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 Jasmine Blogger Template - Way2Themes

Top Menu Widget

Access your blog Theme > click Edit Html and then find the following coding.

    <ul class='menubar'>
            <li>
              <a href='#'>
                Home
              </a>
            </li>
            <li>
              <a href='#'>
                About
              </a>
            </li>
            <li>
              <a href='#'>
                Contact
              </a>
            </li>
            <li>
              <a href='#'>
                Error Page
              </a>
            </li>
          </ul>


Change the above details with your own.

Social Widget

Access your blog Theme > click Edit Html and then find the following coding.

    <ul>
                                                                                                    <li><a href='#'><img alt='Dribbble' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKuTsLlfzKJ4uLI969oE3kOaZezppISugLwUazuS444elrKBhM_0vQCiGEvtYFJQL4dB9KJlxJHfLSk8RADAWdlKq3IwNlNpoFKQjkqUfoGTcVXElNQ7g8Z7sxmeZNrBJ22QJbAtRlfQA/s1600/soc-icon-dribbble.png'/></a></li>
                                                                                                 
                                             
                                                                                                    <li><a href='#'><img alt='Facebook' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKMi2jwxMmTxYaiNjDN_FXbopI8i3ELhizUMkD0_x2uvAfl9zLN_kqx2IWW949buI9hlmSVYaT-X81y12RwPJ84wEuVWfjyVsp-j_pXxvWxMCryDWHKQ5siM5Ae5yug7TnHOdIsHW3KAM/s1600/soc-icon-fb.png'/></a></li>
                                             
                                                         

                                                                                                    <li><a href='#'><img alt='Pinterest' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbMY1I66WMlEvsGcnBqbhsSwwzLVDXXTcOXujrHMdhRhiB9eOsfUlIYRWTlVsdEIdrHK5Gqw5PvvFSoIzoYExbYwf99tT9kGNIiZY-FspWg-sEwsEMyhg77c1TILqzsUW6ApPAt0P7pQo/s1600/soc-icon-p.png'/></a></li>
                                                                                                 

                                                                                                    <li><a href='#'><img alt='Behance' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgt6yjwpPaMmAGUP9wNbS1F-73gFsD4pQnJUAVl_I9WLHwL01foqhyiiilHLE9P8QIkl4mXy_XB9p8XYxgn4lB7TLZM0Jwko1C9wimY5yiz3mdHnqlPFHOAyVf1X5GbqacLtXdAmiOkJFQ/s1600/soc-icon-be.png'/></a></li>
                                               
                                               
                                                 
                                                                                                   
                                                                                                    <li><a href='#'><img alt='Instagram' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1SjJMUd_xJsphp2gEADtFa8YBS4a1cIJKEw67Knyc7x5Yp59Yasxexs6kR_UNKs2rrMZng-aJiNTnwx7aLEIk44jQHhKaDcL_s8RKqBCgy06EFeahha3zo4IoCu-JaXEKqNPAh6a7hRM/s1600/soc-icon-instagram.png'/></a></li>
                                               
                                                 
                                             
                                                                                            </ul>


Change the above details with your own.

Note:- # is for link.

Main Menu/Dropdown/Multi Dropdown

On Blogger Dashbord Click Template
Click Edit HTML
(Menu) Scroll down and Find this Code :
    <ul class='nav menubar2' id='menu-main'>
          <li>
           <a class='active' href='/'>
                            
                Home
              
            </a>
          </li>
          <li>
            <a href='#'>
              Features
            </a>
            <ul>
              <li>
                <a href='#'>
                  Fashion
                </a>

              </li>
              <li>
                <a href='#'>
                  Fashion1
                </a>
    <ul>
              <li>
                <a href='#'>
                  Sub Menu 1
                </a>
              </li>
              <li>
                <a href='#'>
                  Sub Menu 2
                </a>
              </li>
              <li>
                <a href='#'>
                  Sub Menu 3
                </a>
              </li>
            </ul>
              </li>
              <li>
                <a href='#'>
                  Fashion2
                </a>
              </li>
            </ul>
          </li>
          <li>
            <a href='#'>
              Seo Service
            </a>
        
          </li>
<li>
            <a href='#'>
              Documentation
            </a>
          </li>
         
         
          <li>
            <a href='http://www.soratemplates.com/2014/09/veronica-blogger-templates.html'>
              Download This Template
            </a>
          </li>
        </ul>
Change # with your desired url.

Featured Post Widget

Access your blog Theme > click Edit Html and then find the following coding.

    <script type='text/javaScript'>
document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/featured?max-results=&quot;+featured_numposts+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=sliderposts\&quot;&gt;&lt;\/script&gt;&quot;);
</script>

Change the featured with your desired label.

Author Widget

Access your blog Theme > click Edit Html and then find the following coding.

<p>Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of soratemplates is to provide the best quality blogger templates.</p>
             
        <div class='soc-icon'>
            <ul>
<li><a href='http://www.dribbble.com/'><img alt='Image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRrHyG3BWZ5HpsUxhPNAIopa7dSxMJWXGrjzxsRGS7Bb2N8sJ2ox6TBxkQy2_KA9pmwPwHa5EFBR29RH1hiHnzkPVR57y8oogouPSCsLvl92hiwE4J5i5Hn_ZcaRx3oGM1KIQN1l-vLlA/s1600/soc-icon-black-dribbble.png' title='Image'/></a></li>

<li><a href='http://twitter.com/'><img alt='Image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiPwBfcNwxXKSoxXipOJATmVQcn8gc4RcOSyBujefeEEPWBpt9n3s0baDy75-4oYRdarXFwVa-veiWWxXVBtv-38nf9i-kzo6Esy6glyhE0TXotlt4iLU7Qn5kLS0rky_NnOKEITIuCPg/s1600/soc-icon-black-t.png' title='Image'/></a></li>

<li><a href='http://pinterest.com/'><img alt='Image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNHum5Lu-RHdPaMUKpSWbH-zaxQUHKEapPkaqgpuKsMmp8Vu__tE03W7_BbGK3qQ2iNMQtDyQ7aQ05Icu6H4NkD99TfIXxPHnRGMQign8wycNH_W5T6ysfQYU_aoOB5z0YmYnTS8i1yIQ/s1600/soc-icon-black-p.pn' title='Image'/></a></li>
<li><a href='http://www.behance.net/'><img alt='Image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5usxYf5Op0W5Bu37rkn14kavibe6301Mvr0xvvlzzMP9xN0OJi8uYD5D9vD1Mwer7mgc6uhzR4dE3MnEfxsuqHlwclR-a8mrtI7hQGZHYIbbN5K3fGSxfUp15Gj4AILz6Yh5RgjaWI1g/s1600/soc-icon-black-be.png' title='Image'/></a></li>

<li><a href='http://www.instagram.com/'><img alt='Image' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH1OJPeOJs5tG6uixWIrjNtaXEtjowIHTZq5apV6ZkMdswX7yiU_VkKvJnJEOpaGyP7S-Uptb8B019lCovEIX6WwxYI-XXYWlSrlnvV-1SpcEOXtLTq-PtN_K0tDmc0DMyVV7zMQIc1i8/s1600/soc-icon-black-instagram.png' title='Image'/></a></li>
</ul>
Change the "Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of soratemplates is to provide the best quality blogger templates."  with your own details.

And replace social media url's with your profile link.

Pagination Result

Access your blog Theme > click Edit Html and then find the following coding.

    <script type='text/javascript'>
                          var pageNaviConf = {
                            perPage: 5,
                            numPages: 9,
                            firstText: &quot;First&quot;,
                            lastText: &quot;Last&quot;,
                            nextText: &quot;Next&quot;,
                            prevText: &quot;Prev&quot;
                          }
                        </script>

Change the perPage: 5,, with your number of posts.

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/soratemplates" 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

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 Veronica Blogger Template How To Setup Veronica Blogger Template Reviewed by TemplatesYard on July 26, 2017 Rating: 5

No comments:

Post a Comment

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.