Quick fix for WordPress 3.5 & MF-Timeline breakage
-
After upgrading to 3.5 MF-Timeline seems to cause some collision issues with jQuery – none of the javascript-based stuff works on the admin screen anymore (drag and drop in widgets, callouts on the dashboard, etc.) After a quick bit of experimenting on MidnightRyder.org I found a very quick work around. Edit the plugin, and comment out the following section:
?wp_register_script( ‘jquery-ui’, (“https://www.midnightryder.org/wp-includes/js/jquery/ui/jquery.ui.core.min.js”) );
wp_register_script( ‘mf_timeline_admin_js’, plugins_url( ‘scripts/js/jquery.mf_timeline_admin.min.js’, __FILE__ ), true );
wp_register_style( ‘mf_timeline_admin_styles’, plugins_url( ‘styles/admin.min.css’, __FILE__ ) );
wp_register_style( ‘jquery-ui’, plugins_url( ‘styles/jquery-ui/theme-wordpress.css’, __FILE__ ) );After that, it worked fine. ??
https://www.ads-software.com/extend/plugins/wp-facebook-timeline-mf-timeline/
- The topic ‘Quick fix for WordPress 3.5 & MF-Timeline breakage’ is closed to new replies.