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
#39383
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
OK - the wrapper is grey now. The search box is still top justified. www.etfsmart.com
The administrator has disabled public write access.
 
#39384
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
Add the following CSS rule to a site template CSS file:

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


Regards,
ARI Soft
The administrator has disabled public write access.
 
#39392
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
This is already there and the search is still top justified. Here is the contents of the CSS:

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

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

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

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

How about I reword the problem? Where is the code for the example provided for ARI Smart Content: ARI JDataTable plugin including the theme selection?
The administrator has disabled public write access.
 
#39397
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
Use the following CSS rule:

.dataTables_wrapper INPUT
{
margin: 0 !important;
padding: 0 !important;
}

Theme can be selected in "ARI JQuery UI Loader" plugin settings. See "Default jQuery UI 1.7.2 theme" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39398
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 0
The margin and padding don't do anything - I wish to vertically center the search within the top wrapper heading.

How does the example select the theme (using a drop down box) without the administrator tampering with the plugin settings?
The administrator has disabled public write access.
 
#39399
Re:Smart Content Issues That I have 11 Years, 1 Month ago Karma: 748
1. Could you provide an image where we can see what do you want to achieve?

2. Theme can be selected on frontend with help of "ARI JUI Theme Switcher", but it works only for "ARI JAccordion", "ARI JTabView" and "ARI JDialog" plugins.

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