badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Woocommerce integration

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85055
    jack3
    Participant

    Hiya,

    I’ve installed WooCommerce onto my site and it does largely work really nicely.

    A couple of things I can’t quite work out though are:

    Page attributes to turn off the side bar and go full page on Product Pages of Woocommerce doesn’t work, the Page Attributes doesn’t appear on Product Pages in the admin. I wondered if there is a way to make this work?

    Is it possible to include Woocommerce Produce Pages in the Mags Pro widgets? I can’t see the options but it would be handy.

    Thank you,

    Jack

    #85058

    Hi jack3,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .single-product.woocommerce .site-content #secondary {
    	display: none;
    }
    .single-product.woocommerce .site-content #primary.col-lg-8 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    Thanks

    #85747
    jack3
    Participant

    Sorry I missed your reply until now, thank you very much for this!

    Does this help with including products in the widgets? Or is there a way I can include custom URLs in the Mags widgets? Don’t worry if not, it’s just that I like the sliding widget and it would be great to be able to use this for products in the Woocommerce shop.

    #85862

    Yes it works for widgets with product as well.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.