Theme Error in Wordpress

PayExecutive

New Arrival
Joined
Dec 10, 2014
Messages
4
Reaction score
0
FP$
256
I am facing an error in theme in wordpress.

When I have the default theme, everything works fine.

But when I install a particular theme, the pop-out of the admin menu in left sidebar does not work.

Also,

The drag and drop function of the widgets also does not work.

It seem to be a javascript issue, but I am unable to fix the issue.

Any masters can suggest any idea would be great.

Thanks
 
Most likely you are trying to install a theme built for an older version of WordPress
 
We can't really help without more information. Your best bet is to turn on debugging mode and check out the errors that crop up. In wp-config.php, find
Code:
define('WP_DEBUG', false);
and set it to true.

EDIT: Whoops, didn't realize this topic was nine days old. At the top of the forum though.
 
Back
Top Bottom