Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #950743

    Hello,
    when I enable this new feature the following components don’t work anymore:

    – LayerSlider WP
    – Google Map Widget
    – Google Map Fullwidth
    – Post Slider
    – Images with Animations
    – Images with Hotspots
    – Akkordeon
    – Animated Prozessbalken (sorry don’t know the english name)
    – Mega menu gets extremely narrow

    I am using WP SuperCache and emptied the cache a couple of times.
    I really would like to use this feature for speeding up my site.

    Also the debug info shows up again in the source code although I have this code at the end of my child theme’s functions.php:

    add_action('init','avia_remove_debug');
    function avia_remove_debug(){
    	remove_action('wp_head','avia_debugging_info',1000);
    	remove_action('admin_print_scripts','avia_debugging_info',1000);
    }

    Best regards,
    Neverlands

    #951521

    Hey Neverlands,

    If the BWP minify and the WP SuperCache work for you, you can stick to them, you don’t need to use all at once.

    Best regards,
    Victoria

    #951544

    Hello Victoria,

    thanks for your reply.
    This is true – yet doesn’t answer the question why the above-mentioned elements don’t work with “Javascript file merging and compression” enabled while BWP Minify is deactivated.
    I would like to use only plugins that are necessary – if the theme can do it, great.

    And how do I get rid of the debug info?

    Best regards,
    Neverlands

    #952090

    Hi,
    To remove the debugging info, Try adding this code to the end of your functions.php file in Appearance > Editor:

    //Remove Avia Framework debug information
    	if(!function_exists('avia_debugging_info')){
    		function avia_debugging_info() {
    		  // 
    		}
    	  } 

    Best regards,
    Mike

    #953318

    Thanks!

    Best regards,
    Neverlands

    #953337

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Javascript file merging and compression’ is closed to new replies.