We like your plugin very much. Our client would like to add some content to the area managed by the inc.top.php page. Can I put a copy of this page in my child theme and make modifications there to prevent it from being overridden in plugin updates? What path would I use in my child theme to customize "view/front/inc.top.php"?
Also, we would like to add/move the "Export to .ICS File" and "Import to Google Calendar" links to the event preview on the day and/or agenda view.
We like your plugin very much. Our client would like to add some content to the area managed by the inc.top.php page. Can I put a copy of this page in my child theme and make modifications there to prevent it from being overridden in plugin updates? What path would I use in my child theme to customize "view/front/inc.top.php"?
Also, we would like to add/move the "Export to .ICS File" and "Import to Google Calendar" links to the event preview on the day and/or agenda view.
Thank you.
Hi,
We haven't added option to modify these core files since modifications could cause the javascript to not work properly.
Anyway, it's somewhat possible but you still have to edit the stachethemes_event_calendar\view\front\default.php line 9 from:
to:
then the plugin will load the file inc.top.php from your child theme root folder.
Export buttons can be removed from General settings -> Allow export event from front-end
Stachethemes Developer