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?

SOLVED*ini file: Assigning Classes to descriptions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: SOLVED*ini file: Assigning Classes to descriptions
#33155
SOLVED*ini file: Assigning Classes to descriptions 12 Years, 2 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 12 Years, 2 Months ago Karma: 760
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 12 Years, 2 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 12 Years, 2 Months ago Karma: 0
works like a charm
The administrator has disabled public write access.
 
Go to topPage: 1