How to install and use blogger template full tutorial 🌐

filmax movie blogger template
Welcome to how to install blogger template. Here are the steps that will help you to configure and setup Blogger Template. Here we practically show you by Filmax blogger template.   
Blogger platform is very easy to use and understand. Moreover, it is absolutely free. Hence today we will let you know how to install a blogger template or how to install a Free blogger theme. We’ve crafted some simple steps for you to understand and install your free blogger theme on your new blog or existing one.
For installing the blogger template there are two methods:
  1. Uploading XML Method
  2. Copy Pasting Template Code Method

How to Install a Blogger Template:

1. Uploading XML Method

  • Download Blogger Template: First of all download the blogger template that you want to put on your blog. It will get downloaded in .zip file.
  • Extract the zip file: Zip file will contain .xml file which is the file that will get uploaded on Blogger, hence we will have to extract the contents of the zip file to obtain .xml file which is the template file.

  • Login to Blogger: After you’ve the .xml file with you, now its time to login to your Blogger Dashboard. Goto www.Blogger.com and login with your google account. Just skip this step if you’re already logged in. Select the Blog you want to use or want to install this template to.
  • Access Theme Section: Choose theme on the left hand side of the menu.
How-to-install-Blogger-Template

  • Click on Backup/Restore: Before going next step, Please backup your previous template because, if you have any problem after  uploading the new template, the backup file will help you for restore.

Backup-and-restore-in-blogger-How-to-install-a-Blogger-Template
  • Upload the XML File: Click on Choose File to upload the file.
Upload-blogger-template-after-Backup-and-restore-in-blogger-How-to-install-a-Blogger-Template
  • Select the xml file to upload it to blogger: If the extracted folder has many files, don’t worry you just need to select the XML file to upload it to blogger. The xml file will be named after the template file only
Extracted-template-files-in-hard-drive
  • Click Upload: After selecting the file, just click upload button as shown in the picture below.
Upload-xml-template-in-blogger-How-to-install-a-Blogger-Template
  • Upload Successful: Now the upload is successful.
Upload-blogger-theme

2. Copy Pasting Template Code Method

We were unable to save your theme.
Your Free blogger theme could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: Content is not allowed in prolog.
If you see the above error when uploading your template, then try this copy, paste method.
— Continue above steps still step 4.
  • Open .xml file with text editor.
  • Copy the whole code: 
  • Open HTML Editor on blogger: 
  • Paste coding on blogger HTML Editor: 
  • Template is Installed

2. Blogger Setting

After installing the Free blogger theme, there are minimum settings to make all widgets work fine in this template.
  1. On Blogger Dashboard Click Settings.
  2. Click Other.
  3. In Site Feed > Allow Blog Feed Choose Full.
  4. Then Click Save settings.

3. Upload Logo

Access your blog Layout > click Edit link on Header widget
upload logo to blogger


In Configure Header window, input your Blog Title and Blog Description. If you want to upload your image logo, make sure you check Instead of title and description, then click Choose File and locate your logo file. And click Save button to finish.

5. Setting up the menu

To Edit Menu in this Free blogger theme you can follow these steps:
main menu setup in blogger


  1. On Blogger Dashbord Click Layout
  2. Click on edit of Main menu bar widget
  3. Paste this code in the content area:

<ul class='topmenu1 megamenu' id='megamenuid'>
  <li class='singleparentmenu'><a href='/'>Home</a>
</li>
  <li class='megalist'><a class='menu-target' href='#'>Megamenu</a>
  <ul class='ulmenu'>
       <li><a href='https://filmax-oddthemes.blogspot.com/search/label/Travel'>Travel</a></li>
       <li><a href='https://filmax-oddthemes.blogspot.com/search/label/Entertainment'>Entertainment</a></li>
       <li><a href='https://filmax-oddthemes.blogspot.com/search/label/Mystery'>Mystery</a></li>
       <li><a href='https://filmax-oddthemes.blogspot.com/search/label/Beauty'>Beauty</a></li>
  </ul></li>
<li class='singleparentmenu'><a class='menu-target' href='#'>Travel</a>
<ul class='singlemenu'>
       <li><a href='#'>Thriller</a></li>
       <li><a href='#'>Mystery</a></li>
       <li><a href='#'>Comedy</a></li>
       <li><a href='#'>Action</a></li>
  </ul></li> 

  <li><a href='#'>Features</a></li>
  <li><a href="https://blog.oddthemes.com/">Blog</a></li>
  <li><a href="#">Download</a></li>
</ul>
4. Change # with yours URL link and Text with your text.

6. Submit Video Button

