Unbloggerized Blogger Template

»

Customizable short text

  • RSS Feed
  • Twitter
  • Facebook
  • Customize

    → Template Structure

    Template

    → Links on the Header-Wrapper

    You can modify the links on the header by going to Template>Edit HTML and type "Ctrl+F" to locate the following texts:

    <li><a href='#'><span class='botonblack'>Edit</span></a></li>
    <li><a href='#'><span class='boton'>Edit</span></a></li>

    Note that there are 2 class attributes for those buttons; "botonblack" (black background) and "boton" (clear background).
    You can add up one more button links on the header.

    → Skins

    In the homepage of your blog, at the right side of the header-wrapper block, you find a widget that let your public customize the background and links colors of your whole template.
    By default the custom skins last one year, but you can modify that time by going Template>Edit HTML and type "Ctrl+F" to locate the following code:

    var expiration = new Date();expiration.setTime(expiration.getTime() + 600000*6*24*365);
    Note that in underlined text the number 365 refers to the number of days the custom changes will last for each user.

    Important This system uses cookies created through Javascript language, and for each blog will be created a non-repeatable cookie name.

    You can add/remove skins or edit the existing by going to Template>Edit HTML and type "Ctrl+F" to locate the script named "Styles of sets of colors and backgrounds".

    → "Customizable short text"

    Go to Template>Edit HTML and type "Ctrl+F" to locate the text 'Customizable short text' and change it by your own.

    <h2 class='dummy-text'>Customizable short text</h2>

    → » symbol in pages gadget

    Go to Template>Edit HTML and type "Ctrl+F" to locate &#187; code in PageList gadget. You can replace it by any other unicode character.

        <b:loop values='data:links' var='link'>
          <b:if cond='data:link.isCurrentPage'>
            <div class='tab-tab active-tab'><b>&#187; <data:link.title/></b></div>
            <b:else/>
            <div class='tab-tab'>&#187; <a expr:href='data:link.href'><data:link.title/></a></div>
          </b:if>
        </b:loop>


    If you have any other question just post it in the comment's section below.
    ¡SeeYa!

    0 comments:


    Post a Comment Post a Comment