Hi,
I followed instruction here given by nuforms https://kriesi.at/support/topic/how-to-disable-dynamic-css-style-on-frontback-end/
Instead of following step n. 2, I suggest to add in functions.php, after line 280:
wp_register_style( ‘avia-debug’, $template_url.”/css/dstyles.css”, array(), ‘1’, ‘screen’ );
Then after line 295:
wp_enqueue_style( ‘avia-debug’);
If it could be implemented as standard feature in the theme it could be really good.
Hi activemind!
Feel free to post your request here https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Yigit
Hey!
If you mean removing the debug information in the source you can add the function shown here: http://kriesi.at/documentation/enfold/remove-avia-framework-debug-information/
Best regards,
Devin
Hi Devin, I mean removing all the CSS, not only commented headline.
There would be no need to do that since the css doesn’t get loaded into the source it gets loaded into the custom file in your uploads folder.
Thanks for you answer, I’ll investigate more and, if needed, I’ll post again.