• I am running the latest version and ONLY have bbPress installed as a plugin. I have disabled, then uninstalled still no drag and drop throughout the admin side. I have tried IE10, FireFox and Chrome, none work. Any fixes?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey.

    Try adding the following line to your wp-config.php file:

    define('CONCATENATE_SCRIPTS', false);

    https://codex.www.ads-software.com/Editing_wp-config.php#Disable_Javascript_Concatenation

    If this doesn’t work, there may be an issue with the way your theme’s loading jQuery. Which theme are you using?

    Thread Starter xmatter

    (@xmatter)

    I am using the standard 2012 theme with the bbPress plugin. You would think I wouldn’t have any issues at all using stock

    Ah, it’s strange. Did you try adding that line your wp-config file?

    Thread Starter xmatter

    (@xmatter)

    that worked!!! thank you very much. I still wonder why stock WP and stock WP theme with a single stock WP made plugin would cause any issue.

    Thread Starter xmatter

    (@xmatter)

    wait a sec, now i get this:

    “500 Internal Server Error”

    whenever I try move a menu item to different position

    Try increasing your memory limit by inserting the following in your wp-config file:

    define('WP_MEMORY_LIMIT', '64M');

    Let me know if this stops the error message showing. If it doesn’t you’ll need to contact your hosting company to try and get them to increase your memory limit.

    Even if this does work, it may still be a good idea to contact you host and ask if they can help you to determine what is causing the memory exhaustion on your site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Drag & Drog Not Working’ is closed to new replies.