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?

ARIJTABVIEW change font format
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARIJTABVIEW change font format
#843
ARIJTABVIEW change font format 15 Years, 2 Months ago Karma: 0
Hi,

I use ARIJTABVIEW in combination with arijdatatable and ...
ARIJTABVIEW changes the font settings which I had with arijdatatable and I can't find where I can switch this off.
Please see example page www.aktionsfinder.at/aktionsfinder/brot-a-gebaeck.html

I want to have the same text setting inside of arijtabview like it is on the tabel above.
How can I make this?

Michael
The administrator has disabled public write access.
 
#845
Re:ARIJTABVIEW change font format 15 Years, 2 Months ago Karma: 746
Tab View has ui-tabs-panel CSS class defined here:
www.aktionsfinder.at/aktionsfinder/plugins/content/arismartcontent/system/ari_jquery_ui_loader4957ec73d0fcf/js/1.5.2/themes/smoothness/smoothness.all.css

This class overrides font settings from table.

Probably the best way is to define ui-tabs-panel class in your CSS with the following settings:

.ui-tabs-panel {
font-family:Arial,Helvetica,sans-serif !important;
font-size:1em !important;
line-height:150% !important;
}

This will override Tab View default font settings and set them as they are defined in table. This approach will let you avoid problems with possible future extension updates.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#847
Re:ARIJTABVIEW change font format 15 Years, 2 Months ago Karma: 0
Hi,

it is not possible to change the permissions on this file and
therefor I can not change the tab-panel setting in file uisite.all.css.
Is therer a protection from you side that I can't change permission, because
on every other file, folder ... except ari stuff I can change permissions.

Michael
The administrator has disabled public write access.
 
#849
Re:ARIJTABVIEW change font format 15 Years, 2 Months ago Karma: 746
We advise you not to change this CSS in one of files of ARI Smart Content. You should probably add this CSS to the CSS file your template or page is using. In this case default tab view font settings will be overriden and this should solve the issue.

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