This question is not answered. Helpful answers available: 1. Correct answers available: 1.


Permlink Replies: 2 - Pages: 1 - Last Post: 8 Dec 25, 00:17 Last Post By: JeffTucker Threads: [ Previous | Next ]
highwayalex2311

Posts: 4
Registered: 6-Dec-2025
Link in Bild einfügen
Posted: 7 Dec 25, 20:12
 
  Click to reply to this thread Reply
Hallo
Ich würde gerne meine erstellten Bilder bei der Ansicht wenn angeklickt auf eine andere Seite verlinken, ich bin schon die ganze Zeit am suchen, kann aber nichts finden. Wie verlinke ich die einzelnen Bilder?
Danke im voraus
Highwayalex
RobM

Posts: 3,877
Registered: 4-Aug-2006
Re: Link in Bild einfügen
Posted: 7 Dec 25, 20:34   in response to: highwayalex2311 in response to: highwayalex2311
 
  Click to reply to this thread Reply
You can easily share an album, but individual images may not be easily shared. It depends on the skin being used and where you want to link to them.

There is jAlbum Bridge for sharing images to wordPress pages, see https://jalbum.net/blog/entry/jalbum-bridge-reborn-for-wordpress-new-block-editor/
JeffTucker

Posts: 8,009
Registered: 31-Jan-2006
Re: Link in Bild einfügen
Posted: 7 Dec 25, 21:01   in response to: highwayalex2311 in response to: highwayalex2311
Helpful
  Click to reply to this thread Reply
This is very messy in an application like this. Making an image "clickable" doesn't involve some sort of transformation of the image itself. What's needed is to surround the image with an HTML anchor. Thumbnails, for example, look like this in the page code:
<a href="slides/mydog.html"><img src="thumbs/mydog.jpg"></a>
So, when you click on the the mydog.jpg thumbnail it takes you to the mydog.html page.

So why can't you do that with the slide images? In most skins, the slide images are shown in a lightbox, where the lightbox script itself is "listening" for clicks that will tell it what to do next: go to the next image, zoom in on this image, etc. The same is true when the slide image is shown on its own page - the slide image is surrounded by anchors and overlays that function as navigation instructions. There's no way to add even more functions for clicking.

Usually, the best you can do is to bury your links in the caption for the image. For example, you might enter the title or comment as:
This is Köln. <a href="https://kolntour.com">Click here</a> for the city tour.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums