Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Also, how would I go about putting this code in my template?

    For example, I want this to only show on the Single Post pages. What code do I add to my template? Is there a shortcode?

    Hi there. Nice plugin! I do have one small problem with it though. For some reason I get unusual spacing with the widget in the sidebar, almost like it forces everything below it to go down to the bottom of the page, past the last content.

    Editing the CSS of the Div that it is in seems to do the trick:

    <div style="clear:both; height:1px; width: 1px;">

    I think the clear:both was forcing the rest of the sidebar to act wonky, so I eliminated the div. I am using the theme by Switchroyale.com, so the situation may vary from blog-to-blog. Just thought I’d point that out in case someone else has trouble.

    Also, for those who have their wordpress files in a subfolder, to get the icons to show up you will need to edit the simp-side-share-widg.php file to add /[yourwordpressfolder]/ into the line:

    transparent url('wp-content/plugins/simple-sidebar-share-widget/bookmarks.png')

    to make it something like

    transparent url('/wordpress/wp-content/plugins/simple-sidebar-share-widget/bookmarks.png') (Assuming your wordpress folder is wordpress)

    I’m not an expert on this so if there’s a better way to do this, please post here for others to see. ??

Viewing 2 replies - 1 through 2 (of 2 total)