• Resolved fforbes

    (@fforbes)


    Since upgrading the Events Manager plugin, the custom attributes no longer pull through to the add event page in the admin area or the add event front end page. I have not changed any configuration and it was working fine before the upgrade.

    I have also turned all plugins off to see if there is a conflict, but the issue still persists.

    Any ideas?

    Fiona

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    we tried this on our test server using the latest EM version 5.9.5 and seems to be working fine. however, you can try to modify template file at events-manager/templates/forms/event-editor.php and then add the snippet below

    
    <?php if(get_option('dbem_attributes_enabled')) { em_locate_template('forms/event/attributes-public.php',true); }  ?>
    

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/forms/event-editor.php

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Attributes no longer showing in add event after upgrade’ is closed to new replies.