ResolvedSide panel showing when you add an item to basket
- This topic has 3 replies, 2 voices, and was last updated 1 year, 11 months ago by
Althemist.
- AuthorPosts
- July 3, 2021 at 12:22 pm #30936
raoul_k@hotmail.co.uk
ParticipantHi,
Every time a user adds an item to basket, the cart sidebar pops out to show the user their cart. The sidebar then takes a long time (about 7 seconds) to slide back out to the right hand side of the screen. As this sidebar blocks about 1/4 of the page, I’d like it to disappear after 3 seconds not 7.
Is there a way to change this with some custom code? Thanks
July 4, 2021 at 2:31 pm #30950Althemist
KeymasterNo, I am afraid this can’t be changed. Blocking 1/4 of the screen would mean an extremely small display (nowadays even tablets have 1280px horizontal resolution and the cart is jus 300px). What kind of display do you use?
I’ll discuss with the team if we can make the automatic cart popup optional for the next major update, but the time can’t be adjusted.
July 5, 2021 at 1:27 pm #30961raoul_k@hotmail.co.uk
ParticipantThe main point is that blocks part of the screen, normally which is displaying products. This means customer has to wait 7 seconds or close the window each time they add an item to basket. If we could make it optional that would be really good thank you.
I actually had another question hope that’s OK. Is it possible to make the search and cart icons in the right hand corner of the header much larger? Lots of my customers cannot see them when shopping.
Thanks again
July 6, 2021 at 12:00 pm #30972Althemist
KeymasterYes, you can do this with CSS. Something like this:
.rigid-wishlist-counter i, #rigid-account-holder i, #cart-module a.cart-contents:before, .rigid-search-cart-holder .rigid-search-trigger > a { font-size: 18px !important; }
You can adjust the font size as per your needs. The default one in the theme is 14px
- AuthorPosts
You must be logged in and have valid license to reply to this topic.