The checkout shortcode no longer functions as it did.
The update is the only thing that changed.
https://luminacbd.com/checkout/
Please advise what’s up with this.
I don’t have a caching agent on this website.
Jesse
The checkout shortcode no longer functions as it did.
The update is the only thing that changed.
https://luminacbd.com/checkout/
Please advise what’s up with this.
I don’t have a caching agent on this website.
Jesse
Hi Jesse,
I checked the cart page of your site and added an item to the cart and it works fine on my end:
Kindly clear your site and browser cache and check again.
Hope this helps.
The checkout page… Not the cart. Cart works fine. The checkout page I provided the link for is a royal mess. It doesn’t work on desktop. It’s condensing all content to the left. It doesn’t have an issue on mobile, but desktop is unusable.
It also changed the location of the cart icon and moved everything out of the straight line in the nav that i had it all in before the upgrade.
Hey Jesse,
I checked your checkout page and it seems like you’re using Cornerstone on that page? Its a 1/6 columned layout which has all the content that’s why it’s squeezed to the left:
Please go to Row’s settings in Cornerstone and change the the layout to 1 column layout:
Alternatively you can apply a CSS fix if the issue persists:
.woocommerce-checkout .x-column.x-1-6 {
width: 100%;
}
Please note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Let us know how this goes!
Yeah, i selected 100% width, and it keeps changing it to 1/6th on it’s own.
It’s cornerstone that keeps making the change away from what i wanted.
That code works, but it shouldn’t be necessary.
Last couple Cornerstone updates are filled with buggy glitches.
Hi Jesse,
No it should not, please do the following, navigate to WooCommerce > Settings > Advance tab and set your Checkout page from the dropdown. I would advice to do these for all your other WooCommerce pages (Cart page, My account, and Terms and conditions)
Most of those bugs are already fixed, please check our changelog page, make sure you’re running on the latest version.
Updating Your Themes and Plugins
Thanks,
I already have all those pages set in WooCommerce, i’ll check for more updates to cornerstone/x-theme
Hi Jesse,
That’s weird, on my end I only get that issue if I don’t set the Checkout page in WooCommerce > Settings > Advance tab, else its automatically become full-width. Yes, you can check for updates on our changelog page. You can keep the custom CSS provided above for now.
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.