I have been trying to set up the design of the individual event pages to which the Event Slider events link--these events don't open similar to the other calendar events and require a full page design to fit the overall site aesthetic/branding.
I tried to edit the page template on Wordpress using Elementor, but the dynamic content options available don't seem to include certain information the events require, as follows:
The long description
The date and time
The location
The external link
My new page template was able to pull the image and the Short Description ("Excerpt" in WP language) from STEC, but nothing else.
Would you have a solution as to how I can display all of the necessary information?
>> Please note that this will only be used on mobile.
>> Please also note that WP was able to fetch all the information successfully prior to my page template changes.
I'm afraid I'm not versed in either hooks or php. When I googled how to work with hooks, I did not find a safe solution that I understand or that I can apply.
Could you be more specific as to what I need to do, please?
Hello,
I have been trying to set up the design of the individual event pages to which the Event Slider events link--these events don't open similar to the other calendar events and require a full page design to fit the overall site aesthetic/branding.
I tried to edit the page template on Wordpress using Elementor, but the dynamic content options available don't seem to include certain information the events require, as follows:
My new page template was able to pull the image and the Short Description ("Excerpt" in WP language) from STEC, but nothing else.
Would you have a solution as to how I can display all of the necessary information?
>> Please note that this will only be used on mobile.
>> Please also note that WP was able to fetch all the information successfully prior to my page template changes.
Thank you in advance and have a great day!
Attached files: Dynamic tags list in WP.png
Hi,
The event single page content is rendered using the "the_content" hook.
The calendar applies a filter that replaces the full description section of the single page with the event layout.
Stachethemes Developer
I'm afraid I'm not versed in either hooks or php. When I googled how to work with hooks, I did not find a safe solution that I understand or that I can apply.
Could you be more specific as to what I need to do, please?
I've created a sample template for the event single page here:
https://artviewmtl.com/wp-admin/post.php?post=2315&action=elementor
To display the event layout you need to insert only the "Post Content" element.
Front-end example: https://artviewmtl.com/event/exhibition-les-monuments-errants-n2/
Stachethemes Developer
Thank you so much! It works marvellously!!