Home Forums WoodMart support forum For mobile and planchet versions – changing to different photo when touching it

For mobile and planchet versions – changing to different photo when touching it

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #39058

    ommo.london
    Participant

    Hi,
    I need some help with WoodMart please.
    For mobile and planchet versions – is there any way to make the product pictures on WoodMart theme (shop page) to behave the same way as in Basel theme (changing to different photo when touching it) ?

    #39090

    Artem Temos
    Keymaster

    Hi,

    Actually, it should work in the same way as on Basel theme at the moment. Could you please send us your product page link so we can check how it works now?

    Thank you in advance.

    #39129

    ommo.london
    Participant

    Hi, is not on a product page it’s on a shop pages. Please have a look pictures are not changing to different photo when touching it

    Thanks

    #39164

    Artem Temos
    Keymaster

    Hi,

    Please, send us screenshots from Basel and WoodMart so we can compare them and understand what are you asking about.

    Thank you in advance.

    #39202

    ommo.london
    Participant

    Please have a look I made a videos for you named as themes, I would like to have woodmart shop page behave like Basel

    https://braceletsformen.co.uk/wp-content/uploads/2018/02/woodmart.mov
    https://braceletsformen.co.uk/wp-content/uploads/2018/02/basel.mov

    thanks

    #39203

    Artem Temos
    Keymaster

    Actually, this function doesn’t work for both themes. You can see it on desktop devices, but mobile menu doesn’t have hover state in CSS. When you click on the image, you will be redirected to the product page. That is why we disable this function for mobile devices to not confuse your customers.

    #39206

    ommo.london
    Participant

    Could you please send me SCC to activate it, as I like it so much.

    Thanks

    #39220

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .product-grid-item .hover-img {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    }
    
    .product-grid-item.state-hover .product-element-top .hover-img {
        opacity: 1;
        transform: scale(1.09);
        -webkit-transform: scale(1.09);
    }

    Regards

    #39284

    ommo.london
    Participant

    It works !!! Thank you vary much.

    Happy 🙂

    #39285

    ommo.london
    Participant

    Can you also please send me SCC for mobile – product categories images to behave interactive like on home page

    Thanks

    #39311

    Artem Temos
    Keymaster

    Sorry, what do you mean here? Could you please provide us a screenshot?

Viewing 11 posts - 1 through 11 (of 11 total)