@lrvanessa,
Thanks for trying the plugin !
This error occurs because,
JQUERY is not loaded.
Instead, all other files, WP Socializer main js, utilities, tab,widgets etc are loaded (without the main jquery)
See .... the parameters
http://www.tonymoah.com.br/thesizeofsky/wp-admin/load-scripts.php?c=0&load=
utils,
jquery-ui-core,
jquery-ui-widget,
jquery-ui-mouse,
jquery-ui-sortable,
jquery-ui-tabsAnd, WP Socializer also loads the jQuery. But also, it is not recognized. It can be due to some conflicting plugins.
Is the wordpress admin menu working ? It should not work on the admin page.
Try disabling some plugins and report the plugin here.
But the current solution for your problem is, editing the file
1. Open wp-socializer/admin/wpsr-admin.php
2. Goto line no 26
3. Add the following code in that line
- Code: Select all
if (isset($_GET['page']) && ($_GET['page'] == 'wp_socializer' || $_GET['page'] == 'wp_socializer_other')){
echo "<script type='text/javascript' src='http://www.tonymoah.com.br/thesizeofsky/wp-admin/load-scripts.php?c=0&load=jquery'></script>";
}
4. Save the file.
Please report here for further bugs.
Thanks