Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197512
    Matthew W
    Participant

    Hello. I’m using WPengine for all my hosting and keep experiencing license conflicts (?)

    In my latest migration from live to DEV/staging, the site isn’t displaying properly. On the surface, it looks like a CSS problem.
    I contacted WPengine who claimed:

    your theme uses serialized data which does not translate correctly when pushing to staging . Things with serialized data such as templates will look broken when pushed to staging

    I have 1 license setup for production and staging for this site (it never worked like I had hoped):
    PRODUCTION
    synlawn.com
    DEVELOPMENT
    http://synlawncom.staging.wpengine.com

    I have another license setup since the DEV site attached to the PROD site above doesn’t seem to work.
    PRODUCTION
    http://synlawncom.staging.wpengine.com

    Is there any way to fix this? – or –
    How can I edit the license to make the DEV site function?

    Thank you for your help.

    #1197873
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please follow our migration guide for a proper migration (https://community.theme.co/kb/cornerstone-migration/).

    Hope that helps.

    #1200598
    Matthew W
    Participant

    I have several installations of ‘X’ theme, but this is only happening on one of the sites?
    I’m just not understanding why.

    I followed the instructions and got this ERROR

    Have any more help please?

    #1200615
    Matthew W
    Participant

    I went back and did the import successfully. Yet the site still appears broken.

    Import has been successfully finished, 5123 queries executed. (wp_synlawncom-migrate-20161003145606.sql.gz)

    As I mentioned above. This staging/development site was working just fine, then all of a sudden decided to break, now I can’t figure out what the problem is?

    #1200763
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1200794
    Matthew W
    Participant
    This reply has been marked as private.
    #1201662
    Christian
    Moderator

    Hey Matthew,

    I’ve added the code below in your functions.php and your site is fixed.

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

    The issue was due to the old child theme system.

    Thanks.

    #1203707
    Matthew W
    Participant

    Thank you.

    The style.css for the x-child-integrity-dark theme had incorrect import path for integrity-dark.css
    Looks like the x theme update moved those from css/sites/stacks to css/dist/sites/stacks ?
    The cdn was likely serving a cached version so wasn’t noticed until pushed to staging.

    As always, appreciate the help.

    #1203764
    Rupok
    Member

    Glad that it all set now.

    Cheers!

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