Add Event Screen shows tribe_events_before_html + tribe_events_after_html twice

Home Forums Calendar Products Community Events Add Event Screen shows tribe_events_before_html + tribe_events_after_html twice

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1129664
    brightestspark
    Participant
    #1129668
    brightestspark
    Participant

    Sorry I just checked and it’s the Event List page that has duplicate header/footer ie. /events/community/list. The Add Event page is fine.

    #1129674
    Brook
    Participant

    Howdy brightestspark,

    Wow, that is a bug that will just not stay dead aye? Thank you for pointing this out. I am experiencing the same thing in my tests.

    I am logging this right now and giving the finders credit to you. It will likely be fixed within a few weeks. I can not say for sure which release it will be part of, except that it won’t be part of 4.2.1 because that is just about out the door.

    Please let me know if you have any questions in the mean time. Thanks again for sharing this find.

    Cheers!

    • Brook
    #1129769
    Brook
    Participant

    I thought I should mention, if you feel comfortable adding some CSS to your site then this is solvable now:

    div#tribe-events .tribe-events-before-html { display: none; }

    That will hide the second HTML box while we wait on a true fix. You can add that to any of your theme’s CSS files that load on every page, or you could insert it with a plugin like WP Add Custom CSS.

    Cheers!

    – Brook

    #1130761
    brightestspark
    Participant

    Ok great thanks Brook – we’ve added that and it removed the duplicate header from the event list page, but removed the header completely from the add event page. Not a big issue though. We look forward to the fix release.
    Cheers
    Jen

    #1131725
    Brook
    Participant

    Woopsie! I was specifically try to avoid that.

    You might try this CSS instead. It’s only hiding the duplicate in my tests, so the other views continue to show:

    div#tribe-community-events .tribe-events-before-html, div#tribe-community-events .tribe-events-after-html { display: none; }

    • Brook
    #1137793
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add Event Screen shows tribe_events_before_html + tribe_events_after_html twice’ is closed to new replies.