Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1238836
    rvevaina
    Participant

    All of a sudden, the any CSS changes I make through the theme editor are not working on my main site. I also tried changing the body background color as a test, and that does not work either. (The styles are not showing up in the Inspector either).

    If I make CSS changes through Cornerstone however, it works fine. Any reasons why my editor is not working?

    #1238837
    rvevaina
    Participant

    website URL: https://shop-pulse.com

    #1238884
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    You could add CSS customization through Customizer > Custom > CSS or Child theme style.css.

    To setup child theme:

    https://community.theme.co/kb/how-to-setup-child-themes/

    for customization guide:
    https://community.theme.co/kb/customization-best-practices/

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1240434
    rvevaina
    Participant

    The changes I made last night are working now, but any new changes I make do not get updated after I save them. This is happening even when I make CSS changes on Cornerstone as well.

    Not sure what is going on, but it is making development very hard if not impossible right now.

    #1240499
    Christian
    Moderator

    Please check your CSS for syntax errors. Also, if you’re using a caching plugin, please clear all caches and then deactivate your caching plugin.

    Thanks.

    #1380824
    rvevaina
    Participant

    This issue is happening again. Style changes being made in the editor are not being updated. (It has been over 12 hours and I still see no changes) Previously it would take a few hours before changes were implemented. I have cleared all caches and disabled my caching plugin as suggestion and I still see no change.

    Can you please update me as to why this issue keeps happening?

    #1380993
    Christopher
    Moderator

    Hi there,

    Please provide us with login credentials and let us know what changes you’re looking for, also provide us with the code which didn’t work.

    Thanks.

    #1381208
    rvevaina
    Participant
    This reply has been marked as private.
    #1381470
    Christian
    Moderator

    This sounds like a caching issue not a CSS and theme issue. If you have a caching plugin, please clear all caches and deactivate it. Also deactivate all third party plugins while this issue happens. And, fix your https issue (see attachment). I could not see and login to your site.

    Thanks.

    #1382340
    rvevaina
    Participant

    As I mentioned in the previous comment, I have already cleared all caches, and disabled the only caching plugin I have active on my website. Still having this issue.

    #1382495
    Friech
    Moderator

    Hi There,

    I did added the css code below to test the customizer, and it did take effect immediately (http://prnt.sc/ecb4u3 notice the background color on your menu text).

    .x-navbar .desktop .x-nav > li > a > span {
        background-color: antiquewhite;
    }

    So is there any chance that you have an internal caching? On your local network or on your local computer?

    Please clear your browser’s cache and look for this line on your wp-config.php file, and set it to false while you’re still working on the site.

    (define('WP_CACHE', true) )

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1238836 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>