Hello,
I have created a menu item “Simplelist”. I would like to edit the template. I have created an override for this: /html/com_jem/eventslist/responsive/
However, the event table is controlled via a template: echo $this->loadTemplate('events_table');
Where can I find this template and how can I customize it?
Hi,
simplelist is a bit a special way:
the default_events_table.php is in com_jem/common/views/tmpl/
and it leads you or to default_jem_eventslist_small.php or default_jem_eventslist.php. This depends on which template you use the tablelike or the more modern template of simplelist (see JEM>help >JEM responsive.
There are other posts which leads you how to create an override for this.