Theme changes not updating
-
Per your instructions, I created my own theme by copying the gamma theme and placing it in my all-in-one-event-calendar\public\themes-ai1ec\THEME_NAME\twig folder.
I select my custom theme name from the Calender Themes section and activate it.
I’m trying to make a very simple change to the agenda-widget.twig file to change the link surrounding the date section. Code looks like this:
<{{ tag_for_days }} class="ai1ec-date-title ai1ec-load-view" href="{{ event.permalink | e('html_attr') }}"> <div class="ai1ec-month">{{ date | month }}</div> <div class="ai1ec-day">{{ date | day }}</div> <div class="ai1ec-weekday">{{ date | weekday }}</div> {% if show_year_in_agenda_dates %} <div class="ai1ec-year">{{ date | year }}</div> {% endif %} </{{ tag_for_days }}>
Nothing changes.
In fact, I’ve gone and removed all text in the file and put “Hello World” in there, and nothing changes.
I’ve switched back and forth between themes thinking that would fix the problem, but unfortunately nothing seems to do the trick.
I’m trying to modify the Agenda that displays on the side panel. Am I modifying the wrong twig file?
https://www.ads-software.com/plugins/all-in-one-event-calendar/
- The topic ‘Theme changes not updating’ is closed to new replies.