By kirsten@khodes.co.uk on Saturday, 10 February 2018
Replies 12
Likes 0
Views 2K
Votes 0
When using the mini calendar and the default theme the current day is not highlighted. Also some of the days with events have blue link colour but others are just default text colour. All have events and links and the cursour changes to reflect this.
When hover over a day with a link the text dissapears.

Your screenshot of the Default theme for the mini calendar (on page https://www.jevents.net/products-new/item/calendar-module-3?category_id=42) is very different to what I get. I have added a screenshot of my mini-calendar.

I have the latest Joomla version (vn 3.8.5) as well as jEvents (vn 3.4.43).
Hello,

The default theme doesn't have a highlighted current day at present.

I'm not seeing a huge difference between yours and the original default to be honest apart from yours has more events on?

Are the blug coloured link days possible ones you have already clucked? Can you try clicking a black one, going back and refreshing is that link now blue too?

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I saw the list of layout next to the mini calendar "The screenshots show the Ext, Defaut, Geraint and Ruthin (club members) layouts." and assumed that they were in order but I see now that was my mistake. It's the Ruthin I wanted. I see it's Club feature only :-(

It does seem strange that the default doesn't have today highlighted when all the others seem to. Will you add that?

Yes it appears that if I click a black link that now turns blue. I would expect it to be the other way round.

The black (or blue) link text still disappears when I hover over the link.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Yes we can add the current day in on the non-club themes I have it on my todo list.

But the link is an issue with your template. IT is highlighting clicked links in blue. This isn't something we control.

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I can apply some custom styling to the links so not a big problem.
However when playing with the custom styling I also noticed a problem with the highlighting of today's date using the flat template for the mini calendar. I noticed that the highlight isn't just on the current day but on a day (seems to be the 15th) in some other months too. When I click back to the current month that same day (ie 15) is now highlighted and not today's date. See screenshot. It appears that the class flatcal_busylink is added which is the class that highlights the day. I would be grateful if you could have a look at this.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Can you try my fix from:
https://github.com/JEvents/JEvents/pull/414

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm sorry but I don't understand how to do this. Can you please explain how I apply the fix.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I just copied the content of the 3 files

JEvents/modules/mod_jevents_cal/tmpl/default/calendar.php
JEvents/modules/mod_jevents_cal/tmpl/ext/calendar.php
JEvents/modules/mod_jevents_cal/tmpl/flat/calendar.php

and replaced the old ones with these. Is these an easier way of doing it?

That does seem to have done the trick but as today is the 15th and 15 was the date always highlighted before I will check again tomorrow.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Just a few observations

Todays date is now highlighted if there are no events but not if there are events.

Different background colour:

.mod_events_td_todaynoevents {
font-weight: normal;
color: Black;
background-color: #FFA07A;
}


Same background as other days with events:

.mod_events_td_todaywithevents {
font-weight: normal;
color: Black;
background-color: #B0C4DE;
}


I have added a css override for this but it might be worth fixing in the next release?

Also the issue with the text not showing on hover seems to be due to the hover colour being to similar to the background colour


a.mod_events_daylink:hover {
color: Silver;
text-decoration: none;
}


I have changed mine to aliceblue which seems to show up OK agains the background.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Is this on the included themes?

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it's the default theme.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Can I get a link to see your issue?
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is a link to our home page. the mini calendar is on the right hand side below 'Next meeting' box.
Please nore that today is highlighted here as I have added custom css for it.

https://www.milford-u3a.org.uk/
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post