Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865071

    gabhungtd
    Participant

    Hi,

    Just updated a website to the latest X version (4.4.1) and website looks out of place.
    Wordpress version 4.4.2, Cornerstone version 1.2.2. I temporarily installed an older version of X via ftp to make the site – christyfrank.com – look somewhat more acceptable. Child theme is Renew.

    Thanks
    Gaby

    #865074

    gabhungtd
    Participant
    This reply has been marked as private.
    #865447

    Christian
    Moderator

    Hey Gaby,

    You might be using the old child theme structure. Please insert the code below in your child theme’s functions.php

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

    Then, remove the line below in your child theme’s style.css

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

    What happened is we updated the folder structure of stack styles for improvement purposes. We’re sorry for the issue this has caused but it is an important update going forward.

    Thanks.

    #865472

    gabhungtd
    Participant

    It worked! Thank you so much for your help – that is awesome 🙂

    #865643

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.