Home › Forums › WoodMart support forum › Quick buy mobile
Quick buy mobile
- This topic has 19 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
March 15, 2018 at 12:02 pm #46213
jukka18ParticipantHi there,
Can we turn off the quick buy option on mobile? Client is finding it very sensitive. Great on desktop.
Also the search drop down is proving very sensitive, is there a way of once opened it stays open until you search?
Thanks
W
March 15, 2018 at 2:22 pm #46248
Elise NoromitMemberHello,
Unfortunately, there are no options for that. “Quick Shop” for variable products is set for all devices and can’t be disabled for some particular devices only. It is not possible to achieve with custom CSS coding as well.
The search drop-down is opened on mouse hover and closed when the mouse is taken away. There are no options to change either this.
Best Regards
March 15, 2018 at 2:29 pm #46250
jukka18ParticipantSee PC
March 15, 2018 at 2:33 pm #46251
Artem TemosKeymasterWe can give you a code to hide the “add to cart” button if the quick shop function is not good for you.
As for the search, it is how the browser works in general, what exactly can we do here? What do you mean by less sensitive?
March 15, 2018 at 2:43 pm #46255
jukka18ParticipantThe client just needs the QuickBuy/Add to cart to disappear on mobile. Is it possible to have the quickbuy disappear on devices with a specific snmall screen size so covering mobiles for example.
Also the search, the client says they are finding it difficult, as it often disappears on the slightest movement. They were hoping it could stay open and you either have to click to close or won’t disappear until you have actioned a search?
Any help would be much great!!!! Were close to launching and the client is desperate to get these issues ironed out.
We really appreciate any help you can give!!!!!
March 15, 2018 at 2:47 pm #46256
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area for mobile devices only in Theme Settings
.woodmart-add-btn { display: none; }
And try to use full screen search in Theme Settings -> Header -> Search.
March 15, 2018 at 9:02 pm #46332
jukka18ParticipantGreat thanks for that.
Can we stop the product actually popping up with the information – weight/dimensions etc as you scroll on mobile. so the only action when you click the image is it takes you to the product page.
March 16, 2018 at 8:03 am #46368
Artem TemosKeymasterTry to add the following code snippet to the Custom JS area in Theme Settings to do this
if( jQuery(window).width() <= 1024 ) { jQuery('.woodmart-hover-base').unbind('click'); }
March 16, 2018 at 9:22 am #46388
jukka18ParticipantHi Artem,
I did this in the global JS and it seemed to stop most of the images appearing on the front page?
I removed and it came back?
March 16, 2018 at 9:28 am #46389
Artem TemosKeymasterCould you please add it back so we can test in your website and see why it doesn’t work?
March 16, 2018 at 9:30 am #46392
jukka18ParticipantI’ve done that now.
March 16, 2018 at 9:33 am #46394
Artem TemosKeymasterPlease, disable all optimizations plugin to see it.
March 16, 2018 at 9:36 am #46395
jukka18ParticipantSo this can’t be achieved with optimisation in place?
March 16, 2018 at 9:38 am #46396
Artem TemosKeymasterWe can’t say right now. Currently, we see some syntax error in optimized JS files. That is why you need to disable it first, to understand which file causes this error.
March 16, 2018 at 9:45 am #46398
jukka18ParticipantHi there,
I’ve turned the optimisation off and dropped in the code. The boxes with weight | dimensions etc are still popping up on scroll on mobile?
March 16, 2018 at 10:30 am #46421
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings
div.woodmart-hover-base.hover-ready.state-hover, div.woodmart-hover-base.hover-ready:hover { -webkit-transform: none; transform: none; } div.woodmart-hover-base .content-product-imagin, .woodmart-hover-base .fade-in-block { display:none; }
March 16, 2018 at 11:55 am #46445
jukka18ParticipantPerfect, thanks for all your help!
March 16, 2018 at 12:58 pm #46457
Artem TemosKeymasterGreat, you are welcome!
March 16, 2018 at 1:00 pm #46459
jukka18ParticipantBrilliant customer service – as always.
March 16, 2018 at 1:07 pm #46463
Artem TemosKeymasterThank you š
-
AuthorPosts
The topic ‘Quick buy mobile’ is closed to new replies.
- You must be logged in to create new topics. Login / Register