Home Forums WoodMart support forum Duble click on IPhone for products

Duble click on IPhone for products

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #210330

    alexkimicar
    Participant

    Hi,

    We activate from theme settings the option for only one click on mobile. On android all good, instead on iphone i need 2 clicks to enter to a product.

    We tried the solution from here: https://xtemos.com/forums/topic/is-two-taps-normal-and-accepted-to-display-the-product-from-a-product-page/ but no result.

    Thanks!

    #210408

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #210412

    alexkimicar
    Participant

    Hi,

    2 secundes please, we cannot stop the plugins, the site is live. Right now we clone it on another server and there we can do whatever we want 🙂

    i`ll be back with credentials and also the new link.

    #210418

    alexkimicar
    Participant

    Thanks!

    #210442

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile and mobile landscape in Theme Settings to fix this issue.

    .woodmart-hover-base .product-information:hover .woodmart-more-desc-btn {
    transform: none!important; }
    .woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price, .woodmart-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price {
    transform:  none!important; }
    .woodmart-hover-base:hover .wrapp-swatches, .woodmart-hover-base.state-hover .wrapp-swatches {
    transform:  none!important; }
    .woodmart-hover-base.state-hover .woodmart-more-desc-btn {
    transform:  none!important; }
    .woodmart-hover-base.hover-ready:hover .product-wrapper, .woodmart-hover-base.hover-ready.state-hover .product-wrapper {
    transform:  none!important; }
    .woodmart-hover-base.hover-ready:hover .content-product-imagin, .woodmart-hover-base.hover-ready.state-hover .content-product-imagin {
    visibility: hidden;
    opacity: 0;
    transform: none!important; }
    .woodmart-hover-base.hover-ready:hover .fade-in-block, .woodmart-hover-base.hover-ready.state-hover .fade-in-block {
        visibility: hidden;
        opacity: 0; }
    #210450

    alexkimicar
    Participant

    Thanks, all great now!

    If you have time, i have 2 more questions:

    1. Can i set Product title lines limit to 3 lines/rows?

    2. Is this theme ready for woocommerce 4.3?

    Thanks again! An keep up the good work, the theme is gorgeous! 🙂

    #210481

    Artem Temos
    Keymaster

    1. Currently, there is no option for 3 lines/rows in our theme.

    2. We will release an update very soon that will make our theme 100% compatible. But it doesn’t have any critical issues at the moment.

    #210583

    alexkimicar
    Participant

    I understand 🙂

    Thanks a lot for your support!

    #210625

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Duble click on IPhone for products’ is closed to new replies.