Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7776
    Templatesyard
    Participant

    Please tell me. how to configure WebLogMag template like demo.

    #7779
    Gooyaabi
    Keymaster

    Find and Change number to how many posts show in home page.

    var pageCount = 8;

    To add news ticker

    <div class="magazine_news_ticker">
    <script>
    widgetrc(
     'Featured','6','shownewsticker'
    );
    </script>
    </div>

    Change the word “Featured” with your label name.

    To add slider

    <div class="magazine_slider_flex">
    <script>
    widgetrc(
     'Slider','16','showsimpleslides'
    );
    </script>
    </div>

    Replace the word “Slider”with your label name.

    To add recent posts

    <div class="small-recent-posts">
    <script>
    widgetrc(
     'Featured','3','singlecolumnsmallthumb'
    );
    </script>
    </div>

    Change the word “Featured” with your label name.

    To add Email subscribe widget

    <div class="well"><form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open("http://feedburner.google.com/fb/a/mailverify?uri=weblogtemplates", "popupwindow", "scrollbars=yes,width=550,height=520"); return true" target="popupwindow">
        <div class="form-group">
    <input id="follow-by-email-address" name="email" placeholder="Email address..." type="text" class="form-control">
    </div>
    <div class="form-group">
    <input id="follow-by-email-submit" type="submit" value="Submit" class="btn btn-danger btn-email"> <input name="uri" type="hidden" value="gooyaabitemplates"> <input name="loc" type="hidden" value="en_US">
    </div>
    </form>
    </div>

    Replace gooyaabitemplates with your own feedburner handle.

    #8454
    my add
    Keymaster

    How to delete entries in the name of the slider images?

    I want to show only images and no name and date items.

    #11006
    Templatesyard
    Participant

    Sir, the images in my slider are getting stretched, is there any way that i change the re-sizing properties of slider images..?

    #11017
    Templatesyard
    Participant

    My recommendation is resize your image. Other wise.. Please give me your blog URL for my concern.

    #11022
    Templatesyard
    Participant

    http://www.mrandroidgamers.net/
    this is my blogs link.. just waana know how can slider images be in a proper resolution..

    #11031
    Templatesyard
    Participant

    Hi @darknight77 Credit link Removed or Missing please keep credit link in your blog.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to setup WebLogMag Blogger Template’ is closed to new replies.