Tagged: child, enfold, not updating, quick css, style.css
-
AuthorPosts
-
May 13, 2018 at 8:59 pm #956131
Hi Kriesi team,
We’ve recently noticed that new changes to our child theme style.css stopped being rendered. The issue seem to have started after the latest enfold update (to version 4.3.1). Testing cache clearing didn’t resolve the problem, so it’s probably not caused by old cache. Tried activating enfold and that going back to activating enfold-child, and got the recently added styles from enfold-child/style.css to render, but lost some of the older styling.I followed the advice from this thread: https://kriesi.at/support/topic/disable-new-minify-merging-for-css-and-js-avia-merged-styles/ and added:
add_filter(‘avf_merge_assets’, function() {
return ‘none’;
});
which change some of the styling to the correct way, but messed up another area of the page. Do you have any idea that could be of help here?May 14, 2018 at 6:39 am #956257Hey zeevpentemid,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMay 14, 2018 at 8:50 am #956299This reply has been marked as private.May 14, 2018 at 9:00 am #956306Ok I just used a dummy email address to create the account, but you should be able to login with the following details
Cheers
- This reply was modified 6 years, 6 months ago by Rikard.
May 14, 2018 at 1:25 pm #956427Hi,
Thanks for that. Did you try to clear the cache from your caching plugin and leave it deactivated? You could also try to disable the theme caching features under Enfold->Performance to see if that is causing the problem.
Best regards,
RikardMay 14, 2018 at 8:20 pm #956652Thank you. It solved it!
I didn’t notice the duplication of css file merging and compression set both by my caching plugin and on enfold performance settings. Once I disabled it on enfold, the styling got back to normal.May 15, 2018 at 1:17 pm #956975Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardAugust 23, 2018 at 5:52 pm #1000856Loving the Enfold theme and the support available.
Just a quick one, not sure if this will be of help for this particular issue, but I have had issues with enfold on several sites where the style.css is not updating, but when the css is placed in quick css it does. I implemented a quick fix which appears to work every time:
In the first line of quick css, add this line of code to import the style.css stylesheet:
Enfold theme:
@import url(/wp-content/themes/enfold/style.css);
For Enfold Child Theme:
@import url(/wp-content/themes/enfold-child/style.css);
Hope this helps anyone out there, its saved me a headache.August 23, 2018 at 7:27 pm #1000903Hey Craig,
Thank you so much for sharing this!
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Style.css of enfold-child not rendered after enfold update’ is closed to new replies.