Site logo

Archived topic

Conflict on new subdomain

13 replies · Started by Renaldo on September 12, 2019

Viewing posts 1–14 of 14

Good Evening

I have just created a subdomain, so we can launch our website in another country. We cloned the website over to the subdomain and everything works. It is just the mobile version of the products displayed on mobile does not look correct. Not sure if there is CSS conflict with the newly updated woocommerce.

The products don't display correctly. And are not aligned as it should when viewing the homepage or pages.

Please, could you assist?

Hi there,

I'm unable to get the linked page to load.

Can you double check?

Let me know :)

The link is working on my side?

That is very strange. Could you perhaps try a mobile device?

It's working now.

Can you first purge and disable WP Rocket?

Okay, we have done that.

You can compare the site to our botthms.com site. And see the differences

Hmm the two sites seem to have different HTML.

The old one is using GP's columns for WooCommerce and the new one is using WooCommerce blocks?

Have you checked with their support by any chance?

How do we resolver this? As mentioned we just cloned the site and updated woocommerce?

What suggestions do you have for us?

Cloned it inside of kinsta. And just added to the subdomain. So nothing was really changed.

Just updated the plugins. Any suggestions? Should we repeat the process by recloning or get a developer?

Because we are using a childtheme for the botthms.com website

Hi there,

so the Wooocommerce Blocks Plugin was updated on your cloned site. This brings significant changes to the markup which is why the columns are broken.

Try this CSS to fix the columns:

.wc-block-grid__product {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

The missing details like review stars, you will need to edit the page and check to see if that is an option on the Block.

Good day

This looks like it has been resolved. Can we activate WP Rocket again?

Thanks for assisting.

Kind Regards

Yup you can activate it back now.

This archived topic is closed to new replies.