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



Duplicate entry \'8333026\' for key \'jos_fb_whoisonline.PRIMARY\' SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1714270397\', \'SOLVED*ini file: Assigning Classes to descriptions\',\'\',\'\',\'view\',\'https://www.ari-soft.com/index.php?option=com_kunena&Itemid=54&catid=54&func=view&id=33155&lang=en\', \'3.147.73.35\', \'0\')
Welcome, Guest
Please Login or Register.    Lost Password?

SOLVED*ini file: Assigning Classes to descriptions
(0 viewing) 
Go to bottomPage: 1
TOPIC: SOLVED*ini file: Assigning Classes to descriptions
#33155
SOLVED*ini file: Assigning Classes to descriptions 11 Years, 6 Months ago Karma: 0
Hello,

I'm working with Ari Image Slider and trying to assign a class to a button in the description of an image in the ariimageslider.ini. the ini looks like this:

[DESCRIPTION]
about-helps.jpg="<h2>Welcome!</h2><p>Help's on the Way is based in Dearborn Heights, MI and helps provides food and clothing to those in need.</p><p><button class="btn btn-danger">Learn More</button>"

when i check how this is rendered in the browser, the class on the button is being "cut short" and it appears like this:

<button class="btn" btn danger>Learn More</button>

is there a way to force the ini to include more than one class?

thanks!
Last Edit: 2012/10/26 14:13 By Mainstwebguy.
The administrator has disabled public write access.
 
#33157
Re:ini file: Assigning Classes to descriptions 11 Years, 6 Months ago Karma: 748
Hello,

Use the following code:

[DESCRIPTION]
about-helps.jpg="<h2>Welcome!</h2><p>Help's on the Way is based in Dearborn Heights, MI and helps provides food and clothing to those in need.</p><p><button class='btn btn-danger'>Learn More</button>"

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33160
Re:ini file: Assigning Classes to descriptions 11 Years, 6 Months ago Karma: 0
will do. Thanks for an incredibly fast response
The administrator has disabled public write access.
 
#33161
Re:ini file: Assigning Classes to descriptions 11 Years, 6 Months ago Karma: 0
works like a charm
The administrator has disabled public write access.
 
Go to topPage: 1