Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849172

    Yoav Taler
    Participant

    Hi.

    Following the latest updates, my site got totally scrambled both on mobile & desktop.
    http://www.bodyguide.co.il

    my caching plugin is disabled.

    please help.

    Yoav.

    #849176

    Christian
    Moderator

    Hey Yoav,

    Looks like you’re using the old child theme system. Please add the code below in your functions.php

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

    Then, delete the @import line in your style.css.

    If that doesn’t help, please give us access to your WordPress admin.

    Thanks.

    #849595

    Yoav Taler
    Participant

    Did the trick. Thank you.

    #849657

    Prasant Rai
    Moderator

    You are most welcome. 🙂