-
AuthorPosts
-
May 3, 2018 at 1:17 pm #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 narrowI 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,
NeverlandsMay 4, 2018 at 11:04 am #951521Hey 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,
VictoriaMay 4, 2018 at 11:27 am #951544Hello 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,
NeverlandsMay 5, 2018 at 11:57 am #952090Hi,
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,
MikeMay 8, 2018 at 11:57 am #953318Thanks!
Best regards,
NeverlandsMay 8, 2018 at 12:43 pm #953337Hi,
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 -
AuthorPosts
- The topic ‘Javascript file merging and compression’ is closed to new replies.