Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

link to url with .jpg does not load
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: link to url with .jpg does not load
#66940
link to url with .jpg does not load 3 Years, 7 Months ago Karma: 0
Dears,
when I add a link to an url with an .jpg ending below an image, it works.

When I add this link in a text, it does not. It shows "The requested content cannot be loaded. Please try again later.".

Here is an example: meinwarschau.com/warschauer-aufstand-1944/ | the link is at the bottom of the post: Beitragsbild: Adrian Grycuk via wikimedia | CC BY-SA 3.0

Thank you for some advise how to manage this.

Best wishes
Antoni
The administrator has disabled public write access.
 
#66970
Re:link to url with .jpg does not load 3 Years, 7 Months ago Karma: 747
Hello,

The problem occurs because the link to a web page is used instead of link to an image. You can see it if open the link into a browser. If you really want to show this webpage then add class="ari-fancybox-iframe" attribute to <A> tag:

Code:


<a href="https://commons.wikimedia.org/wiki/File:Pomnik_Powstania_Warszawskiego_1_sierpnia_2015.JPG" class="ari-fancybox-iframe" target="_blank" rel="noopener noreferrer">Adrian Grycuk via wikimedia | CC BY-SA 3.0</a>



or use the direct link to the image:

Code:


<a href="https://upload.wikimedia.org/wikipedia/commons/9/91/Pomnik_Powstania_Warszawskiego_1_sierpnia_2015.JPG" class="ari-fancybox-iframe" target="_blank" rel="noopener noreferrer">Adrian Grycuk via wikimedia | CC BY-SA 3.0</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#67041
Re:link to url with .jpg does not load 3 Years, 6 Months ago Karma: 0
Thank you a lot It works.
The administrator has disabled public write access.
 
Go to topPage: 1