Viewing 25 posts - 1 through 25 (of 74 total)
  • Author
    Posts
  • #7692
    my add
    Keymaster

    Hi, how customize slideshow and featured posts in Dynamic mag Blogger Template like Demo blog.

    #7694
    Templatesyard
    Participant

    For Add Featured Posts Style-1

    blogger dashboard>> Layout and add a new gadget >> Html/JavaScript.
    Paste below code there

    <div id='featurebottom1'>
    
    <h2 class='headingfeature1'><a class="linku1" href="/search/label/Business">
    
    Business</a>
    
    </h2>
    
    <div class='left-corner-canvas'/>
    
    <script src='/feeds/posts/summary/-/Business?
    
    max-results=4&orderby=published&alt=json-in-script&
    
    callback=recentthumbs&' type='text/javascript'/>
    
    </div>
    
    <div style='clear:both;'/>
    
    </script>
    
    </div>
    
    </div>
    

    Now Replace Business with any label from which you want to display posts.
    Click On Save button

    For Add Featured Posts Style-2

    blogger dashboard>> Layout and add a new gadget >> Html/JavaScript.
    Paste below code there

    <div id='featurebottom2'>
    
    <h2 class='headingfeature2'><a class="linku2" href="/search/label/Technology">
    
    Technology</a>
    
    </h2>
    
    <div class='left-corner-canvas'/>
    
    <script src='/feeds/posts/summary/-/Technology?
    
    max-results=3&orderby=published&alt=json-in-script&
    
    callback=recentthumbs2&' type='text/javascript'/>
    
    </div>
    
    <div style='clear:both;'/>
    
    </script>
    
    </div>
    
    </div>
    
    <div id='featurebottom13'>
    
    <h2 class='headingfeature3'><a class="linku3" href="/search/label/LifeStyle">
    
    Life & Style</a>
    
    </h2>
    
    <div class='left-corner-canvas'/>
    
    <script src='/feeds/posts/summary/-/LifeStyle?
    
    max-results=3&orderby=published&alt=json-in-script&
    
    callback=recentthumbs3&' type='text/javascript'/>
    
    </div>
    
    <div style='clear:both;'/>
    
    </script>
    
    </div>
    
    

    In this style yo have to add two labels because it shows 2 labels so replace Technology & Lifestyle with any label from which you want to display posts.
    Click On Save button

    For Add Featured Posts Style-3

    blogger dashboard>> Layout and add a new gadget >> Html/JavaScript.
    Paste below code there

    
    <div id='featurebottom1'>
    
    <h2 class='headingfeature1'><a class="linku1" href="/search/label/Sports">
    
    Sports</a>
    
    </h2>
    
    <div class='left-corner-canvas'/>
    
    <script src='/feeds/posts/summary/-/Sports?
    
    max-results=4&orderby=published&alt=json-in-script&
    
    callback=recentthumbs&' type='text/javascript'/>
    
    </div>
    
    <div style='clear:both;'/>
    
    </script>
    
    </div>
    
    </div>

    Now Replace Sports with any label from which you want to display posts.
    Click On Save button

    For Add Slideshow..

    blogger dashboard>> Layout and Now Just Above “BLOG POST” Add Gadget and paste below code there

    
    <div id="featpost"></div>
    
    <script type='text/javascript'>
    
    jQuery("#featpost").AutofeaturedPost({
    
    MaxPost:5
    
    });
    
    </script>
    #8598
    Templatesyard
    Participant

    Hi!

    I tried to upload the Dynamic Mag Template following the procedure given but I was prompted with an error:

    TypeError: json.feed.entry is undefined

    How do I resolve this? thank you.

    #8600
    Gooyaabi
    Keymaster

    Check your JavaScript File in your Existing Template.

    #9071
    my add
    Keymaster

    hello
    I’ve uploaded the Dynamic Mag Template and my problem is that the page navigation below the posts not displayed.
    On each page displays 6 posts

    Could you help me;;;

    #9072
    Gooyaabi
    Keymaster

    Give me your blog here.

    #9073
    my add
    Keymaster
    #9886
    Templatesyard
    Participant

    Hello!
    I Just install these template but i don’t get the slider and don’t know how to fix the BREAKING NEWS part! help!!

    #9895
    Gooyaabi
    Keymaster

    Please read mourseben’s comment above or give your blog URL here.

    #10161
    my add
    Keymaster

    i have just installed this template and now i want to adjust the width of template how can i adjust please help

    #10163
    Templatesyard
    Participant

    Go to Blogger Dashboard >> Template >> Edit HTML and Find the below codes and change the value 1000 to 1100

    .content-outer{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 auto 20px;
    position: relative;
    width: 1000px;
    z-index: 1;

    and also change the values 940 to 1040 and 620 to 720

    .main-outer {
    width: 940px;
    margin: 0 auto;
    }
    .column-center-outer {
    width: 620px;
    float:left;border-right: 1px solid #eaeaea;
    }

    finally Finally click “save template”.

    Thank you.

    #10165
    my add
    Keymaster

    thank you for your rply now how to increase the width of menu bar see the image please help how to increase width of menu bar

    #10166
    Templatesyard
    Participant
    #main-nav {
    width: 1000px;

    Change the value 1000 to 1100

    #10167
    my add
    Keymaster

    Thanks for your Rply :)

    #10174
    Templatesyard
    Participant

    welcome buddy

    #10231
    Templatesyard
    Participant

    I have looked hard for how to do this but have come up short.

    I would like to change the color of the background the text is on in the slider from blue to red to match the customized colors.

    http://mlsrfeed.blogspot.com

    Any ideas what I need to change?

    Also Is there a way to create a default thumbnail for items without images?

    #10234
    Templatesyard
    Participant

    Hello there,Can you please tell me how to customize the header block’s size? I need to decrease it’s height. Thanks.

    #10236
    Gooyaabi
    Keymaster

    Hi Dany, The header size is automatically adjust with your header image size or your Header text and description text. If you want reduce your header size, please resize your header image or less your header text.

    Thank you.

    #10288
    my add
    Keymaster

    Hey I again need your help :P my title of blog is in black color and simple font but your dynamic blog title is written in black and blue color how can i change my blog title style ???

    #10289
    my add
    Keymaster

    How to create stylish title? like dynamic mag written in Black and blue color?

    #10290
    Templatesyard
    Participant

    Hi Abdul Haseeb, It’s not text. It’s a image. view this http://2.bp.blogspot.com/-Mp1pgTyZbOg/UuCm13aI_wI/AAAAAAAAAs4/4xbr8mTtkD8/s1600/dynamic%2Bmag.png also you can use designed image for make stylish header.

    #10396
    Templatesyard
    Participant

    Hello guys,
    I have set Number of posts to be displayed as 10 and it displays the content of entire 10 posts in the first page which is very annoying. I would like to display the post title and a short summary with ‘click to read’ link so that on clicking that full post would be shown. This could reduce the height of first page,displaying all posts but not the full content. Please guide me.

    Thanks in advance. :)

    #10398
    my add
    Keymaster

    Hi Maxwell, use jump break for your above needs. for know about jump break, visit here https://support.google.com/blogger/answer/154172?hl=en

    #10403
    OddThemes
    Participant

    in Featured Posts Style-2 automatically post will not coming with search label . one more question how to remove your footer

    #10405
    Templatesyard
    Participant

    @Karan Thanks for that. I will check it out. :)

Viewing 25 posts - 1 through 25 (of 74 total)
  • The topic ‘How to customize Dynamic mag Blogger Template’ is closed to new replies.