HOT
Ogen Media
No Result
View All Result
Ogen Media
No Result
View All Result
Advertisement Banner
Home Blogging

How To Setup Leafy Blogger Template

admin by admin
June 23, 2022
in Blogging
374 24
0
548
SHARES
2.5k
VIEWS
Share on FacebookShare on Twitter

Leafy is the great portfolio Blogger Template that enables you to create a professional portfolio website and manage your blog. Leafy 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.

See Demo Live Preview Free Download Free Version Buy Now Premium Version

Basic Setup

  1. Template Installation
  2. Logo Setup
  3. Template Setting
  4. Shortcodes & Markups v2.0
  5. Create Sitemap

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 Leafy Blogger Template – SoraTemplates
    .docline{display:block;border-top:1px solid #eee;position:relative;margin:10px 0;}.box-code{background:#444;color:#fff;border:1px solid #1c1c1c;padding:10px;}

    Header Background

    Access your blog Theme > click Edit Html>  and then find the following coding.
    #header-wrapper {
    text-align: center;
    padding:0;
    background: url(http://3.bp.blogspot.com/-3UcLXxRcetg/WaTYDnjaJbI/AAAAAAAADt0/LL7OaZTjsE4hTzpKkm-Jj55c8JI4SZBhQCK4BGAYYCw/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 & Header Flashing Text

    Access your blog Layout > click Add a Gadget > HTML/JavaScript on Header Title & Logo Description Widget Section, and then add your title in the title section and description text into the content section. Have a look to the format below.

    <p>
    Welcome
    </p>

    Logo Description ( Flashing Text Should be in this format below ). 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-2″>Services</a></li>
      <li><a href=”#section-3″>Works</a></li>
    <li><a href=”#main-wrapper”>Portfolio</a></li>
    <li><a href=”#section-5″>About</a></li>
    <li><a href=”#section-6″>Contact</a></li>
    </ul>


    Change the details with your own.

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

    What Do We Offer (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.
    • Skill Details

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

    <div class=”skill-details”>
    <!– First –>
    <div class=”special-tiles wow fadeInUp” data-wow-delay=’0s’>
    <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's. </p></span>
    </div>
    <!– First One Ends –>

    <!– Second –>
    <div class=”special-tiles wow fadeInUp” data-wow-delay=’0.2s’>
    <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's. </p></span>
    </div>
    <!– Second Ends –>

    <!– Third –>
    <div class=”special-tiles wow fadeInUp” data-wow-delay=’0.3s’>
    <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's. </p></span>
    </div>
    <!– Third Ends –>
      </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 titles.
    3. Green Highlighted code is for the Descriptions.

      Our Working Process (Section-2)

      Access your blog Theme > click Edit Html>  and then find the following coding.
      <div class=”sora-works-box” id=’section-3′>
      <div class=”works-wrap row”>
      <div class=”works-title”>

        <h4>Our Working Process</h4>

        <span>Our process on creating awesome projects.</span>
        </div>
      <div style=”clear: both;”/>
      <!– First –>
      <div class=”works-tiles”>
      <span class=”works-icons”>
      <li data-percent=”25″><span class=”text”><i aria-hidden=’true’ class=”fa fa-lightbulb-o”/></span><span class=”bar-circle-right” style=”transform: rotate(90deg);”/><span class=”bar-circle-left”/><span class=”bar-circle-cover”/></li>
      </span>
        <h6 class=”works-heading”>1. Concept</h6>
      <p class=”works-text”>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
      </div>
      <!– First One Ends –>
      <!– Second –>
      <div class=”works-tiles”>
      <span class=”works-icons”>
      <li data-percent=”50″><span class=”text”><i aria-hidden=’true’ class=”fa fa-clipboard”/></span></li>
      </span>
        <h6 class=”works-heading”>2. PREPARE</h6>
      <p class=”works-text”>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
      </div>
      <!– Second Ends –>
      <!– Third –>
      <div class=”works-tiles”>
      <span class=”works-icons”>
      <li data-percent=”75″><span class=”text”><i aria-hidden=’true’ class=”fa fa-paint-brush”/></span></li>
      </span>
        <h6 class=”works-heading”>3. RETOUCH</h6>
      <p class=”works-text”>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
      </div>
      <!– Third Ends –>
      <!– Fourth –>
      <div class=”works-tiles”>
      <span class=”works-icons”>
      <li data-percent=”100″><span class=”text”><i aria-hidden=’true’ class=”fa fa-gift”/></span></li>
      </span>
        <h6 class=”works-heading”>4. FINALIZE</h6>
      <p class=”works-text”>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
      </div>
      <!– Fourth Ends –>
        </div></div>
      Here are the things you need to change.
      1. <h4>Steps in Our Works</h4> – Main Title.
      2. <span>Our process on creating awesome projects.</span> – Title Description
      3. <i aria-hidden=’true’ class=”fa fa-lightbulb-o”/> -Icon (fontawesome – http://fontawesome.io/cheatsheet/)
      4. <h6 class=”works-heading”>1. Concept</h6> -Tiles title
      5. <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

      Main Slider

      Access your blog Layout > click Add a Gadget > HTML/JavaScript on Main Slider section, you must place the following names highlighted in blue below.

      Shortcode: Number of Posts/Label, recent or random/slider
      Example: 6/Anime/slider

        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(http://4.bp.blogspot.com/-Tev2WNGyFs8/WaUuh31ZVRI/AAAAAAAADuY/5D9_uZ3rgrY9cVKC46DXxPMlXlxCOmB4gCK4BGAYYCw/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.

          Service List Widget

          Access your blog Layout > click Edit icon > on Service List widget’s.

          Widget Settings EX:

          How to get FontAwesome or Remixicon icon name ??

          Step 1: Go to https://fontawesome.com/v4.7.0/icons/

          Step 2: Go to https://remixicon.com/

          Find icon EX:

          Step 2: Open icon page and copy “fa icon name”.

          EX:

            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.

            Featured Listings

            Access your blog Layout > click Add a Gadget > HTML/JavaScript on Featured Summary section, you must place the following names highlighted in blue below.
            Shortcode: Label, recent or random/hot-posts
            Example: Technology/hot-posts

            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=”http://1.bp.blogspot.com/-zjRQwZusQuA/WaUu4AM9p_I/AAAAAAAADug/68l5-04iSWoVMAkpi8iQGM430fUYKAzdACK4BGAYYCw/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=”http://4.bp.blogspot.com/-B1N0s6e1Y90/WaUvFDHMc7I/AAAAAAAADuo/5L4qayXHNiAWVAgZhTRhJ7S2VSAL-E-3QCK4BGAYYCw/s400/128%2B%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=”http://1.bp.blogspot.com/–AljITWu1is/WaUvSgSDbEI/AAAAAAAADuw/5FZ7WobSdtAVINLVQT3qpCSktRNlDA23gCK4BGAYYCw/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.

            Meet The Team (Section-6):

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

            <div class=”about-wrap row”>
            <div class=”about-title”>
              <h4>Meet The Team</h4>
            <span>Our process on creating awesome projects.</span>
              </div>
            <div style=”clear: both;”/>
            <!– First –>
            <div class=”about-tiles wow fadeInLeft” data-wow-delay=’0.2s’ style=”visibility: visible;”>
            <div class=”team-member text-center”>
                    <div class=”team-img”>
                      <img alt=”” src=”http://1.bp.blogspot.com/-P1UCUBWGCMU/WaUv1CxF6kI/AAAAAAAADvM/aOSCRX-UHAwKF8EFs20fqryoqDNa3DJQwCK4BGAYYCw/s1600/team_1.jpg“/>
                      <div class=”overlay”>
                        <div class=”team-details text-center”>
                          <p>
                            Our web design team will spend time with our digital marketing team.
                          </p>
                          <div class=”socials mt-20″>
                            <a href=”#”><i class=”fa fa-facebook”/></a>
                            <a href=”#”><i class=”fa fa-twitter”/></a>
                            <a href=”#”><i class=”fa fa-google-plus”/></a>
                            <a href=”#”><i class=”fa fa-envelope”/></a>
                          </div>
                        </div>
                      </div>
                    </div>
                    <h6 class=”team-title”>John Marshall</h6>
                    <span>Designer</span>
                  </div>
            </div>
            <!– First One Ends –>

            <!– Second –>
            <div class=”about-tiles wow fadeInUp” data-wow-delay=’0s’ style=”visibility: visible;”>
            <div class=”team-member text-center”>
                    <div class=”team-img”>
                      <img alt=”” src=”http://1.bp.blogspot.com/-lS8BCMfild4/WaUv1I0ZzxI/AAAAAAAADvI/TRbkU8DD6qAMXTEciXxlZXakbMGB29xWQCK4BGAYYCw/s1600/team_2.jpg”/>
                      <div class=”overlay”>
                        <div class=”team-details text-center”>
                          <p>
                            Our web design team will spend time with our digital marketing team.
                          </p>
                          <div class=”socials mt-20″>
                            <a href=”#”><i class=”fa fa-facebook”/></a>
                            <a href=”#”><i class=”fa fa-twitter”/></a>
                            <a href=”#”><i class=”fa fa-google-plus”/></a>
                            <a href=”#”><i class=”fa fa-envelope”/></a>
                          </div>
                        </div>
                      </div>
                    </div>
                    <h6 class=”team-title”>Steve Roberts</h6>
                    <span>Photographer</span>
                  </div>
            </div>
            <!– Second Ends –>

            <!– Third –>
            <div class=”about-tiles wow fadeInRight” data-wow-delay=’0.2s’ style=”visibility: visible;”>
             <div class=”team-member last text-center”>
                    <div class=”team-img”>
                      <img alt=”” src=”http://3.bp.blogspot.com/-NN3Axwd3gjc/WaUv1CODCDI/AAAAAAAADvE/vyiHmT0rl98F-ZTqYB0xmst60IHuVFmxQCK4BGAYYCw/s1600/team_3.jpg”/>
                      <div class=”overlay”>
                        <div class=”team-details text-center”>
                          <p>
                            Our web design team will spend time with our digital marketing team.
                          </p>
                          <div class=”socials mt-20″>
                            <a href=”#”><i class=”fa fa-facebook”/></a>
                            <a href=”#”><i class=”fa fa-twitter”/></a>
                            <a href=”#”><i class=”fa fa-google-plus”/></a>
                            <a href=”#”><i class=”fa fa-envelope”/></a>
                          </div>
                        </div>
                      </div>
                    </div>
                    <h6 class=”team-title”>Michael Cartney</h6>
                    <span>Designer</span>
                  </div>
            </div>
            <!– Third Ends –>

              </div>

            Change the highlighted part’s with your own details for every team member.

              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>

              • 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”/>ad[email protected]</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!!  

              Post List Widget

              Access your blog Layout > click Add a Gadget > HTML/JavaScript on Sidebar or Footer section and follow the instructions below.
              Shortcode: Results number/Label, recent or random/post-list
              Label Posts: 3/Technology/post-list
              Recent Posts: 3/recent/post-list
              Random Posts: 3/random/post-list

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

              Contact Us Custom template Services

              #Setup #Leafy #Blogger #Template

              Tags: Bloggerblogger tipsblogger tutorialsblogger widgetsLeafymake money onlineSEO guideSetupTemplate
              Advertisement Banner
              admin

              admin

              Trending

              Apple

              Pengiriman email terjadwal di iOS 16 akan menenangkan para profesional keamanan

              34 mins ago
              Sneakers

              Tampilan Pertama Nike Air Lebih Banyak Slide Uptempo “OG”

              39 mins ago
              Astronomi

              Peneliti MIT Mengusulkan Gelembung Luar Angkasa untuk Menghentikan Perubahan Iklim

              55 mins ago
              Apple

              Xcode 13 sekarang tersedia – Berita Terbaru

              2 hours ago
              Sneakers

              Nike Air Trainer 1 Tokyo 2003 Hitam Putih

              2 hours ago
              Ogen Media

              We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

              Follow Us

              Recent News

              Pengiriman email terjadwal di iOS 16 akan menenangkan para profesional keamanan

              August 14, 2022

              Tampilan Pertama Nike Air Lebih Banyak Slide Uptempo “OG”

              August 14, 2022

              Categories

              • Apple
              • Astronomi
              • Blogging
              • Bola
              • Sneakers

              Tags

              Adobe Air akan Anda apel Apple Apple Computer Inc. Apple TV baru Berita bintang dalam dan Dari dengan Google iBook Store iMac ini Intel ios 9 ios9 iPad iPhone iphone 6 iphone 6s iPod nano iPod shuffle iTunes Jordan komputer Apple MacBook Pro mac os x mac osx Mac Pro Microsoft nike Nokia Nvidia Rilis Samsung Tanggal Toko aplikasi untuk yang
              • Home
              • Sneakers
              • Apple
              • Blogging
              • Astronomi
              • Bola

              © 2022 ogenenterprise.com - Handcrafted with ❤ by Berandarestu.

              No Result
              View All Result
              • Home
              • Sneakers
              • Apple
              • Blogging
              • Astronomi
              • Bola

              © 2022 ogenenterprise.com - Handcrafted with ❤ by Berandarestu.

              Welcome Back!

              Login to your account below

              Forgotten Password?

              Retrieve your password

              Please enter your username or email address to reset your password.

              Log In