help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
The Responsive JEM
Re: The Responsive JEM
7 years 7 months ago
Thank you!
Just two more suggestions while you're writing them down (please see attachment)...
1. On the date (daynum), can that text also be accompanied by the day? Such as "M T W T F S S" or "Mon Tue" etc.
2. Can the entire div, which houses each event (eventcontentinner) be clickable? On my screenshot, that's the whole blue tile, behind the hyperlink...
I think both of these will make JEM much more mobile friendly, as well as the toggle...
I appreciate this great initiative!
Just two more suggestions while you're writing them down (please see attachment)...
1. On the date (daynum), can that text also be accompanied by the day? Such as "M T W T F S S" or "Mon Tue" etc.
2. Can the entire div, which houses each event (eventcontentinner) be clickable? On my screenshot, that's the whole blue tile, behind the hyperlink...
I think both of these will make JEM much more mobile friendly, as well as the toggle...
I appreciate this great initiative!
The topic has been locked.
Re: The Responsive JEM
7 years 7 months ago
in your calendar.css there's a hint for this:
But there's no such line in calendar.class.php! :sick:
Code:
/* This runs only if you change somethin in the calendar.class.php
* change line 643 from:
* $out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\">".$linktext.'</div>'.$eventContent."</td>";
* to:
* $out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\" eemonthname=\"".$this->getMonthName()."\" eedayname=\"".$this->getDayName($this->getWeekday($var))."\">".$linktext.'</div>'.$eventContent."</td>";
* after this you will see the days like "Mo, 2. August" instead of only the daynumber */
The topic has been locked.
The topic has been locked.
Re: The Responsive JEM
7 years 7 months ago
1.
Caused by some changes in the calendar.class.php the line moved some lines below.
You have to change line 667.
After the change of the calendar.class.php, you should go back to the calendar.css and read the last comment. There you have to remove the css statement. I had this to do cause of some styling issues if the calendar.class isn't changed.
2.
-> I will write to todo list.
Caused by some changes in the calendar.class.php the line moved some lines below.
You have to change line 667.
After the change of the calendar.class.php, you should go back to the calendar.css and read the last comment. There you have to remove the css statement. I had this to do cause of some styling issues if the calendar.class isn't changed.
Code:
/* If you changed the calendar.class.php, uncomment this. */
td.monthday div.daynum::before {
content: "";
}
2.
-> I will write to todo list.
The topic has been locked.
Re: The Responsive JEM
7 years 7 months ago - 7 years 7 months ago
which version are you using:
in my version JEM 2.2.0 the calendar.class.php has the number 2.1.7 there is only a line with:
when I change this line adequat and uncomment in css, then I only get: e.g.
EDIT:
You know, I appreciate your ideas and your knowledge very much!
in my version JEM 2.2.0 the calendar.class.php has the number 2.1.7 there is only a line with:
Code:
[quote]$out = "<td class=\"".implode(' ', $cssClass)."\"><div class=\"daynum\">".$htmlNewEventLink.$linktext.'</div>'.$eventContent."</td>";[/quote]
when I change this line adequat and uncomment in css, then I only get: e.g.
Code:
,23.
EDIT:
You know, I appreciate your ideas and your knowledge very much!
Last edit: 7 years 7 months ago by jojo12.
The topic has been locked.
Re: The Responsive JEM
7 years 7 months ago
The result looks like you did not change the required line in calendar.class.php in the correct way.
For more information for me, please upload your calendar.css and calendar.class.php files. I will take a look concretely.
For more information for me, please upload your calendar.css and calendar.class.php files. I will take a look concretely.
The topic has been locked.
Time to create page: 0.562 seconds