Sign Up |

Side bar visible only while scrolling

(7 posts) (3 voices)
  1. ronakg Posted 1 year ago #

    Hi,

    Thanks for this fantastic plugin. I have it enabled for all the posts. But when I click any post page, the sidebar appears only after the page is scrolled by some amount and doesn't appear if page is very small.

    I tried all different options but to no avail. Please help.

    Here is a page where you can see the behavior - http://www.ronakg.in/blog/2010/07/refrain-from-using-rupee-foradian-font-for-new-rupee-symbol/

  2. Monjurul Dolon Posted 1 year ago #

    It looks like #primary-content has an overflow setting that isn't being properly interpreted by my browser. Try removing the overflow property completely from that div and it should work fine.

  3. ronakg Posted 1 year ago #

    @ Monji, thanks for the response. I went to the plugin editor and I see some php, css, and js files there. Only one of the css files (sharebar.css) had this term overflow with a value "hidden". I removed that and updated the file but that didn't help. I am not sure if that's what you meant when you asked me to remove the overflow property. I am not too familiar with the css and php stuff yet.

  4. Monjurul Dolon Posted 1 year ago #

    Actually, the CSS I am talking about is in your theme files. It's in this file:

    http://www.ronakg.in/blog/wp-content/themes/mystique/style.css

    I would just remove line 310 altogether and see if the design still looks okay. If it doesn't, you may need to use the overflow:hidden; property on another div or use another trick to clear the text properly.

  5. ronakg Posted 1 year ago #

    Removing the overflow property from primary-content did the trick. Thanks a lot.

  6. StuartD@AMO Posted 1 year ago #

    This is fab plugin, thanks. I to am experiencing the same issue as above.

    Where can I find the overflow property in my CSS I have many references to the Overflow hidden in my themes CSS.

  7. Monjurul Dolon Posted 1 year ago #

    You need to remove the overflow:hidden; that is affecting the Sharebar list element. Download Firebug for Firefox or use Google Chrome's inspect element feature to view the Sharebar element, then see what other CSS properties are adding the overflow:hidden; value to it (probably something dealing with your content or wrap). Remove the overflow property from that parent element to fix the issue.


Reply

You must log in to post.

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