By frobtek on Wednesday, 28 May 2014
Posted in Pre-Sales
Replies 5
Likes 0
Views 1K
Votes 0
I need to shade every other week across the entire year. (ie weeks 13,15,17,19, etc..)
Is bi-weekly shading built into the module (free version), or do I have to accomplish this by CSS?
Hello,

Is this for the JEvents Calendar Module? if so what Layout are you using?

Thanks
Tony
·
Wednesday, 28 May 2014 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
JEvents Calendar Module, Flat layout.
·
Wednesday, 28 May 2014 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Then yes it is possible creating a template override of the flat layout module and adding a week classification to the style then you could apply CSS to change the color of week x and week z etc etc.

Are you familiar with PHP/HTML ?

If not we could provide the file and CSS to silver Club Members.

Many thanks
Tony
·
Thursday, 29 May 2014 06:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, I am Familiar with PHP & HTML.
·
Thursday, 29 May 2014 17:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Then please look at:

/modules/mod_jevents_cal/flat/tmpl/calendar.php

copying to:

/templates/your templates/html/mod_jevents_cal/flat/calendar.php

And edit the file to include a week count. You can add the CSS then to JEvents cPanel -> Custom CSS.

Thanks
Tony
·
Thursday, 29 May 2014 19:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post