Remove framework assets
-
Topic
-
Referencing this page on the documentation: http://dev.themeblvd.com/tutorial/removing-framework-scripts/
What other scripts are in the framework which can be removed? For example, if I wanted to remove fontAwesome, HoverIntent, bootstrap, or MagnificPopop:
function remove_magnificpopup( $config ){ $config['assets']['magnific_popup'] = false; return $config; } add_filter( 'themeblvd_global_config', 'remove_magnificpopup' );
Could you supply a list of all strings which are associated with each framework asset or which page in the framework lists them all.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.