Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,

    I can do this with some CSS. Try adding this to Theme Options> Advanced Settings, and let me know if it works for you:

    .kad-wp-gallery .grid_item {
        pointer-events: none;
    }

    -Kevin

    Thread Starter hutchutch

    (@hutchutch)

    Hi, thanks for your reply, do you know if it’s possible to remove the image links from indivual images instead of all of the images?

    Cheers

    Which images exactly? I’ll try to write some CSS to only effect certain ones if you can provide some details.

    -Kevin

    Thread Starter hutchutch

    (@hutchutch)

    Hi, the homepage isn’t completely finished at the moment but the only images that will need to link to another page are the 2 with text. The other 7 images don’t need to link to anything.

    This isn’t really an option. You can force it with css but that will not be very editable and css pointer events are not perfect anyway.

    I suggest you use pagebuilder: https://ww.wp.xz.cn/plugins/siteorigin-panels/

    There you can add columns and place your images into columns you can then set whether each image has a link or not when you place them. That will give you the most control and work for all browsers.

    Thread Starter hutchutch

    (@hutchutch)

    As a temporary fix until i’ve worked out another work around i’ve set the gallery link url for each image to load the same url(homepage) – not ideal but stops the image loading on another page for now.

    Thanks for your help so far Kevin…

    Thread Starter hutchutch

    (@hutchutch)

    I had a feeling it might not be an option the way i’ve done it. Thanks for the info @britner – i’ll have a play around…

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘image links’ is closed to new replies.