Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21963
    Templatesyard
    Participant

    Dear Team,
    I applied MC3 Revoltify Alternate 2 at my blogger i am facing 2 problems,
    1) i want to increase number of posts on my home page from 8 to 18, the same must be applied to home page navigation bar

    2) My total posts are approx 2600 but navigation bar showing max 8*19=154 posts only my older posts are not reachable using navigation bar

    Please help me to fix this problem . Your quick response is highly appreciable.

    my website url is : http://www.rainingdeal.in

    Thanks

    #21966
    my add
    Keymaster

    Blogger has a limit of how many photos can be shown on the Homepage.

    Your thumbnails are also fuzzy. Always back up your template.

    Try finding this in your html:
    <script type=’text/javascript’>document.write(bp_thumbnail_resize(“<data:post.thumbnailUrl/>”,'<data:post.title/>’));</script>

    Replace that coding with:
    <script type=’text/javascript’>var tumbresizeurl = “<data:post.thumbnailUrl/>”;var n=250; var r=170;
    document.write(bp_thumbnail_resize(tumbresizeurl.replace(“/s72-c-k-no/”,”/w”+n+”-h”+r+”-c/”),'<data:post.title/>’));</script>

    #21967
    Templatesyard
    Participant

    Thank you so much for reply& your suggestion, is really usefull
    1) My problem is using pagination max 19 pages are displayed on home page, that show 152 posts only but i have 2600 post, user can’t see my older posts in any way, i want to amend pagination so that all my posts are visible . why only 19 pages are created using pagination, please suggest some edit so that pagination create pages equals to my post

    images showing how current pagination works

    2) Is there any way i can show more than 8 posts on my home page , currently only 8 posts are displayed at my home page my right side bar length is more than left that looks ugly

    3) any other suggestion , for improvement as you think

    Your response is highly appreciable, Please help me

    blog url: http://www.rainingdeal.in

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.