Hi again
1: with problem transalte
I apologize the path must be as below
Organize : ...\language\en-GB\en-GB.com_jux_timetable.ini at line 57
Location : ...\language\en-GB\en-GB.com_jux_timetable.ini at line 58
2: with problems date format
in file: ...\components\com_jux_timetable\views\event\tmpl\default.php
at line 84
<span><?php echo $item->startdate; ?> <?php echo $item->starttime; ?></span>
edit:
<span><?php echo date_format(date_create($item->startdate),'d/m/Y'); ?> <?php echo $item->starttime; ?></span>
at line 88
<span><?php echo $item->enddate; ?> <?php echo $item->endtime; ?></span>
edit:
<span><?php echo date_format(date_create($item->enddate),'d/m/Y'); ?> <?php echo $item->endtime; ?></span>
3: with probelm change size
I don't know what size your original image is, now I'm setting the width of the 50% image container, if you want to display a smaller image, you can set it smaller like 40 % or 30% in the file below
in file: /components/com_jux_timetable/assets/css/events.css at line 281
4: Do you want to change the label: Select Category, Select Organizer, and Learn More button?
Select Category:
in file : \language\en-GB\en-GB.com_jux_timetable.ini at line 62
Select Organizer:
in file : \language\en-GB\en-GB.com_jux_timetable.ini at line 53
Learn More:
in file : \language\en-GB\en-GB.com_jux_timetable.ini at line 54
Hope it will help you
I tried to guide you a lot, can you help me write a 5-star review for the items on the JED
It will help us a lot in product development
extensions.joomla.org/extension/jux-timetable/
Thank you very much