issue with dashboard functions after installing plugin
-
I installed the plugin, and suddenly I’m running into a problem where functions in my wordpress dashboard aren’t working. Specifically, anything that adds a # to the end of a URL. For instance:
When I go to the options page for my theme, I get this URL:
wp-admin/admin.php?page=options-framework
When I click on a button within that page I get this URL:
wp-admin/admin.php?page=options-framework#of-option-css
But nothing loads on the screen. It used to bring me to the custom CSS field.I’m seeing the issue anywhere in the dashboard where there is an ‘in-page’ function called. So, in other plugins too, like:
wp-admin/tools.php?page=redirection.php
when I click on an option, and get:
wp-admin/tools.php?page=redirection.php#select-all
but nothing actually happens.Is this a php issue of some kind? The only thing I’ve done to the site lately is add this video gallery plugin. I tried uninstalling the plugin, but didn’t fix the issue. Could the plugin have changed something that would effect these kinds of dashboard functions??
I’m paralyzed right now, unable to do many tasks I need to do regularly, so please help!
- The topic ‘issue with dashboard functions after installing plugin’ is closed to new replies.