Home Forums WoodMart support forum Product image / thumbnail clickable

Product image / thumbnail clickable

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

    Anne
    Participant

    Hello,

    I prefered to create a topic for this:
    how can I have the product images (thumbnails in archives) clickable please?

    My setting is “full info on hover”, (with only the title name of the product on it, I really need this design for my site.)
    I have tried with disabling “hover on image” in “elements” but the product images are still not clickable.

    I made a little research on the web, it should be changing something in product-content.php but I really don’t want to touch the code, and it seems to be a specification from theme to theme so you are the only one who can help me please.

    Thank you very much

    #390212

    Hello,

    Please deactivate all the plugins except these ones:

    Slider Revolution
    Elementor
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG
    Switch to the parent theme and check.

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

    Best Regards

    #390234

    Anne
    Participant

    Hello,
    No it doesn’t work. What can I do please?

    #390360

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #390502

    Anne
    Participant

    Thanks, the site admin access is below.

    #391110

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-hover-info-alt .wd-entities-title {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    
    body .wd-hover-info-alt .wd-entities-title a {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	height: 100%;
    }

    Best Regards

    #391113

    Anne
    Participant

    It works perfectly! Thank you very much.

    #391199

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Product image / thumbnail clickable’ is closed to new replies.