Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Please update to the latest version and let me know if it solves your problem.

    Thread Starter Meghan.Davidson

    (@meghandavidson)

    Unfortunately that didn’t work 🙁

    On our page, the widget is expanding to the same size as the # of posts on the front page: http://glitterandmadnessbook.com/

    I looked at the code and nothing’s jumping out at me. I even turned off the follow me button but that didn’t fix things either.

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    gumboeditor: It’s a conflict with your theme. You can fix it easily by editing your theme’s CSS file (in your theme folder, the file is style.css). On line 96, find

    #sidebar {
      margin-left: 620px;
      width: 320px;
    }

    and change it to the following:

    #sidebar {
      float: right;
      width: 320px;
    }

    In other words, remove the margin-left and add the float. This will fix the issue. Please let me know if you have any problems or need more instruction on how to edit the CSS file.

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Meghan.Davidson: If you can give me a link to your site where this is happening I can take a look and see if I can resolve the problem.

    Can I say: you rock? Because you do. Thanks!

    Thread Starter Meghan.Davidson

    (@meghandavidson)

    My site is http://www.meghandavidson.com
    Thanks!

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Thanks, gumboeditor. Glad you got it fixed.

    Meghan.Davidson: I can’t troubleshoot your issue because you don’t have the widget showing anywhere. I realize this is probably because it was messing up your site so you removed it. Is there a page you could install it on for testing?

    Thread Starter Meghan.Davidson

    (@meghandavidson)

    I have it up and live on my front page now. I have it set to 9 pins, 70×70 px, no titles, and no “follow me.”
    Thanks for the help!

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Meghan.Davidson: It looks like it’s a jQuery conflict with your theme or another plugin. I need to change the code in my plugin to load scripts differently and this may solve the problem you’re having, though no guarantees. I’ll try to get it updated within the next day or two as time permits, and then I’ll let you know in this thread so you can try the update.

    Sorry it’s not working right now. Hopefully we’ll get it fixed soon.

    Thread Starter Meghan.Davidson

    (@meghandavidson)

    Thanks so much! CAn I deactivate for now?

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Yes, absolutely. Thanks for letting me check it out.

    Thread Starter Meghan.Davidson

    (@meghandavidson)

    Thank YOU for your help!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Widget Suddenly Not Sized Correctly Once Updated’ is closed to new replies.