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 Evento Blogger Template [Way2Themes]


Evento blogger template is a perfect choice for event and niche bloggers, it loads fast and carries perfect ad placements to boost your site earnings. Evento 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

Main Menu/Dropdown

Access your blog Layout > click Edit link on Main Menu widget.
Normal Link : Features
Sub Link: _Sub Link 1.0 (before the link add "_") 1 underscore
Sub Link 2: __Sub Link 1.1 (before the link add "__") 2 underscore

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

Ads Inside Post

How to add css in blogger or blogspot blogs


Access your blog Themes > click Edit Html and search for the below coding.
<div id='adsense-content' style='display: inline-block;float: left;margin:15px 15px 15px 0px'><a href='#'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi37xESCoDd2mh1N6ohMyI4OSjapqAs4LUT2zAtmQYlqG8btQqsUT1oNtJbm1UdLaM6jwEOqjt7qnzUt_7T-1FWMGaeQknfwNDiwb3jAYyrED06wdJQnhz0x0-OQNWVmsmHKZ3njYcuCNU/s1600/sidebar-300+(2).png'/></a></div>
Replace the highlighted code in red with your adsense code.but before replacing you have to convert the code with special tool, convert your adsense code by going to this tool- Adsense Ads Converter.

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

Shortcodes

  • Full Width Post;
Go to Pages or Posts > New Page or Post
On the new page content/post content after adding the page/post title, add the [full_width] code in the page content area.
  • Left Sidebar;
Go to Pages or Posts > New Page or Post
On the new page content/post content after adding the page/post title, add the [left_sidebar] code in the page content area.

Theme Option

PageNavi Results No:

  • Type your number for Page Navigation, Default is "7"

Related Post Number:

  • Type your number for Related Posts, Default is "4"

Extra Widgets

Some additional widgets to decorate your blog.

  • Sidebar Social Widget

Access your blog Layout > click Add a Gadget > HTML/JavaScript on Sidebar Section, and then add one of the following
<a href="#">
<div class="fb-icon-bg"></div>
    <div class="fb-bg"></div></a>
  <a href="#">
  <div class="twi-icon-bg"></div>
    <div class="twi-bg"></div></a>
  <a href="#">
  <div class="g-icon-bg"></div>
    <div class="g-bg"></div>
  </a>
<a href="linkedin-url">
  <div class="lin-icon-bg"></div>
    <div class="lin-bg"></div>
  </a>
<a href="instagram-url">
  <div class="ins-icon-bg"></div>
    <div class="ins-bg"></div>
  </a>
