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?

Add download link below description
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Add download link below description
#21204
Add download link below description 12 Years, 6 Months ago Karma: 0
Hello,

I was wondering if there was a way to add a download link
below the description area in the sexy lightbox. I am currently using the plugin to play an flv. I tried adding it inside the parameters of the title, but it didn't work.

Title="My Title <a href="">Download Here</a>"

Is there another way or is this not possible?

I would appreciate any help

Thanks,
Heather
The administrator has disabled public write access.
 
#21209
Re:Add download link below description 12 Years, 6 Months ago Karma: 747
Hello,

Specify please where "Title" parameter is used? Could you provide full code which you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21237
Re:Add download link below description 12 Years, 6 Months ago Karma: 0
Last Edit: 2011/10/28 17:18 By Heather.
The administrator has disabled public write access.
 
#21238
Re:Add download link below description 12 Years, 6 Months ago Karma: 0
I'm using the system plugin version of Sexy Lightbox within a html module (not the custom one that comes with joomla).

The original code I used to play the video(works great):

Code:

<a href="http://mysite.com/beach.flv?width=640&height=355" rel="sexylightbox" title="Beach">
<img src="images/videos/beach.png"/></a>



Then decided to try and add a download link to the description area and tried this:

Code:

<a href="http://mysite.com/beach.flv?width=640&height=355" rel="sexylightbox" title="Beach 
<a href="http://mysite.com/beach.flv">DOWNLOAD HERE</a>">
<img src="images/videos/beach.png"/></a>



Same as before, just tried to add the link within the title parameters and this did not work.The link just ended up next to the image - <img src="images/videos/beach.png"/> used to open up the video
Last Edit: 2011/10/28 17:16 By Heather.
The administrator has disabled public write access.
 
#21240
Re:Add download link below description 12 Years, 6 Months ago Karma: 747
Use the next code:

Code:


<a href="http://mysite.com/beach.flv?width=640&height=355" rel="sexylightbox" title="Beach 
<a href='http://mysite.com/beach.flv'>DOWNLOAD HERE</a>">
<img src="images/videos/beach.png"/></a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21241
Re:Add download link below description 12 Years, 6 Months ago Karma: 0
Thank you so much! Worked perfectly!
You're support is amazing!
The administrator has disabled public write access.
 
Go to topPage: 1