Forums

[Plugin: WP Super Cache] right sidebar disappears (12 posts)

  1. levd
    Member
    Posted 1 month ago #

    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://wordpress.org/extend/plugins/wp-super-cache/

  2. donncha
    Member
    Posted 1 month ago #

    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.

  3. levd
    Member
    Posted 1 month ago #

    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..

  4. levd
    Member
    Posted 1 month ago #

    Anyone has any idea about this problem?

  5. donncha
    Member
    Posted 1 month ago #

    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.

  6. levd
    Member
    Posted 1 month ago #

    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.

  7. donncha
    Member
    Posted 1 month ago #

    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?

  8. levd
    Member
    Posted 1 month ago #

    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.

  9. levd
    Member
    Posted 1 month ago #

    bump

  10. donncha
    Member
    Posted 1 month ago #

    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.

  11. levd
    Member
    Posted 1 month ago #

    Ok, well thanks for the asistance.

  12. levd
    Member
    Posted 1 month ago #

    btw is wp-cache the same? i also tryed this and gives the same problem :(

Reply

You must log in to post.

About this Topic