Disabling Theme Header
-
We are using Event Manager to handle our events. It allows a great deal of flexibility with the presentation of the event data. The problem I have is that I do not want to show the header information for the event related pages / posts. In order to disable this for testing purposes I’ve been hard coding the display: none parameter in a supplemental css file for each one.
.postid-1124 header.resurrect-entry-header.resurrect-clearfix, .postid-1252 header.resurrect-entry-header.resurrect-clearfix, .postid-1413 header.resurrect-entry-header.resurrect-clearfix { display: none } /* Hides title page for a specific page page id found by looking in source code search for body class="page */ .page-id-78 h1.resurrect-entry-title { display: none; }Obviously that is not practical and if I disable it permanently than other features such as the people and sermons are negatively affected. Is there a way to disable the header for the events only?
Thanks in advance for your help.
P. W.
The topic ‘Disabling Theme Header’ is closed to new replies.