Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862625

    John B
    Participant

    I tried to update from the update theme section and the appearance>themes drop down to update.

    Either one breaks http://www.horsemoms.com and the site appears disjointed with the top nav just links no images. however when I update and I check the customizer manager it looks perfect. But when I actually go to the site it is broken.

    Suggestions?

    thank you

    #863325

    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please update the X|Theme once again, and then clear all your site’s caching features (plugin and internal) including your browser’s cache. If issue persist please provide us login credentials in private reply, so we can take a closer look.

    Cheers!

    #863858

    John B
    Participant

    that was the ticket. worked perfect. thank you and sorry for the trouble

    #864194

    John B
    Participant

    Sorry I was wrong. When I update its broken. I’ll send you the access info privately

    #864195

    John B
    Participant
    This reply has been marked as private.
    #864346

    Christian
    Moderator

    Hey John,

    You’re using the old child theme structure. I placed the code below in your functions.php

    // Enqueue Parent Stylesheet
    // =============================================================================
    
    add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );

    Then, removed the line below in your style.css

    @import url( '../x/framework/css/site/stacks/ethos.css' );

    Try updating your site to X (4.4.1) and Cornerstone (1.2.2) now and let us know if the issue persists.

    Thanks.