Hi everybody,
how do I edit the event template?
I copied everything in:
/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_upcoming/
to
/wp-content/themes/enfold-child/config-templatebuilder/avia-shortcodes/events_upcoming/
Then I edited the file events_upcoming.php, changed in line 412, the av-upcoming-event-title h4 to h2, uploaded it, but nothing changed.
Any tips welcomed!
Hey Berthold,
Thank you for the inquiry.
You need to register a new shortcode path in the child theme first by adding this filter in the functions.php file:
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Create a folder called “shortcodes,” then place the files of the elements or shortcodes that you’d like to include, modify, or override.
Best regards,
Ismael