Wednesday, 30 December 2015
  10 Replies
  1.9K Visits
0
Votes
Undo
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
Wednesday, 30 December 2015 19:49
·
#162217
0
Votes
Undo
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 20:15
·
#162218
0
Votes
Undo
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:56
·
#162219
0
Votes
Undo
That should work.

Do you have a link?

Many thanks
Tony
Wednesday, 30 December 2015 21:15
·
#162220
0
Votes
Undo
Hello Tony,

there is the link:

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

Many thanks

Horst
Wednesday, 30 December 2015 21:23
·
#162221
0
Votes
Undo
Hello,

I cant see any events.

Can you provide a screenshot?

Thanks
Tony
Wednesday, 30 December 2015 21:32
·
#162222
0
Votes
Undo
That is my problem........ i cant see any event in month view. (white on white)
[img]http://tauchclub-muraene.de/joomla/images/Kalender.JPG[/img]

Thank you

Horst
Wednesday, 30 December 2015 21:43
·
#162223
0
Votes
Undo
Hello Tony,

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

Hope it help

Horst
Thursday, 31 December 2015 00:33
·
#162224
0
Votes
Undo
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 13:28
·
#162225
0
Votes
Undo
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! :D

Horst
Thursday, 31 December 2015 13:54
·
#162226
0
Votes
Undo
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
  • Page :
  • 1
There are no replies made for this post yet.