Results 1 to 9 of 9
Like Tree1Likes
  • 1 Post By Mert Gökçeimam

Likes overlapping pagination

This is a discussion on Likes overlapping pagination within the Troubleshooting forums, part of the vBSEO SEO Plugin category; hi all, I'm have some issues with the positioning of the likes tree. Please have a look on the image ...

  1. #1
    Member
    Real Name
    Karel
    Join Date
    Oct 2007
    Location
    Belgium
    Posts
    35
    Liked
    0 times

    Likes overlapping pagination

    hi all,

    I'm have some issues with the positioning of the likes tree.
    Please have a look on the image 1

    1.jpg

    As you can, see the like are overlapping the pagination.
    I also have the RR enabled as suggestion in this topic:
    VB4 RR's?

    I also see that here on some topics with long pagination has this problem:
    2.jpg

    On my site either i have it all time even if the topic have only 1 post.

    Whats your suggestion please?

    Best regards,
    Karel

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2

  3. #3
    Member
    Real Name
    Karel
    Join Date
    Oct 2007
    Location
    Belgium
    Posts
    35
    Liked
    0 times
    Hi Brian,

    Thanks, am i wrong or can i not find the second suggestion in the like template?

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    vbseo_likes_tree
    is the template you should be in

  5. #5
    Member
    Real Name
    Karel
    Join Date
    Oct 2007
    Location
    Belgium
    Posts
    35
    Liked
    0 times
    Hi Brian, in this post is suggested the following edit:

    Code:
    <if condition="$page_ids"> 
    <script type="text/javascript"> 
    var vbseoui_pageids = "$page_ids"; 
    </script> 
    <br /> 
    </if>
    Its changed now and should look like this i think:

    Code:
    <vb:if condition="$page_ids">
    <script type="text/javascript">
    var vbseoui_pageids = "{vb:raw $page_ids}";
    </script>
    <br />
    </vb:if>
    this looks before this edit:
    before.gif

    This looks after the edit:
    after.gif

    then the other suggestion in this thread was to add the br tag in the showthread:

    Code:
    <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td><br /></if>
    but thats again different

    so i think its this:
    Code:
            <vb:if condition="$pagenav">
                {vb:raw pagenav}
    <br />
            </vb:if>
    this gives this:
    after2.gif

    So none of this works...
    Bad luck for me :-(

    Any other suggestion please?

    Thanks for assistance !
    Best regards,
    Karel

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Apologies, that was designed for vb3, not vb4. I'll flag this for a developer to review.

  7. #7
    Member
    Real Name
    Karel
    Join Date
    Oct 2007
    Location
    Belgium
    Posts
    35
    Liked
    0 times
    Thanks Brian,

    Greatly appreceated ! Nice weekend !

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    The issue is actually related to vBulletin poorly coded CSS.
    In order to fix this on vBulletin 4 please change following in postlist.css
    HTML Code:
    .above_postlist, #above_postlist {
    height:  {vb:math {vb:stylevar control_content_font.fontSize}{vb:stylevar control_content_font.units} + {vb:stylevar control_content_padding.paddingTop}{vb:stylevar control_content_padding.units} + {vb:stylevar control_content_padding.paddingBottom}{vb:stylevar control_content_padding.units} + {vb:stylevar padding}};
    }
    with
    HTML Code:
    .above_postlist, #above_postlist {
    min-height:  {vb:math {vb:stylevar control_content_font.fontSize}{vb:stylevar control_content_font.units} + {vb:stylevar control_content_padding.paddingTop}{vb:stylevar control_content_padding.units} + {vb:stylevar control_content_padding.paddingBottom}{vb:stylevar control_content_padding.units} + {vb:stylevar padding}};
    }
    Fix can be verified on vBSEO 3.5 Release Candidate 1 is here!
    Last edited by Mert Gökçeimam; 03-27-2011 at 07:03 AM.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  9. #9
    Member
    Real Name
    Karel
    Join Date
    Oct 2007
    Location
    Belgium
    Posts
    35
    Liked
    0 times
    Hi Mert,

    This is perfect ! And indeed, even here its fixed !
    Glad that my problem fixed yours also :-)

    on my computer support site its working great now:

    Hoe kwam je op dit forum terecht ?

    Its modified to Thanks system and looks super !

    Thank you so much !

Similar Threads

  1. vBulletin 4.x Getting the Received Likes and Given Likes To Show Up In Profile
    By GotAffiliate in forum Troubleshooting
    Replies: 5
    Last Post: 03-13-2011, 12:08 AM
  2. Social networking icons overlapping with Edit Post button
    By convergent in forum General Discussion
    Replies: 3
    Last Post: 01-06-2011, 05:23 PM
  3. vBulletin 4.x Facebook Like overlapping quick reply
    By StarBuG in forum Bug Reporting
    Replies: 6
    Last Post: 11-18-2010, 11:29 AM
  4. CMS Section Articles List Pagination vs CMS Category Pagination
    By insidedesign in forum URL Rewrite Settings
    Replies: 4
    Last Post: 08-04-2010, 01:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •