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?

Table Won't work
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Table Won't work
#883
Re:Table Won't work 15 Years, 2 Months ago Karma: 746
Can you say link where we can see it. If we can see layout of page with plugin then we can provide more effective solution for resolving your issue.
The administrator has disabled public write access.
 
#884
Re:Table Won't work 15 Years, 2 Months ago Karma: 0
site is offline, but i can make it online

here the link
www.unlockme.at/index.php?option=com_content&view=article&id=52&Itemid=60

WBR
The administrator has disabled public write access.
 
#885
Re:Table Won't work 15 Years, 2 Months ago Karma: 746
It seems that problem with your template. If you view html source of page, you can see the following code:

<table class="contentpaneopen2">
<tbody>
<tr>
<td class="my_indent" valign="top" colspan="2">
<p> </p>
<p/>
... ARI JDataTable goes here ...

<table class="contentpaneopen2"> - didn't have width.

For resolving this issue you can add style 'width: 100%' for CSS class 'TABLE.contentpaneopen2' if it appropriate or wrap ARI JDataTable with '<div>' and set fixed width for '<div>' element.
The administrator has disabled public write access.
 
#886
Re:Table Won't work 15 Years, 2 Months ago Karma: 0
thx dude, you're great

last question i hope; how can i make the rows in a different colour (and the font-style) or on which file i must use css....

THX and WBR
The administrator has disabled public write access.
 
#887
Re:Table Won't work 15 Years, 2 Months ago Karma: 746
Thanks for good words You can add the following CSS rule to your css file:

// for each even row
.dataTables_wrapper TABLE TR.even
{
}

// for each even odd
.dataTables_wrapper TABLE TR.odd
{
}

Now we are working on the next version of ARI Smart Content. It'll contain 'CSS Templates' where you can place your CSS rules.
The administrator has disabled public write access.
 
#888
Re:Table Won't work 15 Years, 2 Months ago Karma: 0
THX for all

Support --> TOP!

WBR
The administrator has disabled public write access.
 
Go to topPage: 12