Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Widgets Not Expanding (4 posts)

Started 8 months ago by: simonbennett

  • Profile picture of simonbennett simonbennett said 8 months ago:

    I’m running WP 3.2.1 and just upgraded to BP 1.5.

    In the admin panel the widgets will not expand so cannot be edited. Also, when trying to add images to posts, half the pop up box is missing so I cannot post images.

    It is the same with no plugins activated. If I disable Buddypress, Wordpress is fine.

    Any ideas, anyone?

  • Profile picture of Paul Gibbs Paul Gibbs said 8 months ago:

    BuddyPress won’t be interfering unless something’s gone terribly wrong. Turn it back on, clear your cache, try to click the widget buttons again. If it doesn’t work, then look at the javascript console in your web browser, and do let us know if there are any error or warning messages.

  • Profile picture of simonbennett simonbennett said 8 months ago:

    Clearing cache makes no difference and there are no errors. Could be a Wordpress issue I guess. Just wondered whether anyone had encountered anything like this before.

    Thanks anyway, Paul.

  • Profile picture of simonbennett simonbennett said 8 months ago:

    Holy Cow!!!

    This fixed it…

    http://wordpress.org/support/topic/sidebars-in-widget-admin-area-not-expanding-or-collapsing

    “I can’t able to fully understand your problem but I have some solution may be useful to you. Your Problem is may be of WP_MEMORY_LIMIT.

    in wordpress root folder open wp-includes/default-constants.php
    on line define(‘WP_MEMORY_LIMIT’, ’32M’);
    change it to 64M or more.”
    :D