Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1215901

    Hi,

    I added this code to disable icon and effect on images in the category page in private content:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {display: none !important;}
    .archive .image-overlay {background-color: transparent!important;}

    Then, i added a zoom animation on hover.
    But there is one issue: I can’t hide bottom overflow when images are zoomed.
    Could you please help me?

    If needed, you can find credentials in private content.

    Thanks a lot!

    #1215926

    Hey fcp,

    The link you provided is not working for me.

    Best regards,
    Jordan Shannon

    #1216090

    Hi Jordan,

    I’m sorry I don’t know what happened..
    Everything seems to be ok now.
    Could you please try again?

    Thanks!

    #1216549

    Hi,
    Please find new credentials in private content.
    Waiting for your help.
    Thanks a lot!

    #1216751

    Hi,

    Add this to quick css:

    .petite-image-ronde-page-accueil .av-image-caption-overlay-center{
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1217186

    Hi Jordan,
    I’m sorry but this code doesn’t work.
    But I don’t really understand, because this code uses one of my Custom CSS Class which is attributed to images on a completely different page…

    #1219249

    Hi,
    Any help on this please? :-(
    Thanks a lot!

    #1219583

    Hi,

    Apologies, for the delay. Are you able to screenshot the issue so I know I’m targeting the correct section.

    Best regards,
    Jordan Shannon

    #1219829

    Hi Jordan,
    You can see the issue on the page in private content.
    I made a screenshot of this issue: when hovering the images, overflow is hidden, except for the bottom of images.
    Thanks!

    #1222755

    Hi,

    We can’t find the item that you posted in the screenshot. Did you remove it? And we can’t reproduce the issue on other items.

    Thank you for your patience.

    Best regards,
    Ismael

    #1223512

    Hi Ismael,
    I modified some WooCommerce options, but now the page is back!
    You can find informations in private content.
    Thanks!

    #1224432

    Hi,

    Thank you for the update.

    Try to use this css code to cover up the bottom part of the image.

    .archive .product-category a::after {
    	content: '';
    	background: #ffffff;
    	width: 100%;
    	height: 20px;
    	position: absolute;
    	bottom: 15px;
    }

    The effect is not working as expected because along with the image, the title is also inside the link tag, which is what’s supposed to contain the image.

    Best regards,
    Ismael

    #1224447

    Perfect!
    I adjusted your code with bottom: 14px; and it works like a charm.
    Thank you very much, Ismael! ;-)

    #1224677

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Zoom effect on images (category page)’ is closed to new replies.