• Resolved esroyo

    (@esroyo)


    On a buddypress profile, when visiting “My events” section, all works fine. But on editing a new or existing events, html breaks, as if the event form where closing all the existing divs. Sidebar is moved out of the wrappers, an so one.

    Since showing the lists of events, locations, and any other buddypress plugin works fine, I assume this must be related with the form generation and printing. I’m using Mesocolum theme.

    Is anyone experiencing problems with the event edition inside buddypress?

    Thank you very much.
    Regards.

    https://wordpress.org/plugins/events-manager/

Viewing 4 replies - 16 through 19 (of 19 total)
  • ShikShik

    (@shikshik)

    I’ve encountered the same issue but when tried to manually remove the extra closing div from em-template-tags.php, nothing has changed.

    Any news regarding this fix ? will it be in the next plugin update?

    ShikShik

    (@shikshik)

    Btw, I just changed my DB manually to have “dbem_css_editors” option set to 0. now all is fine. But I guess in the next plugin update it will change again.

    Thread Starter esroyo

    (@esroyo)

    I’ve encountered the same issue but when tried to manually remove the extra closing div from em-template-tags.php, nothing has changed.

    You have to move the lines 278 and 390:
    if( get_option('dbem_css_editors') ) echo '</div>';
    inside the previous conditional block (exactly above the preceding curly bracket), as shown in the patch.

    Removing the closing div won’t do the trick, because the problem is the opposite: the closing div is being excluded when it shouldn’t be.

    ShikShik

    (@shikshik)

    Thanks esroyo, but I don’t like to change plugins core files, since in the next update, they will be overwritten.

    So changing “dbem_css_editors” option in my db is better solution until they will release new update.

    caimin_nwl said he will update Marcus, I guess Marcus is the author?

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Event editor form breaks on buddypress’ is closed to new replies.