Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1340734
    iamwithU
    Participant

    Hello,
    My ‘Shop’ page got changed on its own accord. Not sure if this is due to the recent updates in X theme or Woo Commerce. All the photos on the ‘Shop’ page shrunk (as appeared on my laptop), and the captions to these photos are now partially hidden. Please advice what I should do to restore the site to its previous state. Even when I restored the old version last year, the ‘S’op’ page remains squashed and the columns have gone wonky. Also the bottom of that page now has each of the “Categories’ in big fonts. These ‘Categories’ were not there previously.

    #1340960
    Nico
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1341129
    iamwithU
    Participant
    This reply has been marked as private.
    #1341131
    Rupok
    Member

    Hi there,

    Thanks for writing back! It seems you are using smaller columns within Visual Composer. We need to check your setup to understand better. 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.

    #1341149
    iamwithU
    Participant
    This reply has been marked as private.
    #1341157
    Rupok
    Member

    Hi there,

    Thanks for writing back. Please share an admin username and password so that we can check your setup. You can create a temporary account for us.

    Cheers!

    #1341323
    iamwithU
    Participant
    This reply has been marked as private.
    #1341361
    iamwithU
    Participant

    As you can see, I’ve chosen “full width” in the “Shop” option in “Appearance” /”WooCommerce” but the left menu bar still shows.

    #1341478
    Joao
    Moderator

    H There,

    Based on your layout you need to go to Appereance > Customizer > WooCommerce and set it to Shop Columns : One.

    Hope that helps

    Joao

    #1341524
    iamwithU
    Participant

    You’re brilliant, Joao! Thanks so much. That resolved it!

    May I ask why is it that I can’t remove the left side menu bar, even after I have chosen “Full width” in the Appearance / WooCommerce /Shop option?

    #1341527
    iamwithU
    Participant

    Also previously, this page did not have “The Shop” as the title, but now it appears. How can I remove it?

    Likewise, can I remove the categories at the bottom of the page (with number of items in brackets). The fonts are huge and look funny there.

    #1341643
    Joao
    Moderator

    Hi There,

    So you would like to move your navbar from the shop page?

    Add the following code to Appereance > customizer > Custom > CSS

    .archive body {
        margin-right: 270px !Important;
    }
    .archive .x-navbar {
    display: none;
    }

    Add the following code to Appereance > customizer > Custom > CSS to remove the title.

    .archive .h-landmark, .p-landmark-sub {
    display: none;
    }

    Hope it helps

    Joao

    #1341667
    iamwithU
    Participant

    Hi Joao, thanks again.
    Yes now the navbar is removed from the left side, but the space remains, with my background image occupying it – such that the rest of the page is not filling up the space. So the product photos remain where they are.

    Likewise, the old title is removed at the top of the page, but there is still a blank space there. How do I remove these blank spaces?

    #1341677
    iamwithU
    Participant

    Can you also advise if I can remove the “categories” (i.e. Cakes, Cookies etc) at the bottom of the page (with number of items in brackets). The fonts are huge and look funny there.

    #1341888
    Joao
    Moderator

    Hi There,

    I went ahead and changed your page layout to Blank No Container No header Footer

    I also updated your CSS to:

    body.archive.x-navbar-fixed-left-active {
         padding-left: 0px !important;
    }
    .archive .x-navbar {
    display: none;
    }
    
    .archive .h-landmark, .p-landmark-sub {
    display: none;
    }
    
    .archive .x-boxed-layout-active .site {
        margin: 0 !important;
    }
    .archive li.product-category.product {
      display: none;
    }
    

    Hope it helps

    Joao

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