Bug 6.2.7 - Off Canvas Cart + missing hover settings on links

We’ve picked up in the current version of Pro the off canvas cart is displaying in Cornerstone but not on the front-end. This causes issues with sites using the element to get people to the cart or checkout pages as there is no way for them to get to these pages without knowing the URL. The off canvas cart has buttons that lead to the cart and checkout pages.

In one site I rebuild the element. It looks like the element has changed as the old element just had an Off Canvas Cart. The new one has separate elements inside the element. When rebuilding the element I also noticed that when editing the cart element text there is no option for a hover colour.

I haven’t had time to look at the CSS for the cart as I’m mid way through a challenging project with tight deadlines. In our instance the off canvas background is black and the over text was also black with no way to change it to another colour. To speed things up, as a temporary solution, I just set the off canvas background to a lighter black.

Another concern is that the new element opens the off canvas without the cart items. There is a noticeable delay and then then cart items come into view. This is without changing any effects etc.

Will update with CSS when I have a chance.

I have not had time to test the beta yet but looks exciting.

Hello,

I think some of your issues with loading are because the deprecated Woo elements do not enqueue the script needed in Woo 7.8. I will make sure they do that in the next release like the mini-cart element. The following can also fix this in older releases and the deprecated elements. The deprecated cart dropdown was not applying the styles correctly either and I’ll handle that as well.

wp_enqueue_script( 'wc-cart-fragments' );

The links interaction color controls were brought up for the mini cart internally. I just got that cleaned up and you will be seeing it soon. Links text shadow alt controls for mini cart were also not working.

Have a great day, good luck on the deadline.

1 Like