• Resolved dwturner

    (@dwturner)


    Hi,

    Thank you for the most recent update which has fixed a lot of issues introduced by a previous update. There still seems to some issues and/or items missing from the classic event editor which I use fairly regularly.

    1 – The toggle button for displaying or hiding the speaker listing is missing from the Classic event editor. As a result, to enable the display of speaker users must switch to the modern editor interface activate the speaker display toggle at Step 1 and then save the event.

    Unfortunately, the above work around does not help with virtual events because the modern editor interface will not save an event unless the “Virtual event details” field has some content which will be emailed to users who register for the event.

    Many of our events were entered into WPEvently using a previous release of the plugin and they already have an email that is sent to registrants. The Modern editor generates an additional, repetitive email for our users.

    2 – The settings option for controlling the display of the speaker’s list seems to have disappeared from any of the “Settings” tabs. This control might be having an impact on the Virtual theme’s ability to display speakers but the control seems to be missing.

    3 – It would be helpful if there was a button or toggle on the classic editor interface that permitted switching to the modern editor interface. The modern editor has a button to switch to classic but there is way to switch back without resorting to the WP Default Post List Style option in the Dashboard Event List Page Style section of the General Settings options menu.

    The site is using WordPress version 7.0.2 and PHP version 8.3.31.

    Thanks in advance for any suggestions or assistance.

    • This topic was modified 1 week, 6 days ago by dwturner. Reason: Information added

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dwturner

    (@dwturner)

    Follow-up information

    I am not 100% certain that the following information is related to the issue(s) mentioned above but…

    It seems that for some reason that over the course of the plugin update the [mep_enable_speaker_list] key was dropped from the [single_event_setting_sec] array and the theme php code seems to search for the missing array key.

    Here is a copy of the [single_event_setting_sec] array from an archived copy of the site:

    [single_event_setting_sec] => Array
    (
    [mep_enable_speaker_list] => yes
    [mep_show_product_cat_in_event] => yes
    [mep_global_single_template] => default-theme.php
    [mep_event_product_type] => yes
    [mep_event_hide_date_from_details] => no
    [mep_event_hide_time_from_details] => no
    [mep_event_hide_location_from_details] => no
    [mep_event_hide_total_seat_from_details] => yes
    [mep_event_hide_org_from_details] => no
    [mep_event_hide_address_from_details] => no
    [mep_event_hide_event_schedule_details] => yes
    [mep_event_hide_share_this_details] => no
    [mep_event_hide_calendar_details] => yes
    [mep_event_hide_description_title] => no
    [mep_event_hide_left_sidebar_title] => yes
    [mep_event_hide_time] => no
    )

    And here is a copy of the same array from the most recently updated version of the site:

    [single_event_setting_sec] => Array
    (
    [mep_show_product_cat_in_event] => yes
    [mep_global_single_template] => default-theme.php
    [mep_event_product_type] => yes
    [mep_event_hide_date_from_details] => no
    [mep_event_hide_time_from_details] => no
    [mep_event_hide_location_from_details] => no
    [mep_event_hide_total_seat_from_details] => yes
    [mep_event_hide_org_from_details] => no
    [mep_event_hide_address_from_details] => no
    [mep_event_hide_event_schedule_details] => yes
    [mep_event_hide_share_this_details] => no
    [mep_event_hide_calendar_details] => yes
    [mep_event_hide_description_title] => no
    [mep_event_hide_left_sidebar_title] => yes
    [mep_event_hide_time] => no
    )

    The top most array key is missing from the second listing of the array.

    Plugin Contributor Md. Abdullah Al Mahim

    (@aamahin)

    Hello @dwturner

    Thanks for your message. Please update the plugin to the latest version 5.3.9. i hope the issue will be solved after the update.

    Please let me know your feedback

    Best Regards

    Thread Starter dwturner

    (@dwturner)

    Hi @aamahin

    Thank you very much for the quick response and for the fixes included in the new version of the plugin. The new version seems to have solved all of the issued identified in my previous message.

    Sincerely, D. Turner

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.