Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi GDragoN

    I am the developer of the plugin, and I have also noticed some problems on a few themes. The problem is based on how the theme is structured. I have built the widget to follow the guidelines for widgets, but not all themes follow/allow that structure.

    If you can tell me which theme you are using, I can take a look at see if I can make a tweak.

    However, a fast way to change this, is to use the php-function included.

    I have not documented that very much, so it can be hard to know it exists. Please use the following sample code to implement it in your sidebar, or wherever you want.

    The function accepts parameters, first ’10’, is the number of links to show, the second, TRUE or FALSE, is whether or not to include a backlink to mywordpress.com

    <?php
    if(function_exists(’seobooster_show_referrers’)){ seobooster_show_referrers(’10′,TRUE); }
    ?>

    I hope this helps you, and please let me know of further problems. I recommend posting on the mywordpress.com blog in the comments section or on the forum, as I do not monitor wordpress.org that thoroughly, and might take a long time to respond.

    Thread Starter Milan Petrovic

    (@gdragon)

    I have the same problem with a bunch of themes: any Woothemes theme I tried, Arthemia (both free and premium) and many more. I reviewed the rendering for your widget and I don’t see anything strange. I have made bunch of widgets myself, and I use the same code. But your widget doesn’t work in most cases.

    After your first post, I started looking further into it, and I simply cannot figure out why it doesn’t work properly?

    I hope the php function was helpful?

    I also have the problem! I use also a WooTheme and it’s breaking the footer!

    I hope you find a solution! 🙂

    Hi, I am working on a new version (v. 1.5), which I hope fixes the problem on 99% of all blogs. It will be released as soon as I have the fix ready. Thanks for reporting the bug! 🙂

    I have released the new version which hopefully fixes this problem. Please download the latest and let me know if the problem persists?

    Thank you in advance.

    I installed the SEO Booster Lite on my site http://www.laprogressive.com

    This was on Sept 5, 2009. Almost immediately, my bounce rate went from 85% to 40%. That lasted for about 3 weeks. Then suddenly the bounce rate went back to 85%.

    How can I trouble shoot what happened?

    Hi smkyle1

    I have no idea on how that can be, I hope you have some tracking installed to analyze? Google Analytics?

    I suspect it could be for some external reason, perhaps not related to SEO Booster Lite? At least I hope so. Please let me know if you have learned anything to confirm or debuke this?

    P.s. sorry for taking so long to respond, I have only just seen your comment. I rarely visit here, sorry. If you wish to speed up the process, you should contact me via admin(at)mywordpress.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: SEO Booster Lite] Widget rendering issues’ is closed to new replies.