Support » Fixing WordPress » Cant click and drag in admin

  • Hello,

    I have been experiencing something really odd with the site that I am working on.

    For some odd reason I cannot click and drag anywhere in the dashboard. Cant move my menu navigation around, cannot add or remove widgets, even the hover effect on the nav topics on the left side doesnt work.

    Any suggestions/ideas to resolve this problem???

Viewing 9 replies - 1 through 9 (of 9 total)
  • Look at http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list?replies=4 to see if your theme or plugin is listed as problematic. And see http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors to learn how to check for javascript errors that will impact the WordPress admin area.

    Thread Starter Pafruu

    (@pafruu)

    Thank you for your reply,

    after reading and searching here is what I found out.

    It is a javascript error.

    – I am using chrome as browser
    – SCRIPT_DEBUG did not fix the error
    – The error message I get is this:

    Uncaught SyntaxError: Unexpected token ILLEGAL

    – the location of this error is found on 16 different locations:

    jquery.js:12
    utils.js:12
    jquery.ui.core.min.js:12
    jquery.ui.widget.min.js:12
    jquery.ui.mouse.min.js:12
    jquery.ui.sortable.min.js:12
    jquery.ui.draggable.min.js:12
    jquery.ui.droppable.min.js:12
    wp-ajax-response.js:12
    jquery.color.min.js:12
    wp-lists.js:12
    postbox.js:12
    nav-menu.js:12
    admin-bar.js:12
    hoverIntent.js:12
    common.js:12

    – here is what is declared in line 12 : var RMHGz;var yIiC;function SiFT(){var mgdKe=\'XppNgi\';if(\'DMVIn\'==\'qqJXy\')uTWX();}var XkWW;var LKxhI=\".....\";var ZgpLK=\'FGuLm\';if(\'LelSQP\'==\'lzdEyO\')cVsCKt=\'KdokEd\';var PUfqsdQET=\"parseI\\x6et\";var jcLGO;var BlAHSiu=\"e\\x76al\";function FOMKs(){}function mUkKus(){var ncuhtn=\'cefwsD\';if(\'fEPDA\'==\'erdJRE\')otbOsQ();}

    I do not have the slightest idea as to how to fix this, please help me

    Looks like a hack. Site URL?

    Thread Starter Pafruu

    (@pafruu)

    There are no JS errors when using twentytwelve.

    Thread Starter Pafruu

    (@pafruu)

    I still cannot drag stuff around in the menus?? I tried in a different browser and I still get the same error??

    Im not sure what else to try.

    Which browser are you using?

    Deactivate all plugins. And from http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list?replies=4

    mod_pagespeed

    On some hosting environments, aggressive settings for the “mod_pagespeed” addon can break the javascript code and cause scripts to not be able to function. This can cause many problems, such as widgets not working, menus not being draggable, the customizer not working, or the media screens not being available.

    To fix the issue, you will need to disable mod_pagespeed, or adjust its settings to not take effect in the wp-admin directories. You may need to ask your hosting service for help on how to do this.

    Thread Starter Pafruu

    (@pafruu)

    Great, I looked into it and netfirms just told me that they do not support mod_pagespeed

    Try adding define('SCRIPT_DEBUG', true);to the bottom of your wp-config.php file (just before the require_once line).

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Cant click and drag in admin’ is closed to new replies.