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?

Smart Content Issues That I have
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Smart Content Issues That I have
#39400
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
The administrator has disabled public write access.
 
#39405
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
Use the following plugin code:

Code:


{arijuithemeswitcher version="1.7.2"}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#39469
Re:Smart Content Issues That I have 11 Years ago Karma: 0
Thanks -
I guess what I was trying to figure out is whether it is possible to support more than one table style on a website. Since you keep going back to the plugin, I assume that is not possible?

I have another question. I am trying to change the odd, even colors for the striped rows. I've tried everything I can think of in the ARI JDataTable Row CSS classes. And I can't find the definition of odd and even CSS classes anywhere. Would it be possible to provide an example of say - alternating Gray, LightGray?

Thanks again for your support.
The administrator has disabled public write access.
 
#39470
Re:Smart Content Issues That I have 11 Years ago Karma: 748
Use the following CSS rules:

TABLE.display TR.odd TD
{
background-color: Gray;
}

TABLE.display TR.even TD
{
background-color: LightGray;
}


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