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?

Plugin Descriptions & hyperlink to Pop Up Image
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Plugin Descriptions & hyperlink to Pop Up Image
#46104
Plugin Descriptions & hyperlink to Pop Up Image 10 Years, 5 Months ago Karma: 0
Hi,

Can I use a text file to create the description, title & link for the pop up image using the plugin?

Here is the code that I using

Code:

<img style="display: block; margin-left: auto; margin-right: auto;" src="images/map/crg-track.jpg" alt="crg-track" usemap="#mapname" /> <map name="mapname">
<area href="http://www.ponyack.com//images/logo.png" rel="sexylightbox" coords="270,75,350,153" shape="rect">
</map>



Thanks,

John
The administrator has disabled public write access.
 
#46115
Re:Plugin Descriptions & hyperlink to Pop Up Image 10 Years, 5 Months ago Karma: 747
Hello,

Title can be defined with help of "title" attribute of <area> tag. The extension doesn't provide ability to define a link in <area> tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46117
Re:Plugin Descriptions & hyperlink to Pop Up Image 10 Years, 5 Months ago Karma: 0
Thanks for the quick reply.

is it possible to add hyperlink in the title?
The administrator has disabled public write access.
 
#46118
Re:Plugin Descriptions & hyperlink to Pop Up Image 10 Years, 5 Months ago Karma: 747
For example use the following title attribute:

Code:


title="&lt;a href='http://www.google.com/'&gt;link&lt;/a&gt;"



Regards,
ARI Soft
The administrator has disabled public write access.
 
#46119
Re:Plugin Descriptions & hyperlink to Pop Up Image 10 Years, 5 Months ago Karma: 0
Is this what its supposed to look like?

title="<a href='www.w3schools.com'>Visit W3Schools</a>"

It will not work
The administrator has disabled public write access.
 
#46120
Re:Plugin Descriptions & hyperlink to Pop Up Image 10 Years, 5 Months ago Karma: 747
No, see in our previous how it should look (< and > characters should be replaced with &lt; and &gt;).

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123