calendar css override

runza

Member
hie

I would like to manage easily the css of the calendar
i know that they are two css file that manage this calendar

-template.css ( [FONT=&quot]fabrik[/FONT]/ [FONT=&quot]plugins[/FONT] /[FONT=&quot]fabrik_visualization[/FONT] / [FONT=&quot]calendar[/FONT] / [FONT=&quot]views[/FONT] / [FONT=&quot]calendar[/FONT] / [FONT=&quot]tmpl[/FONT] / [FONT=&quot]template.css[/FONT]
-calendar-jos.css in the folder templates/rt_gantry/html/com_fabrik/

i find two solution
copy the content of this css file into a custom_css.php of my gantry template

or override the gantry template css and install all the css code of my calendar in this template

templates/gantry/html/com_fabrik/calendar/template.css


i don't know how to proceed
best regard
philippe

 
HI

putting the css in
templates/gantry/html/com_fabrik/calendar/template.css
is how i'd do it,
 
i doesn't work i don't know where i must place my css file

i create a folder rt_gantry/html/com_fabrik/calendar

form and list but it doesn't work
i have four css file
calendar-jos.css,template.css,fabrik.css,styles.css
best regard
philippe
 
When you say "calendar", do you mean the Fabrik calendar visualization, or the popup calendar widget used on date elements?

-- hugh
 
hie

I speak about calendar visualization , i would like to gather all the css file (calendar-jos.css,template.css,fabrik.css,styles.css) in the same directory
rt_gantry/html/com_fabrik/
it would be easier to reach with dreamweaver that to have 4 css different directory

in rt_gantry/html/com_fabrik/ i have 3 folder :calendar, form and list
but i don't know where to put this css file

best regard
philippe
 
Well, we use the standard J! method for overriding templates, which means if you need to override multiple templates, you have to follow the standard location rules.

What you could do is simply collect all of your overrides into a single file. I just committed a change in github so that the calendar viz will load custom.css if it finds one in the template folder you are using. So if you update to the latest github, then create:

./plugins/fabrik_visulalization/calendar/views/calendar/tmpl/default/custom.css

... that will now get loaded last in our CSS loading, and you should then be able to override any of the classes from the other CSS files you mentioned, in that one file.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top