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
#39369
Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
I recently purchased the ARI Smart Content and most of the functionality that I require is working. However there are some minor problems that make Smart Content unusable in my application. Perhaps some of this is due to lack of sufficient documentation. Please help with the following:

(1) How do I left justify column titles in data tables?
(2) How do I size the header/footer for arijdatatable to be the same as the actual table (see attachment).
(3) How do I change the header/footer background color to be grey instead of orange?
(4) How do I reduce the size of the drop down box to select the pagination size?
(5) How do I middle justify (vertical) the header search box and the footer page controls?

Thank you in advance
Steve
The administrator has disabled public write access.
 
#39373
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
Hello,

Could you send a link to a page where we can see the table because it can be a conflict with site template styles?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39376
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
The administrator has disabled public write access.
 
#39377
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
Create a CSS template on "CSS Templates" page on component backend and add the following CSS rules to the created template:

TABLE.display
{
width: 100% !important;
}

TABLE.display TH
{
text-align: left;
}


PS: Drop-down list with pages is not available for the table on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39381
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
Thank you for the fast response. OK - so this cured the left justification problem. I guess what you are saying is that the table size has to be 100% so I will have to change the size using some other technique.

How do I change the orange color of the wrapper {arijdatatable}? And how do I vertically center the search field (top right)?

Steve
The administrator has disabled public write access.
 
#39382
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
Add the following CSS rules:

.dataTables_wrapper .ui-widget-header
{
background: none gray;
border-color: gray;
}

.dataTables_wrapper INPUT[type="text"]
{
margin: 0;
padding: 0;
}


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