Home>Support>Woocommerce and Vantage lack of cooperation

Woocommerce and Vantage lack of cooperation

Hi,

I have more issues struggling with for longer time – with no result/success so far – all around woocommerce implemented in my Vantage Premium template

1. I need to have following:
– left side “shop” menu with products categories
– in second column, there should be products (if possible, listed one item per line – like in excel for example)
– when I will be on product page – it has to contain left side menu in 1st column, Product detail in 2nd column and above should be navigation (shop > item group > item name)

2. Where the problem is?
– left side menu is possible to do by many methods (by widget it should be maybe the best way, what do you thing? then how to move it from right to the left side? I was trying some CSS codes, unfortunately not succeed)
– anytime I am trying to make 2 columns, it simply doesn´t work… What can I see is product categories (let´s say menu) and the products are below this – not next to, even if there are 2 columns set…

– the 3rd issue is some bug or something like this maybe – when I display Shop page and click to some product category, then is everytime going to be displayed some product detail (which shouldn´t be displayed, there should be displayed list of related items), below this there is displayed product category (menu) and next below products related to above mentioned clicked product category – and those 3 things are repeating maybe 1000x per the page (I don´t know why)… this together causes, the main menu has displaying incorrectly – please see the issue by URL link

– my last question – is there any chance how to easily modify the product category menu in graphic side?

I would highly appreciate your help in my “woocommerce war”, so thank you for any helpful response in advance.

Best regards
Lukas

URL: http://www.metalplasticsupply.cz/obchod/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi Lukas

    Thanks for the long wait. It might take a few messages but I’m sure we can help you get these problems resolved.

    For the left sidebar, please try the following under Appearance > Custom CSS:

    /* Vantage WooCommerce */
    
    .woocommerce-page #container {
    float: right;
    }
    
    .woocommerce #secondary {
    float: left;
    }
    

    The issue of items repeating 100 times over is possibly a plugin conflict. Please try testing with just WooCommerce and SiteOrigin plugins activated. Temporarily de-activate all other plugins and see if there is any change.

    Could you perhaps let me know where the category menu is you’d like to style. I can’t seem to find it right now.

    Thanks

  2. 9 years, 7 months ago Lukin

    Hi Andrew,

    thanks for reply, anyway it doesn´t work in my shop page, but in other page it works. The menu is situated still on the right side here – http://www.metalplasticsupply.cz/obchod/
    so do you have any advise how to “repair”?

    regarding the issue with displaing of so many items – I have resolved it by reinstall of WP and now it´s OK. It looks like, there has been issue with some plugin as you have mentioned.

    Thank you for answer in advance :-)

  3. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Really glad to hear you’ve been making progress. Please remove the previous Custom CSS and try this:

    /* Vantage WooCommerce */
    
    .woocommerce-page #container,
    .archive #container {
    float: right;
    }
    
    .woocommerce #secondary,
    .archive #secondary {
    float: left;
    }
    

    Hope it helps.

  4. 9 years, 7 months ago Lukin

    appreciate your speedy reply, unfortunately the issue is still not resolved. The “sidebar” made by woocommerce layered navigation widgets is still on the right side :-( do you have some idea yet? I can provide you everything what you want if needed…

    Many thanks.

  5. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Sorry about that, I’m missing something here but am not sure what.

    Please can you remove our current WooCommerce Custom CSS and insert the following at the very top of your Custom CSS:

    /* Vantage WooCommerce */
    
    .woocommerce-page #container {
    float: right !important;
    }
    
    .woocommerce-page #secondary {
    float: left !important;
    }
    

    Insert that above all your other Custom CSS selectors.

  6. 9 years, 7 months ago Lukin

    Thanks Andrew! It works now :-) it seems the issue has been that the code was placed on the bottom of Custom CSS selectors, now when it´s on the top, doing how I wanted :-)

  7. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Awesome, really glad to hear that helps.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More