Winfried

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Winfried
    Participant

    I had the same issue. After somkjke fiddling around, I found, that in “File_Importer_Events.php” of the “the-event-calender” Plugin, in line 206/207 (see: https://bitbucket.org/snippets/wneessen/Ae9pa) are two lines: $event[‘EventShowMap’] = $show_map_setting; and $event[‘EventShowMapLink’] = $show_map_setting;

    For my imports the $show_map_setting (which seems to be the value of “Tribe__Events__Aggregator__Settings::instance()->default_map( ‘csv’ )”) is always “no”. So the 1 of my actual CSV file is overwritten with the “no” value and therefore the checkboxes are not checked. I worked around this by commenting out the two lines – still there should be an official fix for this, as any update of the plugin will overwrite my changes.

Viewing 1 post (of 1 total)