1. Miklos Solti
  2. Content Layout Virtuemart
  3. Thursday, 08 August 2019
Hi,
If I'm on the cart page (https://korona.s2consulting.hu/kosar) after I've added something to the cart,
- and I'm opening the cart module on the top, it opens the content of the cart,
- then clicking somewhere on the page, the cart module on the top disappears.

What is the issue here?
Thanks,
Miklos
Responses (11)
Frantisek Accepted Answer Pending Moderation
Linelabox Support
Try this:


@media (max-width: 768px) {
.cartmodulelab .navbar-collapse {
position: absolute;
left: 0;
background: #fff;
z-index: 1000;
}
}
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 1
Miklos Solti Accepted Answer Pending Moderation
Hi,

Sure. See it attached. Thanks.
Attachments (1)
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 2
Frantisek Accepted Answer Pending Moderation
Linelabox Support
Hi, can you please provide a screenshot of this issue?
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 3
Miklos Solti Accepted Answer Pending Moderation
Thank you, it's working fine.
How can I reduce the size of the cart on mobile, when I'm clicking on that and it shows the content of the cart?

Thanks,
Miklos
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 4
Frantisek Accepted Answer Pending Moderation
Linelabox Support
Hi Mikos, sorry for late reply

Please add:



#bbox4 .module.mod_virtuemart_cart .cartmodulelab .navbar-nav li.dropdown {
display: block !important;}
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 5
Miklos Solti Accepted Answer Pending Moderation
Dear Support Team,

I hope that you had a wonderful holiday.
Any news on this topic? I've raised this issue more than a month ago and nothing happened.

Thanks,
Miklos
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 6
Martin Balko Accepted Answer Pending Moderation
Hello Mr.Solti, support is on Holiday, we have to be patients :)
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 7
Miklos Solti Accepted Answer Pending Moderation
Dear Support Team,

Can you pls give me a solution for this? It is annoying on a webshop that the cart disappears randomly.

Thanks,
Miklos
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 8
Miklos Solti Accepted Answer Pending Moderation
Dear Support Team,

Can you pls give me a solution for this? It is annoying on a webshop that the cart disappears randomly.

Thanks,
Miklos
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 9
Martin Balko Accepted Answer Pending Moderation
Hello all, I have similar problem. In my web there is not working cart module in mobile devices.

I tried add code
.cartmodulelab.collapse {
display: block ;
}

but it doesnt help, even makes things worse.

I would be helpfull for any working solution.

Thanks
References
  1. https://www.aurainstruments.com/e-shop/kravik-lyra/kravik-lyra-aura-7-prokl-detail
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 10
Miklos Solti Accepted Answer Pending Moderation
Hi,

In one of my previous post here, I asked a help because the cart module simply was not visible on mobile devices.
Then I got this solution: Need to add the following code to custom.css
.cartmodulelab.collapse {
display: block ;
}

If I remove this code from custom.css, then the cart on desktop works fine, visible all time. But now on mobile devices the cart disappears.
What is the solution then?
Thanks,
Miklos
  1. more than a month ago
  2. Content Layout Virtuemart
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.