The agenda view in my website displays the 'Reminder' feature even though I disabled it in the General Settings ('Reminder feature'). Am I missing flipping a flag somewhere?
The logic in the php file has been removed (from file front\inc.layout.event.php) so I had to insert it in the javascript in the child theme functions.php file:
The agenda view in my website displays the 'Reminder' feature even though I disabled it in the General Settings ('Reminder feature'). Am I missing flipping a flag somewhere?
Double-check if it's indeed turned off in the General settings.
If you're using cache plugin try clearing the page cache.
Stachethemes Developer
The logic in the php file has been removed (from file front\inc.layout.event.php) so I had to insert it in the javascript in the child theme functions.php file:
Should no longer display the reminder now.
Stachethemes Developer
Thank you!