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 in the Caption
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Link in the Caption
#8333
Link in the Caption 13 Years, 4 Months ago Karma: 0
Hey! Great module!

Would any of you have any idea how we could insert a link into the description caption rather then the image itself?? (feature available in the original nivo.slider...)

Thanks!
The administrator has disabled public write access.
 
#8347
Re:Link in the Caption 13 Years, 4 Months ago Karma: 746
Hello,

HTML code can be used in description. For example if you want to add description with link to Google for image image_01.jpg, place the following text into INI file:

Code:


[DESCRIPTION]
image_01.jpg="Description <a href=""http://www.google.com"">Google</a>"



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8348
Re:Link in the Caption 13 Years, 4 Months ago Karma: 0
Thx for the reply!
When i apply that code i get:

Code:

Warning: Error parsing "path.../sliderName.ini" on line 2 in "path.../mod_ariimageslider/kernel/Utils/class.AppUtils.php on line 34"


Any ideas?
Last Edit: 2010/11/03 12:42 By renderfreak.
The administrator has disabled public write access.
 
#8350
Re:Link in the Caption 13 Years, 4 Months ago Karma: 746
Could you specify what PHP version you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8351
Re:Link in the Caption 13 Years, 4 Months ago Karma: 0
PHP Version 4.4.8
The administrator has disabled public write access.
 
#8353
Re:Link in the Caption 13 Years, 4 Months ago Karma: 746
Update it to PHP 5 (PHP 4 is no longer supported) or use the following code into INI file:

Code:


[DESCRIPTION]
image_01.jpg="Description <a href='http://www.google.com'>Google</a>"



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