Hello,
After installing Jevents on my Joomla4 website, I got one issue:
See here my Joomla 3.10 website.
See here my Joomla 4.2.5 website.
On the right side, there is the calendar module.
I am using this custom layout in the module
and this custom css in the module
Please take a look at the little icons. I am missing the finger to the location and the clock for the time of the event.
I don't see where the problem could be.
Can you help me please?
Regards, Peter
After installing Jevents on my Joomla4 website, I got one issue:
See here my Joomla 3.10 website.
See here my Joomla 4.2.5 website.
On the right side, there is the calendar module.
I am using this custom layout in the module
<span class="${PAST_OR_FUTURE}"><br><span class="icon-hand-right"></span><strong>${title}</strong><br><span class="icon-calendar"></span>${startDate(%d %b %Y)}[!a:<br/><span class="icon-time"></span>${startDate(%H:%M)} - ${endDate(%H:%M)}]
<span class="icon-globe"></span>${location}<br></span>
and this custom css in the module
.icon-calendar, .icon-time, .icon-hand-right, .icon-globe {margin-right: 10px;}
.mod_events_latest_first .past {text-decoration:line-through;}
.mod_events_latest .past {text-decoration:line-through;}
Please take a look at the little icons. I am missing the finger to the location and the clock for the time of the event.
I don't see where the problem could be.
Can you help me please?
Regards, Peter