• Resolved Jagabandhu

    (@infagalaxo)


    When I enable minify cache in w3 total cache plugin the search button and drop down button of the theme is not working.

    After a huge enabling and disabling method I found this.

    Please let me know,if this can be solved by any method.

    By the way really a good clean and beautiful theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author acosmin

    (@acosmin)

    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.

    Thread Starter Jagabandhu

    (@infagalaxo)

    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.

    Theme Author acosmin

    (@acosmin)

    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.

    Thread Starter Jagabandhu

    (@infagalaxo)

    yes.

    got the same problem on the current version

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘w3 total cache and menu problem’ is closed to new replies.