ResolvedSomething off with cart
- This topic has 8 replies, 2 voices, and was last updated 2 years, 10 months ago by
Althemist.
- AuthorPosts
- January 6, 2021 at 7:55 pm #28091
opicron
ParticipantWhen I refresh my Lafka themed website I see some weird things going on. I managed to make a screenshot of it:
The link to the website: https://www.meatdennis.nl/
It has something to do with the shopping cart I think. Can you tell me how to fix this please?
January 7, 2021 at 12:53 pm #28112Althemist
KeymasterHello opicron,
It looks like you are using an old version of the theme with the latest WordPress version. You’d need to update the theme and all it’s plugins (including the Lafka plugin) to it’s latest version.
January 7, 2021 at 4:47 pm #28138opicron
ParticipantI updated to the new Lafka Theme and new Lafka Plugin. However the issue persist. Would you care to take a look?
January 8, 2021 at 11:17 am #28162Althemist
KeymasterI have just checked again. Everything seems fine now.
January 8, 2021 at 2:09 pm #28183opicron
ParticipantI still see it, cleared cache and fresh browser even. It is _very_ short– try an slow connection emulator.
January 8, 2021 at 2:19 pm #28185opicron
ParticipantI still see it, cleared cache and fresh browser even. It is _very_ short– try an slow connection emulator.
Edit: Something has to be in the cart to make it more obvious.January 11, 2021 at 12:19 pm #28217Althemist
KeymasterI saw it now, but it only blinks for a half second on page load. I guess this is something that comes from a plugin you use. (most probably the Composite Products). Definitely not theme related.
January 14, 2021 at 5:18 pm #28293opicron
ParticipantAgree to disagree then. This is due to the .widget_shopping_cart which is loaded by Lafka. When I hide that overlay:
.widget_shopping_cart {
display: none !important;
}The bug is gone. None of our plugins do anything with the Lafka shopping cart. They only fill it up with product when required. The overlay shopping cart is generated by Lafka theme.
I would advice to hide the overlay by default and only show the overlay when the actual shopping cart button is clicked.
Does a visual bug like this not bother you immensely as an developer? For all the love that Lafka them has gotten I would assume it does :).
January 15, 2021 at 5:45 pm #28304Althemist
KeymasterDo you see the same problem on the theme demo? đŸ™‚
The cart module is hidden by default. However, some plugins are modifying the cart output, as this is not a custom Lafka module – it’s the standard WooCommerce cart widget. If there is something we can do we’d definitely do it, but in your case it’s just not theme related.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.