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

Folio is an extra ordinary and professionally designed portfolio blogger template, loaded with various kind of features it focuses on creating a personal or any professional one page site on blogger. Folio 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 Folio Blogger Template - SoraTemplates


    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/AVvXsEiA5OYRkeDgMbRRhcL-bfOL2lDwUS0D92lJMAAJ96sR64d0cdYGV6Hg2Kbrm73mk95yeF1Dww2U_ED23ImIOrgK7g7m4BjVWBqkADmOnkJ0zinQmdVirO5qQfyCeBeG3rlBijoZcdBBcbY/s1600/head-back.jpg) no-repeat center bottom;
        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

    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>
    Welcome
    </p>

    Header Flashing Text

    Access your blog Layout > click Add a Gadget > HTML/JavaScript on Logo Description Widget Section and then add your description text into the content section. Have a look to the format below.
    <div class='type'>
    <span>I Am</span><p></p>
    </div>
    <script language='javascript' type='text/javascript'>//<![CDATA[
                  $(function() {
                    "use strict";
                    $(".header-logo-desc p").typed({
                      strings: ["John Doe", "a Developer" , " a Designer"], //Headlines(Change It)
                      loop: true,
                      startDelay: 1e3,
                      backDelay: 2e3
                    });
                  });
                  //]]></script>

    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 }

      

    Fixed Menu

    Access your blog Theme > click Edit Html and then find the following coding.
    <ul id='nav'>
    <li class='current'><a href='#header-wrapper'>Home</a></li>
    <li><a href='#section-1'>About Me</a></li>
    <li><a href='#section-2'>Services</a></li>
    <li><a href='#main-wrapper'>Portfolio</a></li>
    <li><a href='#section-5'>Testimonial</a></li>
    <li><a href='#section-7'>Contact</a></li>
    </ul>

    Change the details with your own.

    Note:- Don't change the href=' ' Values Otherwise the menu will not work.

    Author Image & Details

    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.
    <div class='sora-author-box'>
    <div class='sora-author-box-image'><img alt='Author Image' class='avatar avatar-60 photo' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHq3qB8eBzRTKs4s0Hoi6gAU4hFFDLdNyzRZVMbk3Gu5hGNBsbqvOeCU7Om-4WjZ3wkBsj9y9QHUsqjFsEhyphenhyphenrX5cRxi-tGJALICglTU4ZXFB90tJ6azpUaKkXxRb88EVTwl_mL8MS0tbE/s1600/team_2.jpg'/></div>
    <div class='sora-author-box-text'>
    <div class='sora-author-box-text-head'>
    <span class='hello-txt'>Hello</span>
    <h2 class='profile-title'><span>I&#39;m</span> John Doe</h2>
    <h3 class='profile-position'>Developer and businessman</h3>
      </div>
    <div class='sora-author-box-text-details'>
    <span>
    <p>
    Lorem Ipsum is simply dummy text of the an took a galley of type and it to make a type specimen book It has survived not only five centuries.</p>
      <br/>
    <p>
    Lorem Ipsum is simply dummy text of the printing and type setting industry when an unknown printer took a galley and type setting unknown printer industry when of type and scrambled it to make a type specimen book It has survived not only five centuries.
      </p></span>
      </div>
    </div></div>
    Replace the highlighted text with your details or desired text. 

    Skills & Info (Section-1)

    It has two types of widgets in it first one is skill bar and the other one is skill details. 
    • Skill Bar's

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

    <div class='skills'>
       <!-- skill -->
      <dl>
        <dt>HTML</dt>
        <dd class='skill-percent html' data-percent='90'/>
        <dt>CSS</dt>
        <dd class='skill-percent css' data-percent='85'/>
        <dt>jQuery</dt>
        <dd class='skill-percent jquery' data-percent='70'/>
        <dt>SCSS</dt>
        <dd class='skill-percent scss' data-percent='60'/>
        <dt>Javascript</dt>
        <dd class='skill-percent javascript' data-percent='50'/>
        <dt>PHP</dt>
        <dd class='skill-percent php' data-percent='30'/>
     <dt>XML</dt>
        <dd class='skill-percent xml' data-percent='40'/>
      </dl>
       <!-- #skill -->
    </div>
    Here are the things you need to change.

    1. Red Highlighted code is for the abilities you want to mention.
    2. Blue Highlighted code is for the score for those abilities.
    • Info

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

    <div class='sora-author-box-text-details'>
    <ul class='profile-list'>
        <li class='clearfix'>
            <strong class='list-title'>Age</strong>
            <span class='cont'>29</span>
        </li>
        <li class='clearfix'>
            <strong class='list-title'>Address</strong>
            <span class='cont'>24058, Belgium, Brussels, Liutte 27, BE</span>
        </li>
    <li class='clearfix'>
            <strong class='list-title'>Blog</strong>
            <span class='cont'>blog.yourdomain.com</span>
        </li>
        <li class='clearfix'>
            <strong class='list-title'>E-mail</strong>
            <span class='cont'><a href='mailto:robertsmith@company.com'>robertsmith@company.com</a></span>
        </li>
     <li class='clearfix'>
            <strong class='list-title'>Site</strong>
       <span class='cont'>http://www.yourdomain.com</span>
        </li>
        <li class='clearfix'>
            <strong class='list-title'>Phone</strong>
            <span class='cont'><a href='tel:+12562548456'>+1 256 254 84 56</a></span>
        </li>
        <li class='clearfix'>
            <strong class='list-title'>Freelance</strong>
            <span class='cont'>till April 15, 2016</span>
        </li>
        <li class='clearfix'>
            <strong class='list-title'><span class='list-button'>On Vacation</span></strong>
            <span class='cont'><i class='fa fa-calendar'/>till March 25, 2016</span>
        </li>
    </ul>
      </div>
    Replace the highlighted text with your details or desired text.

        What Do We Offer (Section-2)

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

        <div class='special-wrap row'>
        <div class='special-title wow fadeInUp animated' style='visibility: visible;'>
          <h4>What Do We Offer</h4>
          </div>
        <div style='clear: both;'/>
        <div class='skill-details-works'>
        <!-- First -->
        <div class='special-tiles wow fadeInUp' data-wow-delay='0s'>
        <div class='special-tiles-wrap'>
        <span class='special-icons'>
         <i aria-hidden='true' class='fa fa-heart-o'/>
        </span>
        <span class='special-content'>
          <h6 class='special-heading'>Web Designing</h6>
        <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s. </p></span>
          </div>
        </div>
        <!-- First One Ends -->

        <!-- Second -->
        <div class='special-tiles wow fadeInUp' data-wow-delay='0.2s'>
        <div class='special-tiles-wrap'>
        <span class='special-icons'>
         <i aria-hidden='true' class='fa fa-birthday-cake'/>
        </span>
        <span class='special-content'>
          <h6 class='special-heading'>App Development</h6>
        <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s. </p></span>
          </div>
        </div>
        <!-- Second Ends -->

        <!-- Third -->
        <div class='special-tiles wow fadeInUp' data-wow-delay='0.3s'>
        <div class='special-tiles-wrap'>
        <span class='special-icons'>
        <i aria-hidden='true' class='fa fa-cutlery'/>
        </span>
        <span class='special-content'>
          <h6 class='special-heading'>Web Application</h6>
        <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s. </p></span>
          </div>
        </div>
        <!-- Third Ends -->

        <!-- First -->
        <div class='special-tiles wow fadeInUp' data-wow-delay='0s'>

        <div class='special-tiles-wrap'>
        <span class='special-icons'>
         <i aria-hidden='true' class='fa fa-heart-o'/>
        </span>
        <span class='special-content'>
          <h6 class='special-heading'>Web Designing</h6>
        <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s. </p></span>
          </div>
        </div>
        <!-- First One Ends -->

        <!-- Second -->
        <div class='special-tiles wow fadeInUp' data-wow-delay='0.2s'>
        <div class='special-tiles-wrap'>
        <span class='special-icons'>
         <i aria-hidden='true' class='fa fa-birthday-cake'/>
        </span>
        <span class='special-content'>
          <h6 class='special-heading'>App Development</h6>
        <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s. </p></span>
          </div>
        </div>
        <!-- Second Ends -->

        <!-- Third -->
        <div class='special-tiles wow fadeInUp' data-wow-delay='0.3s'>
        <div class='special-tiles-wrap'>
        <span class='special-icons'>
        <i aria-hidden='true' class='fa fa-cutlery'/>
        </span>
        <span class='special-content'>
          <h6 class='special-heading'>Web Application</h6>
        <p class='special-text'>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s. </p></span>
          </div>
        </div>
        <!-- Third Ends -->
          </div>
          </div>
        Here are the things you need to change.

        1. Replace the highlighted text with your details or desired text. 
        2. <i aria-hidden='true' class='fa fa-lightbulb-o'/> -Icon (fontawesome - http://fontawesome.io/cheatsheet/)

        Counters (Section-3)

        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/AVvXsEi5Ate6vaUPFxON_c_c31cnlAXedeuzZI0JRHkszeybgbRQJERT_F5QVfGVGrlbJXJXQfXtcKjk0voUZ9LeLk1mzt8SZTFYlhv_zGjZAn7WNItY7gC-YV1JmIPudnjuQMqciW2wnQmjj40/s1600/sg-back.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='counter-box-item'>
        <i class='color lnr lnr-code'/>
        <h1 class='counter-sora'>3000</h1>
        <div class='counter-sora-text'>Projects Completed</div>
        </div>
        <div class='counter-box-item'>
        <i class='color lnr lnr-coffee-cup'/>
        <h1 class='counter-sora'>50</h1>
        <div class='counter-sora-text'>Happy Customers</div>
        </div>
        <div class='counter-box-item'>
        <i class='color lnr lnr-book'/>
        <h1 class='counter-sora'>324</h1>
        <div class='counter-sora-text'>Cups Of Coffee</div>
        </div>
        <div class='counter-box-item'>
        <i class='color lnr lnr-gift'/>
        <h1 class='counter-sora'>1234</h1>
        <div class='counter-sora-text'>Awards</div>
        </div>
        Here are the things you need to change.

        1. Red Highlighted code is for the icons you want to mention. (fontawesome - http://fontawesome.io/cheatsheet/)
        2. Blue Highlighted code is for the numbers.
        3. Green Highlighted code is for the Descriptions.

          Our Portfolio (Section-4):

          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 (Section-5)


          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'>&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla.&quot;</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'>&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla.&quot;</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'>&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla.&quot;</q>
                <span class='testimonial-author'>Ryan Waltz, Front-End Developer</span>
              </div>
            </div>
          Here are the things you need to change.

          1. Red Highlighted code is for the users image. 
          2. Blue Highlighted code is for the review.
          3. Green Highlighted code is for the user details.

          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>

            Get In Touch (Section-7):

            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>
            • Contact Details

            Access your blog Theme > click Edit Html and then find the following coding.
            <div class='contact-other'>
            <ul class='con-list'>
              <li><i class='lnr lnr-phone'/><span class='con-list-head'>Phone</span><span>+610-401-6021, +610-401-6022</span></li>
              <li><i class='lnr lnr-map'/><span class='con-list-head'>Address</span><span>3066 Stone Lane, Wayne, Pennsylvania.</span></li>
              <li><i class='lnr lnr-envelope'/><span class='con-list-head'>Email</span><span>admin@mydomain.com</span></li>
            </ul>
            </div>
            Here are the things you need to change.

            1. Replace the highlighted text with your details or desired text. 
            2. <i class='lnr lnr-phone'/> -Icon (fontawesome - http://fontawesome.io/cheatsheet/)

            Contact Form

            To make the contact form work you have to do nothing, it works automatically hurrah!!  

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

            Facebook Page Plugin:

            <center><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/en_US/sdk.js#xfbml=1&version=v2.5&appId=1760806057479925";
              fjs.parentNode.insertBefore(js, fjs);
            }(document, 'script', 'facebook-jssdk'));</script>
            <div class="fb-page" data-href="https://www.facebook.com/soratemplates/" data-width="350" data-height="230" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"></div></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.

            How To Setup Folio Blogger Template How To Setup Folio Blogger Template Reviewed by TemplatesYard on September 03, 2018 Rating: 5

            60 comments:

            1. ErrorYour theme could not be saved.
              Could not parse topic due to improper formatting. Make sure all XML elements are closed properly. Error message in XML:
              Content is not allowed in prolog.

              ReplyDelete
            2. Excellent template. I'm using it on my website. Very easy to edit the code.
              Congratulations to the author.

              ReplyDelete
            3. I find some bugs:
              1. Almost every icon from free fontawesome icons did't work.
              2. When I scroll to my projects/portfolio when menu overlap portfolio pictures menu stop working.
              3. When I open some publication, after the title have little folder with labels, when I click on this link site goes back to the top of mine page, not in project/portfolio (#main-wrapper) section.
              4. Exactly the same happens when i click on tags or my custom menus or labels.

              ReplyDelete
              Replies
              1. 1. Every icon will work if you add it based on version 4.7.
                2. Please share screenshot.
                3. Since its a portfolio theme every page looks same.
                4. Since its a portfolio theme every page looks same.

                Delete
            4. I am unable to change the font awesome (fa) icons. Please help!!!

              ReplyDelete
              Replies
              1. Every icon will work if you add it based on version 4.7.

                Delete
            5. on chrome: the image box not not show image when i'm clicking on post .

              ReplyDelete
            6. The Featured Summary section only displays the title. If I add a Featured Post gadget to this section, it displays fine, but the page still erroneously shows the Featured Listings text below the Testimonials section. I've submitted a ticket via email but no response after 5 days.

              ReplyDelete
            7. Hello. I've bought the Folio Template last month and I started to customize my website https://www.cristianweiss.com. But I want to show on "Projetos de destaque" (or the Main section in layout) section only the posts tagged with "Destaques" tag. I've tried modifying the html code (following instructions on Blogger's forum and Stackoverflow) but it didn't work at all. What I have to do? Thanks.

              ReplyDelete
              Replies
              1. That is blogger's default post widget which shows latest posts, if you want to show certain posts than you have to replace it with label specific recent post widget.

                Delete
            8. Hi! I have this same problem as TrevorD. Featured Listings don't work. I did everything with documentation but i don't see any results of my actions. So, could you help me? My blog name: filipmikolajzeglen.blogspot.com

              I bought your theme therefore i feel confusion. Please tell me what i have to do.

              Greetings

              ReplyDelete
              Replies
              1. I've done everything but it still doesn't work. For example my Allow Blog Feed was set on full and short option but nothing happens. Also i did everything from your mentioned documentation as excatly as you recommended but my Featured listings aren't working. Why?

                Delete
              2. If you add atleast one label to every posts
                If your blog is public,
                If your feed is full,
                If you have activated every widget
                If you have used correct shortcodes.

                Then it will definitely work.

                Delete
              3. Well I've added one label to every post
                My blog i public
                My feed is full
                I've activated all widgets from your documentation
                I've used shortcodes from your documentation like: (span data-type="tysum" data-label="Label1" data-no="4"). Of course with <> brackets.

                And then my featured listing still doesn't work. All of your tips are definitely done.

                Delete
              4. Hope you have replaced the label1 with your blog's label.

                Delete
            9. Hey... I've bought the Folio Template and my featured listings still doesn't work. What i have to do? Your instructions also doesn't work.

              ReplyDelete
            10. is there any copyrights for using your template and images of this folio template?
              what if we use your template without editing and earn from it?
              what should we do to use your template for our blogs?

              ReplyDelete
              Replies
              1. You are free to use our template unless you remove our credits.

                Delete
            11. the contact us form doesnt work

              ReplyDelete
              Replies
              1. Please download latest version file from soratemplates

                Delete
              2. my contact form doesn't work too

                Delete
              3. Please download latest version file from soratemplates

                Delete
            12. I have a problem with the template,if viewed on android,the welcome page looks bad as the text is diplaying,,,its kinda not responsive

              ReplyDelete
              Replies
              1. Please check here
                http://www.responsinator.com/?url=https%3A%2F%2Ffolio-soratemplates.blogspot.com%2F

                Delete
            13. Hi i have the free version of Folio, and i don't get it anymore why it only shows 2 recent posts even i choose I show 6... it's here: https://resume.gadumaguing.com/

              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 post, may be this will help.

                Delete
            14. Replies
              1. 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
            15. Hi, This is Khan Niazi.
              I purchased but, there are two problem hope to help or guide me.
              1. I have give 8 number of posts to show on main page on menu but, there is still showing only two posts on main page.
              2. I want to show 4 posts on Featured Listings I made labels and have give name of the label on Featured Listings but there is still not showing anything.
              You can see here the problems: https://www.niazistuff.com/

              Best regards,
              Niazi

              ReplyDelete
              Replies
              1. 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 post, may be this will help.

                2. Activate every single widget we have mentioned in documentation and then follow this.
                http://www.sorabloggingtips.com/2017/03/fix-recent-random-label-post-widget-in-blogger.html

                Delete
            16. Hi, thanks for your template, it's beautiful. I have a question, the main menu is on the cell phone, but it can not be seen on the web. I do not see it anywhere on the page. Do I have to configure something that is not configured? My blog es https://claumzproducciones.blogspot.com/

              ReplyDelete
            17. Hi
              I try the great template, so I see that the label links from the label gadget drives to the home page, all the label are the same, they drive to the home page!
              Why, is anyway to fix it?

              ReplyDelete
              Replies
              1. It doesn't goes to homepage, but, Since it is a portfolio/landing page theme, we have made the other widgets show on label pages, archive pages etc.

                Delete
              2. Yes, this is.
                Sorry for my mistake- my wrong comment

                Delete
            18. Hi, you have very nice templates. Thanks a lot. I have a problem that whenever i search my url on google, i found it without description. it is showed "YOUR DESCRIPTION HERE" under my domain. like i didn't set it up, while i added description already. What should i do? i tried to do all the advise like activated meta description, etc, but still the same. Please help.

              ReplyDelete
            19. and my contact form doesn't work too.

              ReplyDelete
              Replies
              1. If you are an admin of the blog, then you will receive the email in social tab of your gmail inbox, naming, Blogger Contact Form

                Delete
            20. What I am posting is also going into my portfolio please tell me the solution I do not want every post in my portfolio section. Thanks

              ReplyDelete
            21. About the final session where people can send me a message. I wonder where these messages are stored so I can read?

              ReplyDelete
              Replies
              1. If you are an admin of the blog, then you will receive the email in social tab of your gmail inbox, naming, Blogger Contact Form

                Delete
            22. hello Under the portfolio of words "See More " does not work how to solve it? Thanks

              ReplyDelete
            23. I was using premium version, and can I change or delete for the loading screen animation? Please for the information...
              oprichter-legal.blogspot.com

              ReplyDelete
              Replies
              1. 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. In my portfolio, why only show 4 articles? and default is 6 articles? what wrong?

                Delete
            24. contact form is dosen't work

              ReplyDelete
              Replies
              1. You have to install blogger's official contact form first.

                Delete
            25. how to make a sidebar separator

              ReplyDelete
              Replies
              1. 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

            26. I use premium templates, ... how to make columns in what do we offer to four columns

              <a href="https://prnt.sc/tehykq> like this</a>

              ReplyDelete
              Replies
              1. 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

            27. One more question

              can the e-mail in the Contact Form be adjusted to our personal e-mail instead of the e-mail blog?

              or you will return the answer "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."


              then what are the advantages of this paid template ??

              ReplyDelete
              Replies
              1. Simply search the term and replace it with your desired text. See you have to understand one thing, support complies under fixing issues and bugs, its like buying a new car, the company will give you warranty if it broke down, but it won't add music system into it.

                Delete
            28. AnonymousJuly 26, 2020

              Hello friends! I loved your Folio template. Beautiful design, excellent work. Just thank you!! Greetings from Argentina.

              ReplyDelete
            29. Replies
              1. If you are using premium version the update will directly come to your email.

                Delete

            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.