I can link my images to a url with no apparent problem until I discovered that it will only link to a home page.
If I try inserting an extended url i.e.,
“fakesite.org/index.php?option=com_content&task=view&id=34&Itemid=1,”
when a user clicks that image link, it will only access the homepage “fakesite.org” and not the actual url I requested.
This is a problem, because I want to link the images to specific pages within the same website, however, when clicked, it only leads to the home page, with the appearance of a simple page refresh.
Here is how I inserted the urls:
image1.jpg:caption=Ipsum Lorem Facto&url=http://fakesite.org/index.php?option=com_content&task=view&id=34&Itemid=1
image2.jpg:url=http://fakesite.org/index.php?option=com_content&task=view&id=34&Itemid=2
Can you tell me what I am doing wrong?