ResolvedCode
- This topic has 6 replies, 2 voices, and was last updated 3 years ago by
Althemist.
- AuthorPosts
- February 20, 2020 at 8:08 pm #21442
vdseign
ParticipantHi,
I was going through the code and found a spelling mistake, not sure if it affects anything right now, but I found it in your demo.
“move_to_another_wishlist_action”:”move_to_another_wishlsit”
February 20, 2020 at 8:08 pm #21443vdseign
ParticipantThis reply has been marked as private.February 20, 2020 at 8:14 pm #21444vdseign
ParticipantThis reply has been marked as private.February 24, 2020 at 9:14 am #21473Althemist
KeymasterHello vdseign,
This code comes from the Wishlist plugin, not from the theme. I guess the plugin author would fix it at some point.
The add to cart notifivation – not really sure what do you mean. Basically, you can disable the sound notification in the Theme Options, but shouldn’t be shown on the screen on page load, as it’s a hidden HTML 5 audio player.
Regards,
DimitarFebruary 25, 2020 at 5:00 pm #21493vdseign
ParticipantThis needs to be disabled, as it doesn’t work as the checkout page shows as an overlay when you add a product to basket
February 25, 2020 at 5:01 pm #21494vdseign
ParticipantFebruary 26, 2020 at 11:53 am #21510Althemist
KeymasterI am afraid this can’t be disabled. You can only disable the sound notification. The only thing you can do is hide it visually with CSS. The code will be something like like this:
.grosso_added_to_cart_notification { display: none !important; }
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.