<style>
.fb-bg:hover, .twi-bg:hover, .g-bg:hover, .ins-bg:hover, .lin-bg:hover {background:#303030;}
.fb-icon-bg {
background: #354f88;
height: 37px;
margin: 0 0 -37px 0;
width: 41px; 
}

.fb-icon-bg:after {
 content: "\f09a"; font-family: FontAwesome;
  display: block;
  padding: 9px 10px 5px 15px;
color:#fff;
}

.fb-bg {
background: #3b5998;
display: block;
height: 37px;
margin: 0 0 10px 41px;
}

.fb-bg:after {
color: #fff;
content: "Facebook";
height: 37px;
left: 8%;
position: relative;
font-family: 'Playfair Display', serif;
top: 22%;
width: 41px; 
}

.fb-bg:hover{
  cursor: pointer;
}

.fb-bg:active{
  background: #354f88;
}

/* Twitter */
.twi-icon-bg:after {
 content: "\f099"; font-family: FontAwesome;
  display: block;
  padding: 11px 10px 6px 11px;
color:#fff;
}

.twi-icon-bg {
background: #40a2d1;
height: 37px;
margin: 0 0 -37px 0;
width: 41px; 
}

.twi-bg {
background: #45b0e3;
height: 37px;
margin: 0 0 10px 41px;
}

.twi-bg:after {
color: #fff;
content: "Twitter";
height: 37px;
  left: 11%;
position: relative;
 font-family: 'Playfair Display', serif;
top: 22%;
  width: 41px; 
}

.twi-bg:hover {
  cursor: pointer;
}

.twi-bg:active {
  background: #40a2d1;
}

/* Google+ */
.g-icon-bg:after {
 content: "\f0d5"; font-family: FontAwesome;
  display: block;
  padding: 11px 10px 6px 13px;
color:#fff;
}

.g-icon-bg {
background: #ce3e26;
height: 37px;
margin: 0 0 -37px 0;
width: 41px; 
}

.g-bg {
background: #de4c34;
height: 37px;
   margin: 0 0 10px 41px;
}

.g-bg:after {
color: #fff;
content: "Google+";
height: 37px;
left: 10%;
position: relative;
font-family:'Playfair Display', serif;
top: 22%;
width: 41px; 
}

.g-bg:hover {
  cursor: pointer;
}
.lin-icon-bg {
    background: #075e8c;
    height: 37px;
    margin: 0 0 -37px 0;
    width: 41px;
}
.lin-icon-bg:after {
    content: "\f0e1";
    font-family: FontAwesome;
    display: block;
    padding: 11px 10px 6px 13px;
    color: #fff;
}
.lin-bg {
    background: #0077B5;
    height: 37px;
    margin: 0 0 10px 41px;
}
.lin-bg:after {
    color: #fff;
    content: "Follow up on Linkedin";
    height: 37px;
    left: 10%;
    position: relative;
    font-family: 'Playfair Display', serif;
    top: 22%;
    width: 41px;
}
.ins-icon-bg {
    background: #ffc238;
    height: 37px;
    margin: 0 0 -37px 0;
    width: 41px;
}
.ins-icon-bg:after {
    content: "\f16d";
    font-family: FontAwesome;
    display: block;
    padding: 11px 10px 6px 13px;
    color: #fff;
}
.ins-bg {
    background: #ffd438;
    height: 37px;
    margin-left: 41px;
}
.ins-bg:after {
    color: #fff;
    content: "Follow us on Instagram";
    height: 37px;
    left: 10%;
    position: relative;
    font-family:'Playfair Display', serif;
    top: 22%;
    width: 41px;
}
</style>

Change the above details with your own.

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 Evento Blogger Template [Way2Themes] How To Setup Evento Blogger Template [Way2Themes] Reviewed by TemplatesYard on August 19, 2017 Rating: 5

21 comments:

  1. I can't edit the html to insert meta tags in the header

    ReplyDelete
  2. how to add recent post widget in this template???

    ReplyDelete
    Replies
    1. By default it doesn't have one, but a tutorial comming soon.

      Delete
  3. Why does it revert to default, whenever I try to insert my HTML code in the template...its so annoying.....it happened more than three times

    ReplyDelete
  4. my blog showing 1 or 2 posts on every page. how can I solve this?

    ReplyDelete
    Replies
    1. Remember one thing you have to keep the post count same in your blog settings and pagination widget.

      There is a limit of 1mb from blogger side, only 1mb of images or text you can show in home page and you are exceeding that limit and that is the reason rest of the post is going on next page, there is not any solution, but you can try page break after 1st paragraph in every posy, may be this will help

      Delete
  5. Please explain how to replace Ads Inside Post in detail
    Please help me

    ReplyDelete
    Replies
    1. We have tried our best to make everyone understand in easy way, please share what difficulty are you facing.

      Delete
  6. What is the post image size

    ReplyDelete
  7. I have installed evento template, but it doesn't work well. When I share a post with an image; it doesn't appear, but when I click on read more, it is started appearing with an other image WAY2Themes.

    How Can I use it?

    ReplyDelete
    Replies
    1. Follow "ads inside post" section in above tutorial.

      Delete
  8. Thanks for your help.....

    ReplyDelete
  9. I have already bought the premium themes but i found Ways2themes logo on every my posts.
    How can i remove Ways2themes logo out of my posts ?

    ReplyDelete
    Replies
    1. Follow "ads inside post" section in above tutorial.

      Delete
  10. सर जी मैंने Evento Blogger Template अपने ब्लॉगर में अपलोड किया । और एक पोस्ट ओपन करके देखा तो पोस्ट में Way2Themes का फोटो show हो रहा है ।
    Plz इसका समाधान बताइये ।

    ReplyDelete
    Replies
    1. Follow "ads inside post" section in above tutorial.

      Delete
  11. Sidebar not showing on desktop mode

    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.