You can put the Contact form url on the Submit Video Button, so that anyone who wants to submit their video can contact you directly and you can accept or decline their video request.
To put the link to the button you just need to add a url to the Submit Video Widget in the Layout Section:
submit video blogger template
We’re using Contact Page to display the Contact Form. If you also want to use the Contact Page to display the Contact form then you can insert this code in your Contact Page:
<div id="custom_ContactForm1" class="widget ContactForm">
<div class="contact-form-widget">
<p>Get in touch with us by filling out the form below.</p>
<div class="form">
<form name="contact-form">
<p></p>
Name
<br>
<input type="text" value="" size="30" name="name" id="ContactForm1_contact-form-name" class="contact-form-name">
<p></p>
Email
<span style="font-weight: bolder;">*</span>
<br>
<input type="text" value="" size="30" name="email" id="ContactForm1_contact-form-email" class="contact-form-email">
<p></p>
Message
<span style="font-weight: bolder;">*</span>
<br>
<textarea rows="5" name="email-message" id="ContactForm1_contact-form-email-message" cols="25" class="contact-form-email-message"></textarea>
<p></p>
<input type="button" value="Send" id="ContactForm1_contact-form-submit" class="contact-form-button contact-form-button-submit">
<p></p>
<div style="text-align: center; max-width: 222px; width: 100%">
<p id="ContactForm1_contact-form-error-message" class="contact-form-error-message"></p>
<p id="ContactForm1_contact-form-success-message" class="contact-form-success-message"></p>
</div>
</form>
</div>
</div>
<div class="clear"></div>
<span class="widget-item-control">
<span class="item-control blog-admin">
<a title="Edit" target="configContactForm1" onclick="return _WidgetManager._PopupConfig(document.getElementById("ContactForm1"));" href="//www.blogger.com/rearrange?blogID=8799058979810298021&widgetType=ContactForm&widgetId=ContactForm1&action=editWidget&sectionId=sidebar-right-1" class="quickedit">
<img width="18" height="18" src="//img1.blogblog.com/img/icon18_wrench_allbkg.png" alt="">
</a>
</span>
</span>
<div class="clear"></div>
</div>
Just make sure you must use Contact Form in your sidebar Widgets or in the footer from Layout section. If you have any problems just drop us a email. Support is only given to the Premium users who have purchased the template.

7. Comment System (Blogger/Facebook/Disqus)

Our template features three Comment system. You can have any one comment system at a time. If you want Blogger then just type “blogger” in the Comment System Widget without quotes.
video blogger template
If you want Facebook Comment system then just type “facebook” in the Comment System Widget.
video template
If you want Disqus then just type “disqus” in the Comment System Widget and add the Disqus Shortname in the next Widget.
disqus blogger template

8. Number of Slides

number of slides
Number of Slides will show how many slides do you want on the Looped Slider at Homepage.

8. Popup Video

popup video
Popup video on Slider if set to YES then it will show a Popup Video Frame from which you can view the Video there and then. If Popup video is set to NO then when the Slides are clicked it will take you to the Post page and will not show the Popup video.

8. Looped Slider

You Can See in the Slider on the template, to put your posts to the slider you need to put the Label in the Looped Slider in the layout section. Label must be used in the posts that you want to display on the slider.
NOTE: All your posts must contain some LABEL.
charlotte slider


8. Featured Carousel Posts

For the Featured Carousel Posts you also need to add the Label of your posts. For example you have 5 or 6 posts with the Label name Travel, then you need to enter Travel in the widget Otcarousel, then all your 5 or 6 posts that have the label Travel will showed in the Featured Carousel Posts.
featured carousel

9. Theme Options

Theme options in this Free blogger theme can be accessed from Layout Section, and it will look like this:
blogger template theme options customizer
  1. Sticky Menubar[On/Off]: If you want Sticky Menubar then just write On in this widget content area. If you don’t want your Menu to be Sticky then just write Off in the widget.blogger template customizer
  2. Preloader[On/Off]: Write On in the widget content area if you want the Preloader on your website. Write Off in the content area if you don’t want the Preloader on your website.
  3. Headers [Header1/Header2]: Write Header1 or Header2 in the Headers widget to define which header do you want on your website.
  4. Header Padding [In Pixels]: You can give padding in pixels in this widget. The padding is counted both from the top and bottom. Right now we’ve given 15px in this widget.
  5. Sliders [Slider/Grid]: You can choose either Slider or Grid in this theme.
  6. Homepage Sidebar: You can display or hide Sidebar on Homepage.
  7. Post Page Sidebar: You can display or hide Sidebar on Post pages.
  8. Sticky Sidebar: You can turn on or off the Sticky Sidebar.

