Hi! I think there is a problem with one of the jQuery plugins: idTabs. If you want you can test and tell me if it all things work after.
Open functions.php and remove this line:
wp_enqueue_script( 'ac_js_idtabs', get_template_directory_uri() . '/assets/js/idtabs.js', array('jquery'), '3.0', true );
Also open ../assets/js/myscripts.js and remove:
// Tabs Widget
$('#ac-tabs-widget').idTabs(function(id){
$(id).fadeIn(400);
});
// -------------
You will not be able to use the Tabs widget in the sidebar if you do these steps.
I will try and fix it in a future update.
Not worked for me, may be I haven’t done it in the right way.
And when I removed this:
wp_enqueue_script( ‘ac_js_idtabs’, get_template_directory_uri() . ‘/assets/js/idtabs.js’, array(‘jquery’), ‘3.0’, true );
the browse button in the menu bar stopped working [even if the plugin settings are off]. Then I put back those codes in there place and saved it. And now its working fine.
Okay no problem, But please solve this in the upcoming version.
and also please give some importance to themes loading speed,
Thank you.
did you empty w3’s cache after removing those lines? I tried w3 total cache with minify on, removed those lines and it worked just fine.
got the same problem on the current version