Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #333013

    rclarke
    Participant

    I have a child theme: X – Child Theme: Integrity Dark
    x version: 2.3.0
    Trying to update to 4.0.4 via ftp, by deleting /themes/x and importing the latest version, but getting various format changes, is there something else I should be doing to update the X theme?

    #333016

    rclarke
    Participant
    This reply has been marked as private.
    #333036

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Upon checking your updated link, i see that you’ve updated only the theme and have not installed Cornerstone plugin and neither updated your other plugins. Please install Cornerstone plugin as this is a required plugin with X4.0 and later versions.

    Let us know how this goes!

    #333677

    rclarke
    Participant

    Thanks, deactivating x-shortcodes, installing and activating cornerstone, and updating js_composer, only improved things slightly, the formating is still strange

    http://test.worlddharma.com/

    wp plugin status
    7 installed plugins:
    A contact-form-7 4.2.1
    A cornerstone 1.0.3
    A force-regenerate-thumbnails 2.0.5
    I iwp-client 1.3.15
    A wp-mail-smtp 0.9.5
    A js_composer 4.5.3
    I x-shortcodes 2.4.0

    Legend: A = Active, I = Inactive

    Theme status
    A x-child-integrity-dark 1.0.0
    I x 4.0.4

    #333689

    Christopher
    Moderator

    Hi there,

    In regards with icons not displaying add the following code in .htaccess file :

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Add background pattern under Customize -> Layout and design.

    Please add the following code in Customize -> Custom -> CSS :

    .x-container.width {
      width: 88%;
      margin: 0 auto;
    }
    button.slick-prev, button.slick-next {
      z-index: 2000;
      position: relative;
    }
    

    Hope it helps.

    #334101

    rclarke
    Participant

    The css changes etc help a little but, it the seems that every page including the page layout is rendering strangely, and the carousal is dropping below the menu when screen gets smaller, if you compare the test version with the originals below. I am reluctant to update the theme at this stage, and I am not sure why this is happening after updating the x theme.

    http://test.worlddharma.com/shows/
    http://www.worlddharma.com/shows/

    http://test.worlddharma.com/
    http://www.worlddharma.com/

    at the moment i can only make changes via the command line and wp-cli as the login just gets redirected to the http://www.worlddharma login rather than the test.worlddharma login

    #334108

    Rue Nel
    Moderator

    Hello There,

    Did you already added the code in your .htaccess? We are still seeing the “No ‘Access-Control-Allow-Origin'” error in the page. We cannot properly check your test site because all of its content is coming from the main site which is one of the reason why most styling, fonts, and scripts is not properly working because of the “No ‘Access-Control-Allow-Origin'” error.

    It would be a good idea to have a staging area by cloning your live site using a plugin like a WP Clone so that the staging area would be an independent WP installation and you can test more thoroughly.

    Please let us know how it goes.

    #334139

    rclarke
    Participant

    Many thanks, that was the root of the problem, the staging site was not entirely independent, after doing a search and replace on the test site:
    wp search-replace website.com test.website.com –network
    The pages for the test site were rendering fine.

    Great work

    #334141

    Thai
    Moderator

    Glad you’ve sorted it out.

    You’re most welcome 🙂