-
-
1 – Hi, I’d like the products in my store to be shown in 2 columns on the mobile. How do I do that?
2 – How do I get the menu fixed in the mobile version?
3 -Is there only one cart model?
4 – How do I put on page filter only in the mobile version?
Thanks
-
Hello,
1. This is not possible with options, I will add it in list for next update. For now you can use this fix:
Go to css/codeless-woocommerce.css find:@media (max-width: 569px){ .shop-products .product_item{ width:100%; } }
on line: 2294, replace 100% with 50% for showing two, instead of one.
2. Do you want to make it fixed only on Mobile?
3. No, we have two styles of cart, one in the header, another one that shows from the side of page.
3. Do you mean the Filters+ small button?
Thanks
- This reply was modified 6 years, 9 months ago by Ludjon.
-
1 – Thank you, it worked perfectly
2 – I need fixed Menu only for desktops
3 – Sorry, I mean the shopping cart page.
4 – I use a left sidebar but I need to remove the sidebar in the mobile version because it sits below the products. I want to leave the filter button on the mobile version only.
-
How can I show 2 products in owl carousel in mobile version?
-
Hello,
Sorry for the delayed reply
You can set fixed menu on Customizer->Sticky
We have one style for now, but we have in plan to add another one in next update
You can do this: Create a page with sidebar filters and on top filters and than hide the sidebar from mobile and the in-page filters from desktop.
You can change the carousel mobile version on js/codeless-main.js find for shopInit, there you can find a function carousel.
I will send you the code because I am not on pc now.
We will get all of them as suggestions and add them on next update :)
Thanks
-
-
Just added an update.
We are waiting for the approvement on Envato
-
You must be logged in to reply to this topic.