Single product page after upgrade to Pro?

hi there,

the below single product page use to have a side bar on the right that list ‘cart info, product categories etc’.

How to put it back please

here is the page:

https://agentworks.com.au/product/aerial-lot-highlight/

Hi,

To put it back, you need to remove the css code in Theme Options > CSS that reads

.woocommerce div.product .summary {
    float: right;
    clear: right;
    width: 100%
}

.woocommerce div.product .images {
    width: 100%;
    height: 100%
}

.woocommerce div.product .summary {
    margin: 20px
}

Thanks

hi paul and thank you

i have just tried and it does not seem to work. credential attached, could you please assist

Hello @mynemesis,

Thanks for updating the thread.

I see the code still there, please remove the code. Here’s the screenshot. Please remove the code and make sure to clear cache 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.

Thanks.

hi support.

I have deleted the code shown and it it does shrink back (to the right - but i wanted it back to the left) somewhat but still no sidebar and some part on the bottom of the page still yet reduced back:

https://agentworks.com.au/product/aerial-lot-highlight/

Hi @mynemesis,

Unfortunately, we cannot detect what is the problem on your website and how you customized the single product page. the fact is that the original single product page of the theme should look like this:

http://demo.theme.co/shop-integrity/product/happy-ninja/

As you can see there is no sidebar, and the image is on the left and the content is on the right.

The only thing that we can suggest is that you switch back to the parent theme instead of the child theme and then remove the CSS styles temporarily and check the case. If it is working as the original one, you need to check the customizations that you have done to find out the piece of the code which is responsible.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.