Add Links to Gallery Pictures
-
When using a gallery type, I don’t want people to be able to click on the picture. (When you now click on the picture, it will open in large).
Is it possible to rid of this?Also, I want to be able to link the different pictures to different webpages. This only works using the thumbnail gallery, but I want to use another gallery type and add page links.
Hopefully someone can help with this, thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’ve only covered the gallery images you have on the main page with the following. It make the images un-clickable.
.home .gallery img { pointer-events: none; }We cannot change the links on the gallery images. That is handled by Jetpack software and that is not something that we can edit, or do with CSS. CSS is a styling document used by browsers to style and position the elements of a web page and cannot be used to add or change functionality.
- The topic ‘Add Links to Gallery Pictures’ is closed to new replies.