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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 11 Years, 1 Month 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 11 Years, 1 Month ago Karma: 760
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 11 Years, 1 Month 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 11 Years, 1 Month ago Karma: 760
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 11 Years, 1 Month 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 11 Years, 1 Month ago Karma: 760
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