Home › Forums › WoodMart support forum › add custom content in summary fixed rather than hoover
add custom content in summary fixed rather than hoover
- This topic has 7 replies, 2 voices, and was last updated 2 years, 6 months ago by
Elise Noromit.
-
AuthorPosts
-
August 14, 2022 at 7:15 pm #397194
web8844ParticipantHello ,
i need to add a different content , custom content to summary product, this is useful for makinf relevant information for customers, rather than description of products, and also for SEO
i want to makes, hoover content fixed, because in mobile version and desktop also, users ask me, where is the information about product, this is not showing in product descriptions …
so i need to know if you have a snippet that fixe hover, or another way to add custom content displayed in products categories archives, rather than description , perhaps from Extra content options
thank you very much
kind regards!
August 14, 2022 at 9:53 pm #397206
Elise NoromitMemberHello,
Do you mean you want to show the summary always visible without hovering?
Please insert the site admin access into the Private content below the message area. We will give you custom CSS.
Best Regards
August 15, 2022 at 2:15 pm #397357
web8844Participantthank you
this is example of categorie where i would like to show always details of product :
https://ticket-grand-prix.com/product-category/belgium-grand-prix/
you will also notice that menu appearing in some page, homepage and other page before disappear.kind regards
August 16, 2022 at 9:41 pm #397732
web8844Participantin case
August 16, 2022 at 11:19 pm #397736
Elise NoromitMemberHello,
Something wrong with your site. When I try to visit the shop page it is broken.
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item { min-height:395px; margin-top:130px; } body .wd-hover-with-fade.hover-ready .content-product-imagin, body .wd-hover-with-fade.hover-ready .state-hover .content-product-imagin { visibility: visible; opacity: 1; transition: none; transform: none; } body .wd-hover-with-fade .fade-in-block { position: absolute; right: 0; left: 0; visibility: visible; opacity: 1; }
In order to fix the site,
Please deactivate all the plugins except these ones:
Slider Revolution
WPBakery Page Builder or Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVGIf the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
August 17, 2022 at 10:22 pm #397947
web8844Participantthis site is a version test , i desactivated all plugin, but code you provided not OK
specially when you have over 3 productsking regards
August 18, 2022 at 10:54 am #398039
web8844Participantyou can modify anything you want
i add content to categories page you can delete it to test code
and i desactivated all pluginskind regards
August 18, 2022 at 11:34 am #398057
Elise NoromitMemberHello,
Please replace the code with this one:
body .wd-hover-with-fade .fade-in-block { opacity: 1; position: static; visibility: visible; } body .wd-hover-with-fade .content-product-imagin { display: none; } body .wd-hover-with-fade.hover-ready:hover .product-wrapper, body .wd-hover-with-fade.hover-ready.state-hover .product-wrapper { transform: none; } body[class*="color-scheme-light"] .wd-more-desc .wd-more-desc-btn { background: linear-gradient(to bottom, transparent 0, var(--wd-main-bgcolor) 100%); }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register