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?

Displaying in TAB Plugin
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Displaying in TAB Plugin
#60059
Displaying in TAB Plugin 7 Years ago Karma: 0
Hi

i have 4 Data Table modules which use different queries so as I understand it I can't use a TAB Module to display them, so I am trying to use the TAB Plugin.
I defined the 5 tabs I need with simple text data and they show properly, I added two modules and still OK, however when I the third Data module the tabs break (see attached}
Further investigation shows that it's the third module that breaks the TABS.
if I create an with
<p>{tabs} {tab title="Marital Index - First Person"} Tab1{/tab} {/tabs}</p>
in it , it shows correctly but if I have
<p>{tabs} {tab title="Marital Index - First Person"}{arimodule id="181" comment="Innes Marriages - Forename"}{/arimodule}{/tab} {/tabs}</p>
The table show OK and works BUT I get {tabs} {tab title="Marital Index - First Person"} showing above it and {/tab} {/tabs} below it.

The actually data is 1613 rows in a 10 row grid of 5 fields and the only thing I changed in the new module was the them (aristo). After playing with the settings, if I switch on server side paging it displays in a TAB OK but the formatting goes weird as one field that if of HTML type shows the unprocessed HTML text. In addition fields marked as sort=no show the sort arrows.
Ideas Please!
Niall
The administrator has disabled public write access.
 
#60062
Re:Displaying in TAB Plugin 7 Years ago Karma: 747
Hello,

Could you provide a link to a page where the problem occurs and a temporary access to your J! backend by email so we can investigate the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60099
Re:Displaying in TAB Plugin 7 Years ago Karma: 0
Hi
Tabs and grids all working fine now however I would like to know how to set the font attributes in the datatable for both header (field names) and data.

Cheers
niall
The administrator has disabled public write access.
 
#60105
Re:Displaying in TAB Plugin 7 Years ago Karma: 747
Hello,

Add the following CSS rules to a site template CSS file or to "CSS Styles" parameter in module settings:

table.dataTable TH {font-size:25px}
table.dataTable TD {font-size:10px}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60109
Re:Displaying in TAB Plugin 7 Years ago Karma: 0
Thanks for that . Do you know where I can get a sensible article that tell me which part of the table is which, There are several changes i would like to make but all the articles I've turned up so far assume the reader knows more that I do so although I am reasonably sure of things like font properties, I dont know where to ally them e.g the parts that hold the search box and the one that holds the paging stuff.

Cheers
Niall
The administrator has disabled public write access.
 
#60118
Re:Displaying in TAB Plugin 7 Years ago Karma: 747
If you have a technical knowledge, it is possible to use browser's developer tool to find an appropriate CSS class/element and then create a CSS rule.

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