Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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?

    #956257

    Hey 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,
    Rikard

    #956299
    This reply has been marked as private.
    #956306

    Ok 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 5 years, 11 months ago by Rikard.
    #956427

    Hi,

    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,
    Rikard

    #956652

    Thank 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.

    #956975

    Hi,

    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,
    Rikard

    #1000856

    Loving 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.

    #1000903

    Hey Craig,

    Thank you so much for sharing this!

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Style.css of enfold-child not rendered after enfold update’ is closed to new replies.