Hi there,
I am using Enfold + the recommended “The Events Calendar” Plugin. Everything is fine, but as we have a slider at the top of every page, I want to have a slider as well at the “events” (events overview) page.
Unfortunately I couldn’t find a way to implement that or to have the layout builder on this page.
(same problem: https://kriesi.at/support/topic/event-calendar-pages-add-layerslider-at-top/, the answer didn’t helped me)
Greets,
sorromAT
Hey sorromAT!
Can you please create a temporary admin login and post it here privately?
Cheers!
Yigit
attached.
cheers
Hi,
Please refer to the themerss guide for the events calendar plugin: https://theeventscalendar.com/knowledgebase/themers-guide/
Create a folder called “tribe-events” inside the child theme then copy the config-events-calendar > views > default-template.php file inside. Edit the template then add the slider shortcode around line 16. Example of the slider shortcode:
echo do_shortcode("[av_slideshow_full size='featured' stretch='' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' src='' attachment='' attachment_size='' position='top left' repeat='no-repeat' attach='scroll' custom_class='']
[av_slide_full id='44'][/av_slide_full]
[av_slide_full id='42'][/av_slide_full]
[/av_slideshow_full]");
We use the do_shortcode function to render the full width easy slider shortcode. Note that the layer slider shortcode is not going to work here.
Best regards,
Ismael