Sign Up |

Horizontal Bar Not Showing On Initial Load

(3 posts) (2 voices)
  1. frychiko Posted 1 year ago #

    Just installed the plugin and so far it is fantastic! However there is a bug on page load. (resizing works fine)

    In your sharebar_init() function:
    changing
    if(w < o.width && o.horizontal) jQuery(sharebarx).slideDown();
    to
    if(w < o.minwidth && o.horizontal) jQuery(sharebarx).slideDown();

    fixed problems with both bars not being visible / invisible depending on the page width.

  2. frychiko Posted 1 year ago #

    Oh, On the visual side, there is an issue with the facebook side button not having a gap underneath. I used a overflow:hidden on a #sharebar li personally to solve this issue.

  3. Monjurul Dolon Posted 1 year ago #

    Thanks for pointing that out, you're completely right - it was a typo I had overseen. I'll also add your CSS suggestion, it sounds like a good fix.

    Thanks again!


Reply

You must log in to post.

© Copyright 2010 DevGrow - Design. Develop. Grow. 20 queries. 0.28 seconds.