Home Forums WoodMart support forum add custom content in summary fixed rather than hoover

add custom content in summary fixed rather than hoover

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

    web8844
    Participant

    Hello ,

    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!

    #397206

    Hello,

    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

    #397357

    web8844
    Participant

    thank 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

    #397732

    web8844
    Participant

    in case

    #397736

    Hello,

    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 SVG

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #397947

    web8844
    Participant

    this site is a version test , i desactivated all plugin, but code you provided not OK
    specially when you have over 3 products

    king regards

    #398039

    web8844
    Participant

    you can modify anything you want
    i add content to categories page you can delete it to test code
    and i desactivated all plugins

    kind regards

    #398057

    Hello,

    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

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