Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1218759
    Rad
    Moderator

    Hi there,

    It’s probably due to integration setting. Visual composer is just the same copy, but some feature is disabled, but you can have them again by changing its setting at Admin > Visual Composer > X Integration.

    About custom development, please check this https://community.theme.co/custom-development/

    Thanks!

    #1240885
    appletreeweb
    Participant

    I have tried changing the settings under Admin X integration however I still can’t get it to show the options that are in the tutorial.

    On another note, there is a ecommerce section on the website and the side bar is showing as a narrow column which crops the content, I can’t find a way to change this as I can’t edit the page in wordpress etc. Could someone log in using the details previously given and click on the Members > Shop link to see what I mean? I am getting a bit desperate to resolve this so any help you can give would be really appreciated.

    #1241553
    Rad
    Moderator

    Hi there,

    Would you mind providing a screenshot of the responsive option you’re looking? Maybe it’s different to what I understand.

    Thanks!

    #1242122
    appletreeweb
    Participant

    Just tried to access the visual bakery site to do a screenshot but the site is down so I will try again later.

    With regard the issue I mentioned in my last post with regards the shop page left hand column and how to rectify this, can you have a look at that for me?

    #1242162
    Paul R
    Moderator

    Hi,

    Are you referring to this sidebar – http://screencast.com/t/Fy1sAbH9met2

    You can get rid of it by setting your shop as full width under woocommerce in the customizer.

    http://screencast.com/t/wdyVPI6VZ

    Hope that helps.

    #1242194
    appletreeweb
    Participant
    This reply has been marked as private.
    #1242196
    appletreeweb
    Participant

    sorry screenshot attached this time smaller!

    #1242277
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-product .x-main.left {
            width: 65%;
    }
    
    .single-product .x-sidebar {
        width: 25%;
    }
    

    You may change 65 and 25 to adjust the width of your content and sidebar.

    Hope that helps.

    #1242483
    appletreeweb
    Participant

    Thanks for your help, I have added that to my child theme style.css however its not made any difference? Any ideas?

    #1242598
    appletreeweb
    Participant

    Sorry, yes that has solved it for the product details page but its still the same on the shop landing page? Any ideas?

    #1242790
    Jade
    Moderator

    Hi there,

    Please update the code to:

    .post-type-archive-product .x-main.left,
    .single-product .x-main.left {
            width: 65%;
    }
    
    .post-type-archive-product .x-sidebar,
    .single-product .x-sidebar {
        width: 25%;
    }

    Hope this helps.

    #1242928
    appletreeweb
    Participant

    You guys give the best support! That worked fab thank you so much!

    With regards the visual bakery responsive bits that I don’t seem to have on mine, see screenshot, I don’t see the responsive tab and settings for columns

    #1243264
    Friech
    Moderator

    Hi There,

    Visual Composer frontend editor is not fully supported with X, please switch to backend editor instead.

    http://prntscr.com/d2uky7

    Thanks.

    #1249283
    appletreeweb
    Participant
    This reply has been marked as private.
    #1249284
    appletreeweb
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1212740 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>