By hk66 on Wednesday, 30 December 2015
Posted in Pre-Sales
Replies 10
Likes 0
Views 1.7K
Votes 0
Hello,

i have an problem with the color in the month view. It is white on a white background. <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Twisted Evil" /><!-- s:twisted: -->
What do i have to change in the css?
I checked this two way´s it does not work:

/components/com_jevents/views/ext/month/tmpl/calendar_body.php, Line 53:

<td colspan="3" class="currentmonth" style="background-color: rgb([color=#BF0040:1pbehnvs]208, 230, 246[/color:1pbehnvs]);" align="center" height="22" nowrap="nowrap" valign="middle">
<?php echo $this->data['fieldsetText']; ?>
</td>

or

template.css

#jevents_body .currentmonth {
background: [color=#BF0040:1pbehnvs]#ffffff[/color:1pbehnvs] !important;
}

Thank you for help!

Horst
Hi Horst,

That CSS won't work is it is too general whereas the inline is more direct. Use:


body #jevents_body .currentmonth {
background-color: #ffffff !important;
}

That will make it white.

Many thnaks
Tony
·
Wednesday, 30 December 2015 19:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

thank you for help! Sorry, it dos not work till now.

That is what i insert in the tamplate.css:

body #jevents_body .currentmonth {
background-color: #f59b00 !important;
}
·
Wednesday, 30 December 2015 20:15
·
0 Likes
·
0 Votes
·
0 Comments
·
That should work.

Do you have a link?

Many thanks
Tony
·
Wednesday, 30 December 2015 20:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

there is the link:

tauchclub-muraene.de/joomla/
and then Termine
the month view.

Many thanks

Horst
·
Wednesday, 30 December 2015 21:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I cant see any events.

Can you provide a screenshot?

Thanks
Tony
·
Wednesday, 30 December 2015 21:23
·
0 Likes
·
0 Votes
·
0 Comments
·
That is my problem........ i cant see any event in month view. (white on white)
tauchclub-muraene.de/joomla/images/Kalender.JPG

Thank you

Horst
·
Wednesday, 30 December 2015 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

her is the user ad css:
tauchclub-muraene.de/joomla/images/User_CSS.JPG

Hope it help

Horst
·
Wednesday, 30 December 2015 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

That's a link. The CSS you are trying is not for that.

For that link just edit it in:

JEvents -> Custom Layouts -> Monthly Calendar Cell

And then you can force the style inline or add a class for it to be done with CSS.

Many thanks
Tony
·
Thursday, 31 December 2015 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

thank you for the hint to the Monthly Calendar Cell.
Is there an manual for the code? (Sorry i´m not very good in css).
Or is it possible to get an solution of you?

Thank you very much and a happy new year!

Horst
·
Thursday, 31 December 2015 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Horst,

Just add:


style="color:#000 !important";


To your <a href="" option within the monthly cell to make the link text black.

Many thanks
Tony
·
Thursday, 31 December 2015 13:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post