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?

CSS Implementation
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS Implementation
#44761
CSS Implementation 10 Years, 6 Months ago Karma: 0
Hi there,

I was looking at the changing the css inorder to style a tablesorter that I've implemented. I could see from Firebug that the css being used was
http://[sitename]/plugins/content/arismartcontent/content/ari_jtablesorter4eb4034026d5e/js/themes/blue/style.css
but that provoked a couple of questions about implementing changes.

a) when / how does this css sheet get loaded? i.e. would it be before or after when my template.css sheet is loaded (which follows the normal joomla pattern I think of being the last style sheet loaded in the header) and gets to the question of whether I can override the normal styles by putting class definitions in my template.css file or whether I actually need to modify the ari_jtablesorter/..../styles.css itself?

b) I noticed the themes directory and saw that there was a green folder as well as a blue one, but couldn't see any setting within the pluggin parameters or within the pluggin parameter options that allowed me to alter this. I searched but couldn't see how one might alter the theme (or perhaps design and select my own theme?) Is there any documentation on how one uses this feature.

Many thanks, domc
The administrator has disabled public write access.
 
#44770
Re:CSS Implementation 10 Years, 6 Months ago Karma: 746
Hello,

1. It depends on site template and configuration of "System - ARI Smart Content" when CSS files will be loaded.

If you want to override some style properties, you can use CSS selectors with more weight than original CSS selectors. For example add "BODY" before original CSS selector.

2. The extension supports only one theme (called "blue"). "green" folder will be removed in the next version of the plugin.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44773
Re:CSS Implementation 10 Years, 6 Months ago Karma: 0
yes - of course & thank you - I use more weighted css styles all the time but hadn't thought to use them here - but that's the easiest way without interfering with the ari default colour css files.

Out of interest, in the component backend, there's a 'CSS Template' tab with nothing installed. Is that related to the theme and not used, or how should I think about that?
The administrator has disabled public write access.
 
#44775
Re:CSS Implementation 10 Years, 6 Months ago Karma: 746
It is possible to create CSS templates with CSS rules (as results it will be CSS files) which will be loaded on pages where "ARI Smart Content" plugins are used.

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