Page 1 of 2 1 2 LastLast
Results 1 to 15 of 21

Social Bookmarking icons in 4.0.4

This is a discussion on Social Bookmarking icons in 4.0.4 within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Looks like the alignment of the social bookmarking icons on vB 4.0.4 are now a few pixels a bit too ...

  1. #1
    Junior Member
    Real Name
    Reggie
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0 times

    Social Bookmarking icons in 4.0.4

    Looks like the alignment of the social bookmarking icons on vB 4.0.4 are now a few pixels a bit too low. This is consistent across Chrome, Firefox, and Safari (on OS X):


    Check how it looks when the window is resized, when using the standard vB fluid theme. All the post options get wrapped before the icons:


    Also, check how it looks when a user is not logged in. I hope it can be changed so the icons slide to the right.



    Thanks.

  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
    So you see the same thing here at vbseo.com? we are running 4.0.4 now as well and do not see this issue here. have you done any skin customizations?

  3. #3
    Junior Member
    Real Name
    Reggie
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0 times
    Using standard, reverted vB theme with no customizations. I even created a new style and same problem.

    I can see that the icons here at vbseo is working as it should. I wonder why? Some setting maybe?

  4. #4
    Member merk51's Avatar
    Real Name
    Brendon Meynell
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    31
    Liked
    0 times
    I have the same issue - just thought I would confirm it so that you knew there was an issue.

    On my site they are as the original poster said however here on vBSEO they look right.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Please open a ticket with example URL and admincp access to check this.

  6. #6
    Junior Member
    Real Name
    Reggie
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please open a ticket with example URL and admincp access to check this.
    I'm a bit hesitant to provide all my login and ftp details. I think the best way is for any vb admin in vbseo to create a new test style without any parent style. That should replicate the problem easily.

  7. #7
    Junior Member
    Real Name
    Reggie
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0 times
    Ok, I got this from my ticket: "I can't reproduce this issue both on vbseo.com and my own forums." Note that I am using a clean vB that I just upgraded to vB 4.0.4 with no added plugins/products whatsoever, except for vbseo.

    For those having the problem, here's the fix:

    vB must have changed something on the default template (v4.0.4) making the icons in a div which floats left would float at the center (actually, I don't understand why a div is used here anyway). So, on line 40 of /vbseo/includes/functions_vbseo_vb.php, replace:
    Code:
    '<div style="float:\'.vB_Template_Runtime::fetchStylevar("left").\'">' . $pdata['abm'] . "</div>\n" . $search_for
    with:
    Code:
    $pdata['abm'] . '<span class="seperator">&nbsp;</span>' . $search_for
    Note that I added the span there so it would look more consistent with vB (adding that vertical separator).

    If you are using Legacy (Vertical) Postbit, in the postbit.css template, add this at the end:
    Code:
    .postbitlegacy .postfoot .textcontrols a img, .postbitlegacy .postfoot .textcontrols a:hover img {
    	top: -8px;
    }
    I hope this helps those who have the problem.

  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,100
    Liked
    622 times
    Blog Entries
    4
    If we can't reproduce the issue , i am not sure what you expect us to respond.
    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
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times
    Having the same issues, however slightly different as my icons are in the middle when users are logged in as well as guests.

    Social Bookmarking display messed up in 4.0.4

    Thanks to rsuplido for the fix

  10. #10
    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
    We are currently looking into a better way to display the social icons.

  11. #11
    Junior Member
    Real Name
    Reggie
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0 times
    I guess you have replicated the problem?

    If I may suggest, I would prefer to see the icons beside the post number instead (upper right of post), where the post permalink is.

    Thanks.

  12. #12
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    No we still couldn't reproduxe the issue. changing layout of Social Bookmark icons was a longly remaining discussion and we decided to include into 3.5.2
    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

  13. #13
    Junior Member
    Real Name
    Muhammad Faisal
    Join Date
    Feb 2010
    Posts
    2
    Liked
    0 times
    Hi,
    This issue is from vBulletin. This can be easily fixed by some modifications in CSS. No need to do much work for this.
    rsuplido, already posted a good solution. If you think that this will create any problem for you you can generate new skin and then do these modifications on newly generated skin.

    Thanks,

  14. #14
    Senior Member toon's Avatar
    Real Name
    Andi
    Join Date
    Jun 2007
    Location
    Sheffield UK
    Posts
    197
    Liked
    1 times
    Quote Originally Posted by rsuplido View Post
    Ok, I got this from my ticket: "I can't reproduce this issue both on vbseo.com and my own forums." Note that I am using a clean vB that I just upgraded to vB 4.0.4 with no added plugins/products whatsoever, except for vbseo.

    For those having the problem, here's the fix:

    vB must have changed something on the default template (v4.0.4) making the icons in a div which floats left would float at the center (actually, I don't understand why a div is used here anyway). So, on line 40 of /vbseo/includes/functions_vbseo_vb.php, replace:
    Code:
    '<div style="float:\'.vB_Template_Runtime::fetchStylevar("left").\'">' . $pdata['abm'] . "</div>\n" . $search_for
    with:
    Code:
    $pdata['abm'] . '<span class="seperator">&nbsp;</span>' . $search_for
    Note that I added the span there so it would look more consistent with vB (adding that vertical separator).

    If you are using Legacy (Vertical) Postbit, in the postbit.css template, add this at the end:
    Code:
    .postbitlegacy .postfoot .textcontrols a img, .postbitlegacy .postfoot .textcontrols a:hover img {
    	top: -8px;
    }
    I hope this helps those who have the problem.
    Great fix, that's been annoying me for a while

  15. #15
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by rsuplido View Post
    Ok, I got this from my ticket: "I can't reproduce this issue both on vbseo.com and my own forums." Note that I am using a clean vB that I just upgraded to vB 4.0.4 with no added plugins/products whatsoever, except for vbseo.

    For those having the problem, here's the fix:

    vB must have changed something on the default template (v4.0.4) making the icons in a div which floats left would float at the center (actually, I don't understand why a div is used here anyway). So, on line 40 of /vbseo/includes/functions_vbseo_vb.php, replace:
    Code:
    '<div style="float:\'.vB_Template_Runtime::fetchStylevar("left").\'">' . $pdata['abm'] . "</div>\n" . $search_for
    with:
    Code:
    $pdata['abm'] . '<span class="seperator">&nbsp;</span>' . $search_for
    Note that I added the span there so it would look more consistent with vB (adding that vertical separator).

    If you are using Legacy (Vertical) Postbit, in the postbit.css template, add this at the end:
    Code:
    .postbitlegacy .postfoot .textcontrols a img, .postbitlegacy .postfoot .textcontrols a:hover img {
    	top: -8px;
    }
    I hope this helps those who have the problem.
    i followed your fix but i haven't centered correctly the icons (i use the new postbit) ...

    also i noticed that the icons in the blogs are completely vanished ...
    Attached Thumbnails Attached Thumbnails gamercards-id_1279537905217.png  

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Social Bookmarking icons for CMS?
    By Enerla in forum General Discussion
    Replies: 12
    Last Post: 06-09-2011, 06:18 PM
  2. Removing - Social Bookmarking Icons
    By Nuguru in forum General Discussion
    Replies: 3
    Last Post: 09-22-2008, 08:55 PM
  3. Social Bookmarking Icons Improvement
    By PromotePoker in forum vBSEO Features Archive
    Replies: 1
    Last Post: 03-24-2008, 12:35 AM
  4. Social Bookmarking Icons anzeigen
    By Rene Kunze in forum Deutsch
    Replies: 3
    Last Post: 03-05-2008, 09:44 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
  •