10. About Widget Code

Use the below code for the About widget in the sidebar:

<div class='widget widget_about'>

<div class="about-background" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieYTxUWYvjWdFaLhwjkmYygUO-8e9JgJneC-nnlzv6F-Bv2_79zrOw6LGQ0hiAxD-TKxMD-ayutHricW7uRFICsuKQlDKkgI4GY4OtUHIlG0smCs5qnwxKRd_eJwxsyIARYsUICf_VT10/s1600/background-84678_640.jpg)"></div>

<div class="about-avatar" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVywT08yCw3o1JYcdTZ2Z31CtSyTlVuCiRD2lYoxhr-J9uE_LqV7tIeFClPtl2KZrPHOJyl9UM_lXYZJPVAerZkT35lQbCXI7WmwFAqwzu6har_ZtKd2DYvS_8wzlD_2IsNVImccOckZY/s1600/brooke-cagle-274488-unsplash+%25281%2529.jpg)"></div>

<h2 class="widget-title">About Ceyron</h2>

<p>Ceyron is Versatile &amp; Proactive Web Designer with OddThemes. Design themes for creatives and lifestyle bloggers</p>

<div class="widget widget_social">
<a href="https://twitter.com/340Media" class="twitter"><span><i class="fa fa-twitter"></i></span></a>
<a href="#" class="facebook"><span><i class="fa fa-facebook"></i></span></a>
<a href="#" class="pinterest"><span><i class="fa fa-pinterest"></i></span></a>
<a href="#" class="instagram"><span><i class="fa fa-instagram"></i></span></a>
<a href="#" class="flickr"><span><i class="fa fa-flickr"></i></span></a>
<a href="#" class="vimeo"><span><i class="fa fa-vimeo"></i></span></a>
</div>
</div>

11. Sidebar Ads

To add your ads code to the sidebar, you can just go the layout section and click on edit and paste your sidebar ads code, refer to the image.

sidebar ads

12. Website Main Color Change

Access your blog Template > click Customize as shown in below Image:

colors

    Then you can edit the fonts, colors, etc as you want.
infinite

13. Stay Connected Sidebar Widget code:

<ul class="social-iconz">
<li class="facebook"><a href="http://"><i class="fa fa-facebook"></i></a></li>
<li class="twitter"><a href="http://"><i class="fa fa-twitter"></i></a></li>
<li class="instagram"><a href="http://"><i class="fa fa-instagram"></i></a></li>
<li class="google-plus"><a href="http://"><i class="fa fa-google-plus"></i></a></li>
<li class="snapchat"><a href="http://"><i class="fa fa-snapchat"></i></a></li>
<li class="dribbble"><a href="http://"><i class="fa fa-dribbble"></i></a></li>
<li class="rss"><a href="http://"><i class="fa fa-rss"></i></a></li>
<li class="behance"><a href="http://"><i class="fa fa-behance"></i></a></li>
<li class="vimeo"><a href="http://"><i class="fa fa-vimeo"></i></a></li>
</ul>

14. Instagram Footer Code:

Access your blog Layout > click Edit link on Footer Instagram widget
1. Go to Blogger Dashboard > Layout > Instagram widget > click on edit button > Edit Html
2. Now copy the below mention code and paste into widget.
<div id='instafeed'/></div>
<div class='instatitle'><a href="http://instagram.com/oddthemes">My Instagram</a></div>

<script type='text/javascript'>//<![CDATA[
var feed = new Instafeed({
 get: 'user',
 userId: 1553982550,
 limit:6,
 sortBy:'random',
accessToken: '1553982550.1677ed0.c4f6385f8dd740fd83c34ba9fa17e554',
template: '<li><a href="{{link}}" target="_blank"><img title="♥ {{likes}}" src="{{image}}" /></a></li>',
 resolution: 'standard_resolution'
 });
 feed.run();
//]]></script>
Generate your Instagram Access token by clicking on button from Generate Instagram Access Token

Now enter the access token here in Layout of the blogger template:


ALSO CHANGE THE USERID with yours to show your INSTAGRAM PHOTOS.

If you have any problems just drop us a email. Support is only given to the Premium users who have purchased the template.

Post a Comment

1 Comments

  1. Water Hack Burns 2 lb of Fat OVERNIGHT

    More than 160,000 women and men are hacking their diet with a easy and SECRET "liquids hack" to lose 1-2 lbs each night as they sleep.

    It is scientific and it works with everybody.

    Here's how you can do it yourself:

    1) Take a clear glass and fill it up with water half glass

    2) Now follow this proven hack

    you'll be 1-2 lbs skinnier as soon as tomorrow!

    ReplyDelete