How To Setup Sora Home Blogger Template
Sora Home is and amazing Blogger Template that enables you to create a professional website and manage your blog for the real estate niche. Sora Home is equipped with various widgets that 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 Sora Home Blogger Template
Header Background
Access your blog Theme > click Edit Html> and then find the following coding.
#header-wrapper {
text-align: center;
padding:0;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh67uHXGwofH8hsABsZYBtvE29QiF7EoLYSIq5ZN8b73jkB80cfw7bYHeDB3hN0ILoi6ff2S1zzlql3BeCvr4JBwtd17HH1wu2ClLt_F8xvQaz7NhTLcqrSWcU0Nuf7BX5K-qgXKKDITU2F/s1600/hero-head-back.jpg) no-repeat center top;
background-attachment: fixed;
background-size: cover;
margin-bottom: 10px;
height:100vh;
box-sizing:border-box;
position:relative;
width: 100%;
}
Change the black highlighted code with your own image link.
Note:- Don't change anything else, otherwise the background will not work properly.
Main Menu/DropDown/Multi 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
Sub Link 2: __Sub Link 1.1 (before the link add "__") 2 underscore
Header Title
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Header Title Widget Section, and then add your description text into the content section. Have a look to the format below.
<p class='search-note'><span class='itatu'>20.000+</span> Bungalows <span class='itatu'>1.000+</span> Appartments</p>
<p class='search-desc'>Search : Homes, Penthouse, Farmhouse etc.</p>
Hot Posts
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Hot Posts section, you must place the following names highlighted in blue below.
Shortcode: Label, recent or random/hot-posts
Example: Technology/hot-posts
PROPERTY FEATURES
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='sora-works-box wow slideInUp' id='section-3'>
<div class='works-wrap row'>
<div class='works-title'>
<h4>Property Features</h4>
<span>Here you can explain about property features.</span>
</div>
<div style='clear: both;'/>
<!-- First -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='25'><span class='text'><span class='lnr lnr-home'/></span>
</li>
</span>
<h6 class='works-heading'>Low Budget</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div>
</div>
<!-- First One Ends -->
<!-- Second -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.1s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='50'><span class='text'><span class='lnr lnr-apartment'/></span></li>
</span>
<h6 class='works-heading'>Penthouse</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Second Ends -->
<!-- Third -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.2s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='75'><span class='text'><span class='lnr lnr-sun'/></span></li>
</span>
<h6 class='works-heading'>Natural Light</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Third Ends -->
<!-- Fourth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.3s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-bus'/></span></li>
</span>
<h6 class='works-heading'>Public Transport</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Fourth Ends -->
<!-- Fifth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.4s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-earth'/></span></li>
</span>
<h6 class='works-heading'>Eco Friendly</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Fifth Ends -->
<!-- Sixth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.5s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-lighter'/></span></li>
</span>
<h6 class='works-heading'>Fire Proof</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Sixth Ends -->
<!-- Seventh -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.6s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-store'/></span></li>
</span>
<h6 class='works-heading'>Nearby Store</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Seventh Ends -->
<!-- Eighth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.7s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-lock'/></span></li>
</span>
<h6 class='works-heading'>Secured</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Eighth Ends -->
</div></div>
Here are the things you need to change.
- <h4>Steps in Our Works</h4> - Main Title.
- <span>Our process on creating awesome projects.</span> - Title Description
- <i aria-hidden='true' class='fa fa-lightbulb-o'/> -Icon (fontawesome - https://linearicons.com/free)
- <h6 class='works-heading'>1. Low Budget</h6> -Tiles title
- <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's. </p> -Description
WE HAVE DELIVERED
You can change background, number, details and icons in this section.
- Background
Access your blog Theme > click Edit Html> and then find the following coding.
.counter-box {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAmdgg2vqY-btGERewkiqfZEqvcPGmMEOdUGGQ6IrqndcirwD34Qai6C3pcnTAAb6w-Y99KObHUXkZepHFj9VTq-ootYj_K-rvw17OD_-G2g8LHw3HYV7xgPkd2OvSy7c4nVe3UzE9NpNz/s1600/hero-head.jpg) no-repeat;
background-attachment: scroll;
background-size: cover;
background-position: 50% 0;
overflow: hidden;
margin: 0 auto;
padding: 40px 0;
position:relative;
}
Change the red highlighted code with your own image link.
Note:- Don't change anything else, otherwise the background will not work properly.
- Number, details and icons
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='row counter-box-wrap'>
<div class='counter-title'>
<h4>We have Delivered</h4>
</div>
<div style='clear: both;'/>
<div class='counter-box-item'>
<span class='lnr lnr-home'/>
<h1 class='counter-sora'>1500</h1>
<div class='counter-sora-text'>Houses Build</div>
</div>
<div class='counter-box-item'>
<span class='lnr lnr-apartment'/>
<h1 class='counter-sora'>4150</h1>
<div class='counter-sora-text'>Rented House</div>
</div>
<div class='counter-box-item'>
<span class='lnr lnr-store'/>
<h1 class='counter-sora'>860</h1>
<div class='counter-sora-text'>Shops Build</div>
</div>
<div class='counter-box-item'>
<span class='lnr lnr-construction'/>
<h1 class='counter-sora'>52</h1>
<div class='counter-sora-text'>On Progress</div>
</div>
</div>
Here are the things you need to change.
- Red Highlighted code is for the icons you want to mention. (fontawesome - http://fontawesome.io/cheatsheet/)
- Blue Highlighted code is for the numbers.
- Green Highlighted code is for the Descriptions.
Featured Listings
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Featured Posts Section, and then add one of the following.
- tysum: <span data-type="tysum" data-label="Video" data-no="3"></span>
Our Portfolio
This is the title for recent posts you will publish.
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='Portfolio-title'>
<h4>Our Portfolio.</h4>
<span>A creative agency that believes in the power of creative ideas and great design.</span>
</div>
Change the details with your desired one.
Testimonials
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='gallery-cell'>
<div class='testimonial'>
<img class='testimonial-avatar' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWE7mlRWCAqI2EBjjFXgVOg0cXa53McnZKnDJuUmxqGMcsTQFzVve0U7G9HLkqmnxCRWZKPqxKOivgCtEjOfRICPwFRYgN1gHmQOqQ2IliVNdTATivhkKXx7mDpyj3gCDzgT8-9gwcX2g/s400/128.jpg'/>
<q class='testimonial-quote'>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla."</q>
<span class='testimonial-author'>Joe Smith, CEO of Cubix</span>
</div>
</div>
<div class='gallery-cell'>
<div class='testimonial'>
<img class='testimonial-avatar' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9hC0mzmbfMaleF3sSqgrtAfbjrKGJiySUgc43ys8o_70CNsIcz58gE7wquEh_j-cIdEk42GR5qBgAca5hspgVKhLAHMCK_YSw_2f3QimhbGPL_wI3aFLen8qjXBF8T1q1jWGkAcZLqVo/s400/128+%25281%2529.jpg'/>
<q class='testimonial-quote'>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla."</q>
<span class='testimonial-author'>Lisa Jones, Freelance Web Developer</span>
</div>
</div>
<div class='gallery-cell'>
<div class='testimonial'>
<img class='testimonial-avatar' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoSNusV76yE2O9y2kvWQnMuMRGheKi97VPLrGC3RmIefPKj_QHtDZDQuzWGHq1GdEy_wLKgBwgnXLrACh1xSQdOMvHUf64ml7Rkgv0cVB6hCpvCDiw7JqXj0Eisif5Q5c4g1ojXesD-LI/s400/128.jpg'/>
<q class='testimonial-quote'>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla."</q>
<span class='testimonial-author'>Ryan Waltz, Front-End Developer</span>
</div>
</div>
Here are the things you need to change.
- Red Highlighted code is for the users image.
- Blue Highlighted code is for the review.
- Green Highlighted code is for the user details.
Get In Touch
There are few things which you can change in this section.
- Headings and description.
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='contact-title'>
<h4>Get in Touch</h4>
<span>Feel free to drop us a line to contact us</span>
</div>
- Feel free To Contact
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='contact-other'>
<h1 class='con-title'>Feel free To Contact</h1>
<p class='con-text'>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate dolores, quasi unde quisquam facilis at ullam aperiam similique dicta voluptatibus!
</p>
<ul class='con-list'>
<li><i class='lnr lnr-map'/>3066 Stone Lane, Wayne, Pennsylvania.</li>
<li><i class='lnr lnr-phone'/>+610-401-6021, +610-401-6022</li>
<li><i class='lnr lnr-envelope'/>admin@mydomain.com</li>
<li><i class='lnr lnr-earth'/>www.yourdomain.com</li>
</ul>
</div>
Change the highlighted part's with your own details for every team member.
Contact Form
To make the contact form work you have to do nothing, it works automatically hurrah!!
Facebook Page Plugin
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Sidebar or Footer section, and paste the code below.
<center><div class="fb-page" data-href="https://www.facebook.com/templatesyard" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>
Note: In Attribute data-href replace the link per your facebook page url.
Footer Navigation
Access your blog Layout > click Edit link on Topnav widget.
it automatically picks pages and page links but in case it doesn't pick, please see the above image to add one, you can also add external links(Links from somewhere else).
Social Footer
Access your blog Layout > click Edit link on Social Top widget.
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='sora-works-box wow slideInUp' id='section-3'>
<div class='works-wrap row'>
<div class='works-title'>
<h4>Property Features</h4>
<span>Here you can explain about property features.</span>
</div>
<div style='clear: both;'/>
<!-- First -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='25'><span class='text'><span class='lnr lnr-home'/></span>
</li>
</span>
<h6 class='works-heading'>Low Budget</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div>
</div>
<!-- First One Ends -->
<!-- Second -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.1s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='50'><span class='text'><span class='lnr lnr-apartment'/></span></li>
</span>
<h6 class='works-heading'>Penthouse</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Second Ends -->
<!-- Third -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.2s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='75'><span class='text'><span class='lnr lnr-sun'/></span></li>
</span>
<h6 class='works-heading'>Natural Light</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Third Ends -->
<!-- Fourth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.3s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-bus'/></span></li>
</span>
<h6 class='works-heading'>Public Transport</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Fourth Ends -->
<!-- Fifth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.4s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-earth'/></span></li>
</span>
<h6 class='works-heading'>Eco Friendly</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Fifth Ends -->
<!-- Sixth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.5s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-lighter'/></span></li>
</span>
<h6 class='works-heading'>Fire Proof</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Sixth Ends -->
<!-- Seventh -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.6s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-store'/></span></li>
</span>
<h6 class='works-heading'>Nearby Store</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Seventh Ends -->
<!-- Eighth -->
<div class='works-tiles wow fadeInUpBig' data-wow-delay='0.7s'>
<div class='works-tiles-wrap-in'>
<span class='works-icons'>
<li data-percent='100'><span class='text'><span class='lnr lnr-lock'/></span></li>
</span>
<h6 class='works-heading'>Secured</h6>
<p class='works-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div></div>
<!-- Eighth Ends -->
</div></div>
Here are the things you need to change.
- <h4>Steps in Our Works</h4> - Main Title.
- <span>Our process on creating awesome projects.</span> - Title Description
- <i aria-hidden='true' class='fa fa-lightbulb-o'/> -Icon (fontawesome - https://linearicons.com/free)
- <h6 class='works-heading'>1. Low Budget</h6> -Tiles title
- <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's. </p> -Description
WE HAVE DELIVERED
You can change background, number, details and icons in this section.
Change the red highlighted code with your own image link.
Note:- Don't change anything else, otherwise the background will not work properly.
- Background
.counter-box {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAmdgg2vqY-btGERewkiqfZEqvcPGmMEOdUGGQ6IrqndcirwD34Qai6C3pcnTAAb6w-Y99KObHUXkZepHFj9VTq-ootYj_K-rvw17OD_-G2g8LHw3HYV7xgPkd2OvSy7c4nVe3UzE9NpNz/s1600/hero-head.jpg) no-repeat;
background-attachment: scroll;
background-size: cover;
background-position: 50% 0;
overflow: hidden;
margin: 0 auto;
padding: 40px 0;
position:relative;
}
Change the red highlighted code with your own image link.
Note:- Don't change anything else, otherwise the background will not work properly.
- Number, details and icons
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='row counter-box-wrap'>
<div class='counter-title'>
<h4>We have Delivered</h4>
</div>
<div style='clear: both;'/>
<div class='counter-box-item'>
<span class='lnr lnr-home'/>
<h1 class='counter-sora'>1500</h1>
<div class='counter-sora-text'>Houses Build</div>
</div>
<div class='counter-box-item'>
<span class='lnr lnr-apartment'/>
<h1 class='counter-sora'>4150</h1>
<div class='counter-sora-text'>Rented House</div>
</div>
<div class='counter-box-item'>
<span class='lnr lnr-store'/>
<h1 class='counter-sora'>860</h1>
<div class='counter-sora-text'>Shops Build</div>
</div>
<div class='counter-box-item'>
<span class='lnr lnr-construction'/>
<h1 class='counter-sora'>52</h1>
<div class='counter-sora-text'>On Progress</div>
</div>
</div>
Here are the things you need to change.
- Red Highlighted code is for the icons you want to mention. (fontawesome - http://fontawesome.io/cheatsheet/)
- Blue Highlighted code is for the numbers.
- Green Highlighted code is for the Descriptions.
Featured Listings
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Featured Posts Section, and then add one of the following.- tysum: <span data-type="tysum" data-label="Video" data-no="3"></span>
Our Portfolio
This is the title for recent posts you will publish.
Access your blog Theme > click Edit Html> and then find the following coding.
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='Portfolio-title'><h4>Our Portfolio.</h4>
<span>A creative agency that believes in the power of creative ideas and great design.</span></div>
Change the details with your desired one.
Testimonials
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='gallery-cell'>
<div class='testimonial'>
<img class='testimonial-avatar' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWE7mlRWCAqI2EBjjFXgVOg0cXa53McnZKnDJuUmxqGMcsTQFzVve0U7G9HLkqmnxCRWZKPqxKOivgCtEjOfRICPwFRYgN1gHmQOqQ2IliVNdTATivhkKXx7mDpyj3gCDzgT8-9gwcX2g/s400/128.jpg'/>
<q class='testimonial-quote'>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla."</q>
<span class='testimonial-author'>Joe Smith, CEO of Cubix</span>
</div>
</div>
<div class='gallery-cell'>
<div class='testimonial'>
<img class='testimonial-avatar' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9hC0mzmbfMaleF3sSqgrtAfbjrKGJiySUgc43ys8o_70CNsIcz58gE7wquEh_j-cIdEk42GR5qBgAca5hspgVKhLAHMCK_YSw_2f3QimhbGPL_wI3aFLen8qjXBF8T1q1jWGkAcZLqVo/s400/128+%25281%2529.jpg'/>
<q class='testimonial-quote'>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla."</q>
<span class='testimonial-author'>Lisa Jones, Freelance Web Developer</span>
</div>
</div>
<div class='gallery-cell'>
<div class='testimonial'>
<img class='testimonial-avatar' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoSNusV76yE2O9y2kvWQnMuMRGheKi97VPLrGC3RmIefPKj_QHtDZDQuzWGHq1GdEy_wLKgBwgnXLrACh1xSQdOMvHUf64ml7Rkgv0cVB6hCpvCDiw7JqXj0Eisif5Q5c4g1ojXesD-LI/s400/128.jpg'/>
<q class='testimonial-quote'>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla."</q>
<span class='testimonial-author'>Ryan Waltz, Front-End Developer</span>
</div>
</div>
Here are the things you need to change.
- Red Highlighted code is for the users image.
- Blue Highlighted code is for the review.
- Green Highlighted code is for the user details.
Get In Touch
There are few things which you can change in this section.
Access your blog Theme > click Edit Html> and then find the following coding.
- Headings and description.
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='contact-title'>
<h4>Get in Touch</h4>
<span>Feel free to drop us a line to contact us</span>
</div>
- Feel free To Contact
Access your blog Theme > click Edit Html> and then find the following coding.
<div class='contact-other'>
<h1 class='con-title'>Feel free To Contact</h1>
<p class='con-text'>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate dolores, quasi unde quisquam facilis at ullam aperiam similique dicta voluptatibus!
</p>
<ul class='con-list'>
<li><i class='lnr lnr-map'/>3066 Stone Lane, Wayne, Pennsylvania.</li>
<li><i class='lnr lnr-phone'/>+610-401-6021, +610-401-6022</li>
<li><i class='lnr lnr-envelope'/>admin@mydomain.com</li>
<li><i class='lnr lnr-earth'/>www.yourdomain.com</li>
</ul>
</div>
Change the highlighted part's with your own details for every team member.
Contact Form
To make the contact form work you have to do nothing, it works automatically hurrah!!
Facebook Page Plugin
Access your blog Layout > click Add a Gadget > HTML/JavaScript on Sidebar or Footer section, and paste the code below.
<center><div class="fb-page" data-href="https://www.facebook.com/templatesyard" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>
Note: In Attribute data-href replace the link per your facebook page url.
Footer Navigation
Access your blog Layout > click Edit link on Topnav widget.
it automatically picks pages and page links but in case it doesn't pick, please see the above image to add one, you can also add external links(Links from somewhere else).
Social Footer
Access your blog Layout > click Edit link on Social Top widget.
Facebook Page Plugin:
<center><div class="fb-page" data-href="https://www.facebook.com/soratemplates/" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>
or you can follow this tutorial if above method won't work
How to Add Responsive Facebook Like Box Widget In Blogger
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.
Dear Sora templates, I have try this template, and very satisfied with the layout. but I have problem when I test the contact form, i didnt receive the mail that i have tested. How can I fix that issue?
ReplyDeleteFirst you have to install bloggers default contact widget.
DeleteDear Admin,
ReplyDeletethe counterup number counting animation not working why?
Working perfect in our demo, share your blog url.
DeleteDear Team
ReplyDeleteFeatured Listings doesn't work even though I added the instructions you instructed
I want the etradas to come out on a label. (on the menu)
ReplyDeleteI have the premium template
<span data-type="tysum" data-label="Video" data-no="3"></span>
DeleteReplace Video with your label.
I want the tag search to show the results of the posts in another tab.
ReplyDeletehttps://www.solofrutas.com/search/label/sabiasque
Be specific about your issue.
Deletehello sir i am planning to buy sora home but i want testimonial like ( https://www.tutorialrepublic.com/snippets/designs/testimonial-carousel.png ) What do do
ReplyDeleteYou have to pay extra for the customization.
DeleteDear Team Sora templates,
ReplyDeleteI want to buy it. It is possible for me to remove the search box and testimonial section? I want to replace my own images and icons. I don't know to code.
Thanks
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.
Deletehow to remove post under "social media icon" plz help me.
ReplyDeletelink....
https://nearshopbd.blogspot.com/2020/04/near-shop_53.html
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.
Deletehow to remove photo & text under " social media icon" in this link
ReplyDeletehttps://nearshopbd.blogspot.com/2020/04/nearshop.html
plz help me.
thanks....
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.
DeleteI would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. In fact your creative writing abilities has inspired me to start my own Blog Engine blog now. Really the blogging is spreading its wings rapidly. Your write up is a fine example of it. Fort Lauderdale Defense Attorney
ReplyDeleteHola en la Plantilla Home no funciona la galeria de imágenes, cuando pinchas en la imagen se pone en negro en lugar de hacerse grande. En vuestra plantilla demo tambien ocurre. Hay solucion a ese problema?
ReplyDeleteGracias.
Please Speak English
Delete