Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #920391

    Hi,

    I wonder why you added your own merging/minification. This is something separate plugins should do and not the theme. Now I have to deal with the theme creating its own unique css and js files that load alongside my perfectly combined css/js setup.

    Is there a way to disable this new mechanism?

    And there seems to be a problem with you implementation: avia-merged-styles-css loads AFTER enfold-child/style.css, thus overriding custom changes.

    Thanks

    #921266

    Hey Gero,

    Thank you for using Enfold.

    Please use this filter in the functions.php file to disable the merge.

    add_filter('avf_merge_assets', function() {
    	return 'none';
    });

    Best regards,
    Ismael

    #923689

    Thank you Ismael,
    that worked like a charm.

    Best regards

    #923709

    Hi,

    Glad we could help you.

    Feel free to come back if you need further assistance.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable new minify/merging for css and js (avia-merged-styles)’ is closed to new replies.