Viewing 1 replies (of 1 total)
  • Thread Starter sysgroove

    (@sysgroove)

    I solved this issue by restoring plugin default preferences in wordpress database (copying value from a clean installation)

    UPDATE wp_options SET option_value = .......
    WHERE option_name = "ep_settings";

    If you cannot create a clean install elsewhere, I guess you can delete that row and simply reinstall Event Post plugin in order to recreate default preferences.
    CAUTION! backup your database before executing manual operations!

    It seems that all started by editing the widget schemas field in the Event Post configuration gui..
    Hope this helps somebody else.

Viewing 1 replies (of 1 total)
  • The topic ‘Events map not rendering’ is closed to new replies.