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?

I think plugin is not activated
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: I think plugin is not activated
#21330
Re:I think plugin is not activated 12 Years, 6 Months ago Karma: 0
Yes, problem solved.
Flexigrid is working. I will try the others plugin. If something in not working, iґll let you know.
Thanks for the fast response.
Regards,
Paulo
The administrator has disabled public write access.
 
#29933
Re:I think plugin is not activated 11 Years, 9 Months ago Karma: 0
Hi

I bought Smart Content yesterday, but I can't make Flex Grid work.
with this code:
{arijflexgrid resizable="false" striped="true" blockOpacity="0.3" title="Hello toi!"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
<th width="100">
</tr>
</thead>
<tbody>
<tr>
<td>content4</td>
<td>content5</td>
<td>content6</td>
</tr>
<tr>
<td>content7</td>
<td>content8</td>
<td>content9</td>
</tr>
</tbody>
</table>
{/arijflexgrid}

I get a totally empty table.
Is it because of the <th width="100"> part? I really don't know where to put it...

Thanks!

bibi2
The administrator has disabled public write access.
 
#29934
Re:I think plugin is not activated 11 Years, 9 Months ago Karma: 748
Hello,

Send your order number by email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30022
Re:I think plugin is not activated 11 Years, 9 Months ago Karma: 0
I sent it to you yesterday morning.
did you get it?

thanks

bibi2
The administrator has disabled public write access.
 
#30030
Re:I think plugin is not activated 11 Years, 9 Months ago Karma: 748
Try to use the next code:

Code:


{arijflexgrid resizable="false" striped="true" blockOpacity="0.3" title="Hello toi!"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>content4</td>
<td>content5</td>
<td>content6</td>
</tr>
<tr>
<td>content7</td>
<td>content8</td>
<td>content9</td>
</tr>
</tbody>
</table>
{/arijflexgrid}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#30035
Re:I think plugin is not activated 11 Years, 9 Months ago Karma: 0
Still, the table is blank.

The code you gave me is exactly what you give in your «tutorials», but something somewhere is wrong because no data appears.

Does it help you if I say that when I put the Toggle editor on, I see a table?
it is not exactly what it is supposed to look like, but at least the right data are in the right place...

I join to this post what it look ain the toggle editor, you can see in my first post what it looks like in my site...
Last Edit: 2012/07/24 17:06 By bibi2.Reason: picture not loaded
The administrator has disabled public write access.
 
Go to topPage: 123