Okay
  Public Ticket #2225600
deactivate zoom, hover and any effect of photo gallery
Closed

Comments

  • rub32 started the conversation

    Hi


    I wish I could deactivate zoom and hover of the photo galleries. I like the layout but I want static images without zoom and any effect. How can I do it? Thank you

  •  3,023
    Andrew replied

    Hi rub32,

    The  page you linked to does not seem to exist - https://juliaeninternet.com/dulces-caseros/

    It would be best to see the actual page you are referring to as the page builder does not have a photo gallery element but instead has a image gallery that has a lot of settings.

    We could try and disable pointer events with custom CSS but still best to have access to the actual page.
    Thanks. 

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .wpb_gallery .portfolio-items[data-ps="7"] .col:hover img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • rub32 replied

    It does not works. :(

  •  8,992
    Tahir replied

    Seems to be working in my Browser. 

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ and for WP Rocket use this guide :  https://docs.wp-rocket.me/article/108-render-blocking-javascript-and-css-pagespeed#critical-path-css .

    Best 


    ThemeNectar Support Team 

  • rub32 replied

    Why have I to clear the cache in wordpress? I clear the data in firefox. And it doesn´t works

    thanks

  •  8,992
    Tahir replied

    Hey Again,

    Try using Chrome Incognito Mode and check . The css is showing up on the site so no need to clear WP cache : http://prntscr.com/q2rz15 . 

    Hope this makes sense .

    Best


    ThemeNectar Support Team