Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129957
    Alejandro Jose S
    Participant

    Hello,

    i already wrote you a thread before telling you about problems with this new version. well, unfortunately turns out i have yet another site with similar problems. would you mind take a look? it worked fine until i upgraded it.

    the weirder thing is that i first upgraded on a mirror site and seemed to have worked just fine but after updated it on the main site, it gave me trouble :/

    the customizer’s custom css and JS are not working, cornerstone custom css and js are not working on some pages, and the site is throwing a lot of 522 errors and has become veeery slow.

    at first i thought it was a wpml related error but the other site i mentioned wasn’t using WPML and presents similar systems.

    I tried installing X and Cornerstone from scratch but it didn’t solve the problem, sadly.

    #1129964
    Alejandro Jose S
    Participant
    This reply has been marked as private.
    #1130333
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Your site is down on my end and it’s displaying the CloudFalre’s 404 page.

    If your sites are CloudFlare enabled while cache and rocket loader are active, then your update will be going to have a problem. Since it will still serve the old files while the actual files are already updated. Before we continue, please disable all these features so we could easily narrow what causing the issue on your site.

    Thanks!

    #1130565
    Alejandro Jose S
    Participant

    Done.

    please try again.

    #1130576
    Alejandro Jose S
    Participant
    This reply has been marked as private.
    #1130603
    Christopher
    Moderator

    Hi there,

    I don’t get 522 error on your site.

    Please update this code in home page :

    h1, h2:not(.tg-item-title), h3:not(.h-recent-posts), h4, .h1, .h2:not(.tg-item), .h3:not(.h-recent-posts), .h4 {
    font-family:"fairytales" !important;
    }

    To :

    h1, h2:not(.tg-item-title), h3:not(.h-recent-posts), h4, .h1, .h2:not(.tg-item), .h3:not(.h-recent-posts), .h4 {
    font-family:'fairytales' !important;
    }

    Update JS code to :

     jQuery(function(){ 
          jQuery(".x-search-shortcode #s").attr("placeholder","Cerchi qualcosa?"); 
        });

    Hope it helps.

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