Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1023551

    Hello,
    On the site “https://www.sodevim.com”, I have a problem for 3 days of updating the CSS after changes in the Enfold child theme editor, the changes are not taken into account.

    I have a Enfold parent theme 4.5.
    This is the fourth Enfold theme I use and I have never had this problem.
    When I make the same change on another theme (Twenty FifteenVersion: 2.0) it works.
    The site is under construction, I have only one plugin (Coming Soon Page & Maintenance Mode by SeedProd), when I disable the problem remains the same.
    I completely uninstalled the site, emptied the database, FTP, reinstalled the most recent version of WordPress, the parent theme 4.5 and the zip of the child theme that I downloaded on your site, the problem remains the same .

    This is the CSS of the child theme :
    / *
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of changes we recommend this theme instead of the original theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    * /

    / * Add your own styles here: * /

    .contactso h3 {
    color: # b38607! important;
    }

    I’m stuck, can you help me?

    Thank you, Dominique.

    #1023622

    Hey Marechal,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1023780
    This reply has been marked as private.
    #1023810
    This reply has been marked as private.
    #1023816

    Hey,

    I went to Enfold theme options > Performance and checked “Delete old CSS and JS files?” at the bottom of the tab, saved your theme options, unchecked it and saved again and test CSS code i added worked. Screenshots in private content field.

    Please review your website

    Cheers!
    Yigit

    #1023883

    Hey Yigit,
    It works, except that you have to redo the manipulation every time you modify CSS.
    How can we avoid that?
    At the end, should the box be empty or checked?

    Cheers!
    Dominique.

    #1023886

    Hi Dominique,

    There might be some sort of server side caching and it is probably emptied after checking the checkbox.
    If you are not planning to use a cache plugin, you can keep the box checked.

    I hope that helps :)

    Regards,
    Yigit

    #1023894

    Hey Yigit,

    I do not have the impression that it is a problem of cache on the server, the two sites which pose problem are on 2 different servers (1and1 and OVH). I interacted “1and1”, they replied that there was no cachesur their server.
    And most importantly, the problem disappears when I change theme and I’m still on the same server.
    I am the only one to have encountered this problem?
    I need to quickly solve this problem on both sites, it is very disabling.

    Cheers!
    Dominique.

    #1023900

    Hey Yigit,
    One odd thing, the administration warns me that there is a plugin update to do, but I do not see which one.
    Is it related to my CSS problem ?

    Cheers!
    Dominique.

    #1023920

    One odd thing, the administration warns me that there is a plugin update to do, but I do not see which one.
    Is it related to my CSS problem ?

    I’m actually seeing the same thing.. Has nothing to do with CSS for me, but After updating to to WP 4.9.8 and WC 3.4.6 and all Plugins, Seems every morning I see a message about 1 new update, but yet when checking, there seems to be nothing new to update..

    Is there any way to find out why this might be?

    • This reply was modified 6 years, 1 month ago by EdgeWP.
    #1024564

    Hi EdgeWP,

    This is the notification coming from the Layer Slider that needs to be updated, the update comes with Enfold, but it is not included in the current version. So no need to worry about it.

    Best regards,
    Victoria

    #1024740

    Hey Victoria,
    Thank you,
    I resolved my problem of CSS which did not update after a modification.
    In the options of the theme > performances > CSS spins merging and compression > I chose: ” deactivate – no fusion(merger) nor compression of file CSS “.

    Cheers!
    Dominique.

    #1024848

    Hi Dominique,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1177144

    Hello I have a problem updating the CSS which does not happen after modifications.
    I disabled my cache plugin (WP rocket) and delete the old CSS and JS files (at the bottom of the performance page).
    For the update to work I have to activate and deactivate the compression of CSS files in performance (which makes me lose a lot of time and does not seem normal to me), the CSS of my editor is displayed correctly only if I enable performance compression.
    I have 6 other sites that use Enfold and it works very well, I don’t know what to do anymore, I’m blocked, can you help me?
    thank you.

    #1177145

    I resumed this thread because I did not succeed where to create another.

    #1177447

    Hi Marechal,

    Thanks for the login details. Could you point out a specific change which is not applying on your site please?

    Best regards,
    Rikard

    #1177476

    Hi Rikard,
    Par exemple, ligne 203 de l’éditeur de css wordpress j’ai demandé de mettre un titre h3 en orange :

    #introhome h3 {
    font-size: 1.8em;
    font-weight: 100;
    margin: 5% 18% 1.5% 18%;
    text-transform: uppercase !important;
    padding-top: 0px;
    text-align: center !important;
    width: 64%;
    color: #f07238 !important;
    }
    And nothing happens after saving the change.
    I have to deactivate and activate the compression of css in performance again.

    Best regards,

    #1177989

    Hi,

    This is the CSS applying to that element, I can’t see exactly where it’s coming from since you have file compression active.

    #introhome h3 {
        font-size: 1.8em;
        font-weight: 100;
        margin: 5% 18% 1.5% 18%;
        text-transform: uppercase !important;
        padding-top: 0px;
        color: #111111 !important;
        text-align: center !important;
        width: 64%;
    }

    Best regards,
    Rikard

    #1178020

    Hi Rikard,
    Excuse me but I don’t understand your answer.
    When I deactivate css, an old version is displayed which has nothing to do with the current editor css file.
    I tried to delete the old css and js files (checking the box at the bottom of the “performance” page, but nothing helped.
    Best regards,

    #1178272

    Hi,

    Now this CSS is applying, it’s the same as you posted saying is not working:

    #introhome h3 {
        font-size: 1.8em;
        font-weight: 100;
        margin: 5% 18% 1.5% 18%;
        text-transform: uppercase !important;
        padding-top: 0px;
        text-align: center !important;
        width: 64%;
        color: #f07238 !important;
    }

    Best regards,
    Rikard

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.