Home › Forums › WoodMart support forum › banner animations
banner animations
- This topic has 9 replies, 2 voices, and was last updated 1 year, 6 months ago by Elise Noromit.
-
AuthorPosts
-
March 27, 2023 at 12:16 pm #454388
marcinbartkowiak1ParticipantHi:
1. how can i change the promo banner animation speed? I am using promo banner with WPBkery, with hover effect “zoom image” (screen number 1). I want that animation to be slower.
2. how can i decrease size of a cart icon on header? I want it to be smaller.
3. Can i add animated underline, when i point mouse on header menu? something like that: http://www.nudyess.com
4. How can i remove all icons from product hover image? Wishlist, quick view and cart icons
5. How can i make product image NON CLICKABLE on mobile? I want only product title to be clickable on mobile.
Attachments:
You must be logged in to view attached files.March 29, 2023 at 1:39 am #454962
Elise NoromitMemberHello,
1. Please add this code to the Theme Settings > Custom CSS > Global:
body [class*="banner-hover-zoom"] .banner-image { transition-duration: 2s; }
2. Please use this code:
body .wd-tools-element .wd-tools-icon:before { font-size: 17px; }
You can change the value as per your needs in both codes.
3. Please set this option in the Main menu of the Header builder: https://gyazo.com/8c1565eef433af92d54fd97bb249407c
4. You can find the option to disable icosn in: Theme Settings > Shop > Compare / Wishlist, Quick view in the Theme Settings > Shop.
Please provide the page URL so that I could give you the code to remove the Add to cart button.
5. I will provide the CSS as soon as get the URL.
Best Regards
March 29, 2023 at 9:54 am #455038
marcinbartkowiak1ParticipantThank You so much! URL is in private section below
March 30, 2023 at 2:20 am #455344
Elise NoromitMemberHello.
Your site is under construction. Please insert the site admin access into the Private content below the message area.
Best Regards
March 30, 2023 at 11:02 am #455483
marcinbartkowiak1ParticipantLogin and password are in private section.
To be more precise: i want products to be non clickable only on mobile, and only on some pages (not all pages). I have that page called “mix&match”, and i want that option only on that page.
Of course client can click on product title and buy that product, i want only images to be non clickable.
April 1, 2023 at 2:40 am #456130
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-add-btn { display:none; } .wd-hover-fw-button .wd-add-btn>a { display:none; }
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-element-top { pointer-events: none; }
Best Regards
April 1, 2023 at 2:42 am #456131
Elise NoromitMemberHello,
To make the image inclinable only on that page:
body.page-id-22 .product-element-top { pointer-events: none; }
Best Regards
April 3, 2023 at 1:01 pm #456649
marcinbartkowiak1ParticipantThank You!
I have another question: how to make sticky element on all pages, like sticky social media icons or sticky text in left bottom corner? I want it to be displayed on the all pages (except checkout and my account)
Example in the screen below:
Attachments:
You must be logged in to view attached files.April 3, 2023 at 1:03 pm #456651
marcinbartkowiak1ParticipantIts not footer, it is visible all the time (not only if scrolled down, like footer is)
April 4, 2023 at 2:49 am #456886
Elise NoromitMemberHello,
You can make a column sticky: https://gyazo.com/356caf7e4868da243788d2c7fcde70c4
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register