This topic has 8 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Dee
I found this issue on the xstore demo as well. try to add like 10 or more products and mini cart just shows few of them. can’t even scroll till the last product. what could be the issue?
Screenshot: https://prnt.sc/qS66RmpGMKik
also check this out: on low resolution screens it doesn’t show even “cart” and “checkout” buttons at the end.
https://drive.google.com/file/d/1bLzCV8txndT-VqlaD5ZP6MFAbPX84apG/view?usp=sharing
Hello Dee,
Thank you for contacting us and for using XStore.
Please try to change “Mini-Cart Products Amount” in Theme Options > Header builder > Cart.
“on low resolution screens” – what exactly is screen size, device, and browser on your example?
Kind Regards,
8theme team
Check this out: https://prnt.sc/50z1fE7hAoKI like 768px in height. Mini-cart products amount worked : ) thank you!
Hello Dee,
Thank you for your response.
As we can see, you have disabled the Off-Canvas for Cart, so we do not see the situation from your screenshot.
We did not get complaints about this situation from our customers early. What device has a full-screen height 768px? If you resize the browser window did you refresh the page? In this case, we can recommend you to set 3 products for “Mini-Cart Products Amount”.
Kind Regards,
8theme team
1. Yes I had to disable the Off-Canvas because of this issue.
2. 1024 x 768px is the commonly used screen resolution before widescreen comes : )
3. Please refer to the attached screenshot. I can’t help you guys any further. The issue is there. It’s not with the demo. Maybe that’s because of SKUs and all. Anyway, Mark the topic as solved. I’ll continue without the off-canvas mini cart.
wait wait. Don’t mark as solved. Check this out: https://drive.google.com/file/d/147gNtJW7DnyaFoGL7g8_xZb300sEG7vp/view?usp=sharing
any idea?
Hello Dee,
Thank you for your response.
The issue is caused by your custom CSS (added in Theme Options → Additional CSS) where you hide the top section of panel → https://prnt.sc/rLAsjgfMP6kd
According to the fact it is a bug caused by your custom CSS it means that it is not our bug but rather non-perfect Custom CSS.
We would recommend you to remove those CSS lines and check then → https://gyazo.com/6d529f513b9e31457d197562776c60c6
In case you still don’t want to show that “head“ on off-canvas you can replace
.et-mini-content-head {
display: none;
}
with next code
.et-mini-content-head {
height: 0;
opacity: 0;
visibility: hidden;
margin: 0;
padding: 0;
}
Kind Regards,
8theme team
You guys are the best support team ever ❤️ apologies for my fault.
The issue related to '‘Mini Cart isn’t showing all the items in the cart’' has been successfully resolved, and the topic is now closed for further responses