• Hi there,

    Just started to use WordPress, and downloaded the wp-super-cache plugin to speed up things.

    When i enable the plugin my right sidebar disappears? and when i disable it its back again.
    I really love to use it because my site is much faster but i also need my right sidebar πŸ™‚

    Any ideas?

    LEVD

    http://ww.wp.xz.cn/extend/plugins/wp-super-cache/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Are there any errors in your php error_log? The plugin shouldn’t do anything to your sidebar. Is any plugin using ob_start() ? If so, they might not be closing the output buffer correctly.

    Thread Starter levd

    (@levd)

    No errors in error_log.
    how can i check if any plugin is using ob_start() ?
    I just installed WP so i do not use very much plugins yet..

    Thread Starter levd

    (@levd)

    Anyone has any idea about this problem?

    Search through the directories in wp-content/plugins/ for files that contain ob_start().
    I use grep but if you only have ftp access you may have to download the files and search them on your local computer.

    Check wp-content/themes/ too in the same way. Perhaps your theme is using it in a broken way.

    Thread Starter levd

    (@levd)

    i checked it all, only one plugin containing ob_start.
    allinoneseo plugin uses this, however when i disable the plugin and enable super cache the same problem is there.

    ok, what’s your blog’s url? Can you paste the sidebar code from your theme into http://pastebin.com/ and post the url here? What theme are you using?

    Thread Starter levd

    (@levd)

    Hi there,

    Thank you for your assistance so far.

    Here is my blog url http://www.eighteen.tv/blog ADULT VIEWERS ONLY!

    Here is the link to pastebin for my sidebar2.php that isnt showing when wp-super-cache enabled: http://pastebin.com/m18d07ff4

    The theme i am using: girlicious

    Levd.

    Thread Starter levd

    (@levd)

    bump

    No need to bump it. Unfortunately your sidebar looks perfectly ok. You’ll have to debug it yourself, possibly adding error_log() or wp_mail() to the theme to see where processing ends. I have no idea why this is happening to you. Sorry.

    Thread Starter levd

    (@levd)

    Ok, well thanks for the asistance.

    Thread Starter levd

    (@levd)

    btw is wp-cache the same? i also tryed this and gives the same problem πŸ™

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

The topic ‘[Plugin: WP Super Cache] right sidebar disappears’ is closed to new replies.