Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892551
    nigelabery
    Participant

    Hi, I have the Xtheme installed as well as cornerstone. I have tried to update the site theme and cornerstone but it broke the site. I restored an earlier version but now if I try to add a page to the menu it will not add it and will remove parts of the menu that were already there.

    Please help.

    #892557
    nigelabery
    Participant
    This reply has been marked as private.
    #893328
    Lely
    Moderator

    Hi There,

    Thanks for posting in and giving us your site URL.
    The update broke your site because you’re using the old child theme structure. We have updated some file structure. It is discuss in our changelog here:http://theme.co/changelog/#theme-4-3-3
    For quick guide, please check this article:https://community.theme.co/forums/topic/child-theme-updates/

    Regarding the menu, you might be experiencing the MENU SIZE limit. This is a wordpress issue. Please check this detailed article:http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/

    Hope this helps.

    #1025404
    nigelabery
    Participant

    Hi, thanks for that. It seems that I need to update the child theme…. I read the info you provided above in the link https://community.theme.co/forums/topic/child-theme-updates/ but it seems there is potential for stuff ups as it is a manual process copying stuff to different places… is there a video tutorial that I can follow.

    Thanks.

    #1026028
    Rue Nel
    Moderator

    Hello There,

    You can simply edit your child theme’s style.css by doing the quick fix as stated in the topic. For example, if you were using Integrity light on your site, you would want to update your @import statement from:

    
    @import url( '../x/framework/css/site/stacks/integrity-light.css' );

    To the following:

    
    @import url( '../x/framework/css/dist/site/stacks/integrity-light.css' );

    Adding in that dist directory in between css and site is what will ensure you’re pulling in the correct stylesheet for each Stack?

    And since you are using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

    Please let us know how it goes.

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