Title: Conflicting CSS for entry-header
Last modified: August 21, 2016

---

# Conflicting CSS for entry-header

 *  Resolved [hughtodd](https://wordpress.org/support/users/hughtodd/)
 * (@hughtodd)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/)
 * Just found, after updating plugin to 3.5, that all the headers have disappeared
   from entries on [this site](http://www.bushcarebluemountains.org.au).
 * After checking the Web Inspector it seems there’s a selector in the Events Calendar
   that overrides the default header selector.
 * `header.entry-header,footer.entry-meta { display: none; }`
 * It’s in the tribe-events-full.min.css file.
 * (Site is running a barely modified child theme of twenty twelve.)
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [swaincreates](https://wordpress.org/support/users/swaincreative/)
 * (@swaincreative)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752638)
 * Also can confirm
 *  [swaincreates](https://wordpress.org/support/users/swaincreative/)
 * (@swaincreative)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752650)
 * Even after alterting the css files I couldnt figure out how to bust the cache
   on this plugin.. Download the older version on their github site: [https://github.com/moderntribe/the-events-calendar/releases/tag/3.4.1](https://github.com/moderntribe/the-events-calendar/releases/tag/3.4.1)
 *  [Flexxo](https://wordpress.org/support/users/flexxo/)
 * (@flexxo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752675)
 * +1
 * with the latest v 3.5 all my headers diappeared in Yoko them from Elmastudio!
   🙁
 *  [shoebox7](https://wordpress.org/support/users/shoebox7/)
 * (@shoebox7)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752691)
 * Same issue as #hughtodd describes. Deactivated plugin for now…may go back to 
   previous version.
 *  [travelmoments](https://wordpress.org/support/users/travelmoments/)
 * (@travelmoments)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752692)
 * Happened here as well!
    I hope you can fix this ASAP!
 *  Thread Starter [hughtodd](https://wordpress.org/support/users/hughtodd/)
 * (@hughtodd)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752727)
 * If anyone wants a temporary fix for your main headers, try this in your style.
   css
 * `header.entry-header { display: block !important; }`
 * Don’t forget to take it out once Tribe issue a more permanent solution.
 *  [sleeplessindc](https://wordpress.org/support/users/sleeplessindc/)
 * (@sleeplessindc)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752731)
 * This happened to me also. All the headers for regular posts and for event posts
   are missing in the main blog loop. I tried the fix from hughtodd but it did not
   help. I am using a child theme for twenty-eleven. See home page at [http://events.stcwdc.org](http://events.stcwdc.org)
 *  [sleeplessindc](https://wordpress.org/support/users/sleeplessindc/)
 * (@sleeplessindc)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752732)
 * The suggested fix didn’t work for me so I deactivated the 3.5 version and reinstalled
   the 3.4.1 version of the-events-calendar. All the post headers are back now until
   they fix it in 3.5.
 *  [danteblink](https://wordpress.org/support/users/danteblink/)
 * (@danteblink)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752782)
 * A temporary solution i’ve found is to edit the archive “the-events-calendar/resources/
   tribe-events-full.min.css”. You have to find the line: “header.entry-header, 
   footer.entry-meta{ display: none }” and just delete the part “header.entry-header”(
   don´t forget the “,”. Hope it will work for other people.
 *  [Rob La Gatta](https://wordpress.org/support/users/roblagatta/)
 * (@roblagatta)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752783)
 * Hey everyone. Thanks for the heads up here, and for your awesome reports explaining
   this problem in enough depth that we’re able to recreate it (this only seems 
   to be happening for a subset of users). Just a heads up that we’ve been working
   on and testing a patch for this today…it looks like it just passed QA, so the
   3.5.1 hotfix – aiming to patch this and a couple other significant issues reported
   post-launch – should be out this afternoon. We welcome any feedback you have 
   on whether or not the update gets this sorted for you.
 * Thanks again for your patience on this. We should have relief coming your way
   very soon.
 *  Plugin Contributor [leahkoerper](https://wordpress.org/support/users/leahkoerper/)
 * (@leahkoerper)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752790)
 * Hi everyone!
 * We just released a hotfix to correct this issue. Please update The Events Calendar
   to 3.5.1. If your issue persists after you update, please let us know. Thanks
   for your patience and understanding while we got that fixed!
 * Best,
    Leah
 *  Thread Starter [hughtodd](https://wordpress.org/support/users/hughtodd/)
 * (@hughtodd)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752791)
 * Thanks, Rob and Leah. Terrific.
 *  Plugin Contributor [leahkoerper](https://wordpress.org/support/users/leahkoerper/)
 * (@leahkoerper)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752808)
 * Thanks hughtodd 🙂 We appreciate your patience while we got that taken care of.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Conflicting CSS for entry-header’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [entry header](https://wordpress.org/support/topic-tag/entry-header/)
 * [header](https://wordpress.org/support/topic-tag/header/)

 * 13 replies
 * 9 participants
 * Last reply from: [leahkoerper](https://wordpress.org/support/users/leahkoerper/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/conflicting-css-for-entry-header/#post-4752808)
 * Status: resolved