Okay
  Public Ticket #1136131
Paralax Image Grid no click
Closed

Comments

  •  1
    aliwash started the conversation

    Sorry about all the tickets. Let me know if it's easier to combine questions into one (although, I am kind of thinking of these as I go).

    So I want to be able to either: 

    A. Have the Parallax Image Grid effect on the Single Image Element 

    OR

    B. Be able to create an Image Gallery Element without the user having the ability to click on the images.

    Are either possible?

    Thanks!

  •  9,006
    Tahir replied

    Hey Again,

    The Image Gallery Element links can be disabled with some custom css . Let me know the page url so i can write it up for you .

    B.est 


    ThemeNectar Support Team 

  •  1
    aliwash replied

    My setup is on localhost, but I believe this screenshot will give you what you want:


  •  1
    aliwash replied

    adding missing attachment

  •  9,006
    Tahir replied

    Hey Again,

    Please check for Browser Console Errors : https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors . 

    Be.st


    ThemeNectar Support Team 

  •  1
    aliwash replied

    I don't think those are related. Can you provide the CSS to disable the Image Gallery Element links?

    Thanks

  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .wpb_gallery_slidesimage_grid .portfolio-items .col .work-item .work-info a.default-link {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team