Home › Forums › WoodMart support forum › Couple of questions
Couple of questions
- This topic has 7 replies, 2 voices, and was last updated 3 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
July 6, 2021 at 12:20 pm #304819
Little PandaParticipantHello,
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
July 7, 2021 at 8:27 am #304989
Elise NoromitMemberHello,
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-leggingsPlease 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
July 7, 2021 at 9:10 am #304997
Little PandaParticipantThank 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?
July 8, 2021 at 9:46 am #305241
Elise NoromitMemberHello,
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
July 8, 2021 at 10:51 am #305257
Little PandaParticipantHello,
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
July 8, 2021 at 5:35 pm #305362
Elise NoromitMemberHello,
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
July 8, 2021 at 6:26 pm #305369
Little PandaParticipantPerfect! I didn’t realise that’s what that function did. Works great!
July 8, 2021 at 11:38 pm #305410
Elise NoromitMemberWe 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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register