Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Can't expand Custom Links box in Appearance => Menu See link

share|improve this question

closed as not a real question by toscho Apr 9 '12 at 0:28

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Can't comment yet I think, so i'll ask here, are you loading a custom version of jQuery? If so, try loading it on the pages you're targeting.

Had a problem not long ago, couldn't rearrange the menu items due to my deregistering jQuery and registering my own.

Since I used it on the frontend, I simply added :

 if( !is_admin() ) {
      //deregister jquery
      //register my jquery
 }
share|improve this answer
I also think this is your problem, but it can also be a plugin that registers a script wrongfully, so if what Shane said didn't work, then try disabling some plugins to see if something changed. – Rob Vermeer Dec 22 '11 at 13:42

Not the answer you're looking for? Browse other questions tagged or ask your own question.