Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    just to confirm, are you creating events in the frontend using event submission forms?

    Thread Starter firehold

    (@firehold)

    I am using the normal submission form of the plugin, i dont know how its called.
    Shortcode: [event_form]

    This sounds like a possible conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?

    Thread Starter firehold

    (@firehold)

    Oh man…
    im very sorry, that i wasted your time.
    I implement an override, to change the table layout to a div based layout.
    I didnt know that the same file for the form also is used in backend.

    I forgot to copy

    <?php
        global $EM_Location;
            if( $EM_Event->location_id !== 0 ){
                $EM_Location = $EM_Event->get_location();
            }elseif(get_option('dbem_default_location') > 0){
                $EM_Location =        em_get_location(get_option('dbem_default_location'));
            }else{
                $EM_Location = new EM_Location();
            }
    ?>

    Thank you very much for your help! Im just dumb 😀

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Backend Edit – No Adress’ is closed to new replies.