-
Author
-
October 12, 2018 at 10:41 #211472asokaaso2Participant
How can I remove the dynamic.css bug it returns 404 then return after few refresh. I can’t tell my visitors to refresh the site few times right?
October 13, 2018 at 01:26 #211501LauraModeratorHello, i am not sure what do you mean about dynamic css, can you explain a bit more?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 15, 2018 at 05:53 #211604asokaaso2Participantdynamic.css the one that is generated on wp-uploads/custom_styles it gets deleted before the page is loaded so it breaks the site
October 15, 2018 at 17:34 #211628LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 16, 2018 at 16:44 #211678RaduModeratorHi,
The dynamic.css file it’s generated when you . change from example something in theme options or in customizer not sure why that… i cannot reproduce that issue on my local end
Try to use this snippet
COPY CODEfunction sq_print_inline_css() { add_action( 'wp_head', 'kleo_custom_head_css' ); remove_action( 'wp_enqueue_scripts', 'kleo_load_dynamic_css', 22 ); } add_action('init', 'sq_print_inline_css');
Add the code into child theme functions.php file.
Let me know
The snippet will add the css in head instead in the dynamic.css file
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.