Community Event Form appears in Footer

Home Forums Calendar Products Community Events Community Event Form appears in Footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #916121
    Victor
    Participant

    Hi, guys,
    I am working on a website where I am using the Events Pro and Community Events plugins. On the Community Events Add page, the forms appears in the footer of the page instead of the normal footer content.
    Here is the page:
    http://testing.craigjohnsoninternational.com/gatherings/community-gatherings/add

    Any ideas?

    #916246
    Brian
    Member

    Hello,

    Sorry for the issues you are having with the Community Events Form.

    When I visit that page I get two login forms one in the content area and one in the footer.

    At first glance I think it is a theme conflict.

    Can you please follow our testing for conflicts guide and see if that narrows down the issue:

    https://theeventscalendar.com/support/documentation/testing-for-conflicts/

    Let me know what you find out and we can go from there.

    Thanks

    #916291
    Victor
    Participant

    Hi, Brian,
    You are right, switching to a classic theme solves the issue. I managed, however to solve this by adding a sort of hack to the edit-event.php file:

    <?php do_action( 'tribe_events_community_form_after_template' ); ?>
    </div></div></div></div></div></div>
    <?php get_footer(); ?>
    

    Basically I close all the divs that hold the form and force a footer. I know it’s not elegant, but for now it solves the problem.

    Thanks for your help.

    #916314
    Brian
    Member

    Glad you were able to solve the issue.

    If you have not done so already you can move the edit-event.php to your theme following our themer’s guide:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    That way when you update the plugin it does not overwrite your changes.

    Closing out this ticket, but if you have any other issues related to this or something new, please create a new one.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Community Event Form appears in Footer’ is closed to new replies.