Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #921712

    avia-merged-styles-css loads AFTER enfold-child/style.css, thus overriding custom changes.

    I tried the solution from this post: https://kriesi.at/support/topic/disable-new-minify-merging-for-css-and-js-avia-merged-styles/#post-921266 but all it did was break the site.

    How can I fix this issue?

    It seems like every time the theme is updated, I run into some issue. What would you recommend for me to avoid this?

    • This topic was modified 6 years, 8 months ago by leadingnorth.
    #921778

    See the private section for a link to my website.

    #922059

    Hi,

    Thanks for the link and feedback, I can’t see anything obviously wrong with your site though. Could you post screenshots highlighting the issues please?

    Best regards,
    Rikard

    #922342

    So, for example, on the page I placed below, I have on my THIS on my child theme’s style.css:

    .av-catalogue-title {
    text-transform: none;
    }

    .av-catalogue-title-container {
    font-size: 1em;

    }

    But when you inspect it, it shows that it’s pulling the information from here: /wp-content/uploads/dynamic_avia/teneo_2018_theme.css?ver=5a9d960727cca instead of from here: /wp-content/themes/enfold-child/style.css?ver=4.2.5. And the text-transform and font size I mentioned above are crossed out.
    Ever since the update, none of the styles changes I make on my child theme’s style.css take priority or effect on the website. How can I make it so my child theme’s style.css changes are the ones reflected on the site?

    #922344

    Also, the styles that do show on the website are from wp-content/uploads/dynamic_avia/avia-merged-styles-863cc0d389448791234229e60fa5cc19.css?ver=4.9.4

    Can you explain why this is happening?

    #922348

    Also, the styles that do show on the website are from wp-content/uploads/dynamic_avia/avia-merged-styles-863cc0d389448791234229e60fa5cc19.css?ver=4.9.4

    Also, none of the styles from the quick css section are loading.

    I had to edit the avia-merged-styles css file because I kept getting too many complaints…. but that’s not really a sustainable strategy.

    Can you explain why this is happening?

    • This reply was modified 6 years, 8 months ago by leadingnorth.
    #922433
    This reply has been marked as private.
    #922436

    Hi,

    Could you please firstly update Enfold to latest version 4.2.6 which was just released – kriesi.at/documentation/enfold/updating-your-theme-files/. You can check out change log here – https://kriesi.at/documentation/enfold/enfold-changelog/
    Please let us know if you experience the issues after updating the theme.

    Best regards,
    Yigit

    #922450

    Hi Yigit, I’m still experiencing some issues (although some other issues are now gone), and just found a NEW issue: go to the link below and inspect it as a tablet and scroll down, you’ll see that the black logo bar where the menu is now disappeared leaving an awful blank space when users scroll down on tablets.

    #922461

    Hey,

    I added following code to bottom of Style.css file

    @media only screen and (min-width: 768px) {
    	.responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed;
    }}

    We will report the issue to our devs. Please review your website :)

    Cheers!
    Yigit

    #922465

    I see it… thank you so much for fixing it. I’ll let you all know if I come across other issues. I think this is good for now =) and you can close the thread if you need to.

    Take care,

    Maria

    #922475

    Hi Maria,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Update to 4.2.5 messed up all my styles’ is closed to new replies.