Hi,
Thanks for using the plugin!
1. Create Events with any element.
2. Right-click the section and click Save as Template.
3. Enter the template name as you want.
4. You can find your template in the My Templates tab.
5. Now in the Schedule Tab element, you can find the option “Template” inside every item.
6. Select the template you created for Tab 1. Repeat the Steps for other tabs.
Screenshots:
Integrate Schedule Tab on the Events Addon for Elementor Plugin
Regards,
NicheAddons
Thanks.
Is it possible change the img format. I would like a rectangle shape and not an oval one?
https://imgur.com/a/8lSDM84
Thanks
Hi,
Please use the following CSS code:
.schedule-image .naeep-image img {-webkit-border-radius: inherit;-ms-border-radius: inherit;border-radius: inherit;}
To remove the rounded image style.
Thanks.
Hi, me again!
I create the schedule tab for my website. I changed the colors but sometimes it shows the default color.
How I can fix this?
An eg. here: https://imgur.com/a/Rc0tuKg
Hi,
I see, we’ll check and release the fixes updates soon.
For that color problem, you can use the following CSS code for it.
.schedule-content ul li i,
.naeep-link:hover {color: #fb6564;}
.schedule-content h3 a:hover {color: #333;}
.schedule-content ul li::after,
.naeep-link::before {background-color: #fb6564;}
Regards,
NicheAddons