Home Forums WoodMart support forum Couple of questions

Couple of questions

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #304819

    Little Panda
    Participant

    Hello,

    1. I have a problem with the top menu. One of the categories wording is duplicated. (see screenshot in private area). How to fix this?

    2. I messaged you on themeforest to ask if the Add To Cart button could have a wobble motion action. You advised to contact you after purchasing to get some code to allow for this to happen.

    3. On the mobile devices I have the pinch to zoom doesn’t work. This occurs with all browsers tested. Is there a way to activate this?

    Regards

    #304989

    Hello,

    As for the duplicated category, please provide you site admin access.

    We promised customization of the add to cart button: https://streamable.com/j3h2fb
    And here is an URL
    https://gecko5.myshopify.com/collections/clothing/products/blue-cotton-leggings

    Please copy and paste the code into the Theme Settings > Custom CSS > Global:

    @keyframes xts-shake {
    		0%,
    		12% {
    		    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
    		}
        2%,
        4%,
        6%,
        8%,
    		10% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        3%,
        5%,
        7%,
    		9%,
    		11% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
    }
    .entry-summary .single_add_to_cart_button {
    		animation-name: xts-shake;
    		animation-duration: 10s;
    		animation-delay: 5s;
    		animation-iteration-count: infinite;
    		animation-fill-mode: both;
    }

    Best Regards

    #304997

    Little Panda
    Participant

    Thank you. The add to cart CSS works perfectly.

    The duplicate menu text seems to happen when there is no icon assigned to the category or rather when an icon has been assigned and then removed.

    Do you have any code to make the theme zoom when pinch on mobile view?

    #305241

    Hello,

    What option do you mean? What element should zoom? Zoom usually is implemented on hover and hover is not possible in mobile.

    Please provide more details.

    Best Regards

    #305257

    Little Panda
    Participant

    Hello,

    The whole website on a device such as a phone should be able to be zoomed in and out when pinching the display for example.

    I think a similar issue was reported here: https://xtemos.com/forums/topic/pinch-zoom/

    It seems that Woodmart is defaulted to not allow pinching to zoom which is standard on most websites. This can be overidden in browser settings but it’s odd that you guys don’t allow it by default.

    See this video to explain the over-ride: https://www.youtube.com/watch?v=WrN2IRd-xQc

    and here: https://intercom.help/elegantthemes/en/articles/2190905-how-to-enable-pinch-to-zoom-on-mobile

    #305362

    Hello,

    You can do that by means of the option in Theme settings => Other => Viewport tag https://monosnap.com/file/SFPdPVhDtySO0FeIRICfBIETaY3San

    If you have any questions please feel free to contact us.

    Best Regards

    #305369

    Little Panda
    Participant

    Perfect! I didn’t realise that’s what that function did. Works great!

    #305410

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service and have not left your feedback yet.

    Thank you in advance

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