I’ve decided to edit the PHP code myself.
Take a backup of this file:-
wp-content/plugins/gigpress/output/gigpress_shows.php
and you can start adding some code like this which will temporarily fix the problem while we wait for the developer!
Find the line that begins function gigpress_json and then add the line like mine…
function gigpress_json_ld( $showdata ) {
// Start array for single event
$show_markup = array( "@context" => "https://schema.org", "@type" => "Event" );
// Extra attributes for Google Events
$show_markup['eventAttendanceMode'] = "https://schema.org/OfflineEventAttendanceMode";
// Add show level attributes
…this is a work in progress but please contact me and I will happily send you my latest code.
??
Regards,
Paully