• Resolved Pastor Walt Mayhew

    (@wmayhewwalnuthillccorg)


    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.

    https://ww.wp.xz.cn/plugins/church-theme-content/

Viewing 1 replies (of 1 total)
  • Plugin Author Steven Gliebe

    (@stevengliebe)

    Hi Walt,

    Please submit a support request at http://churchthemes.com/contact for any questions you have about our themes. Be aware though that our support policy excludes assistance with code customizations. We can however refer you to a professional developer if helpful.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Disabling Theme Header’ is closed to new replies.