Viewing 3 reply threads
You must be logged in to reply to this topic.
– The selects inputs have some problem, I thought it was only in my but the demo version is also.
– In cart style the open from side option is not working in the mobile version.
– How can I remove cl-actions in the mobile version? I want to leave only the clickable product photo.
Suggestion for next update:
Open a popup when adding a product to the cart with the options to finalize purchase or continue shopping. I think I could use style open from side.
Hello,
1. Reported from other user too. Will be fixed on next release, later today.
2.Will take a look into this.
3. You need to remove only cl-actions? Or swatches too? I will send a little css fix for that.
Yes, thanks for the suggestion. I will add an option fo that.
Thanks
I want to remove CL ACTION because when I’m on the phone I tap the product and then open CL ACTION to choose an option to open the product page or add to the wish list. I want you to touch the product and go straight to the product page.
Hello,
To remove the CL Actions for mobile only, please add this code into your Additional Css menu:
@media(max-width: 480px){
.shop-products .product_item.style_normal:hover .cl-actions {
opacity: 0 !important;
}}
But you still need to touch the title of the product to go to the product page. The image is not a link. To set it as link, you will need to edit them files.
Let us know.
Best regards!
You must be logged in to reply to this topic.