• Hi,

    I am having an issue with the CC2 header. It will only show the header for the archive page type, and no others. I’ve ticked the boxes to show on each of the page types, but it simply won’t at all, no matter what I do!

    Our header image is essential to our branding, so it’s not really something I can do without…

    Until then I’m still stuck on CC1, despite the fact that CC2 looks great and is suitable to our needs.

    Thanks, Ben.

    PS: On an unrelated note, I noticed that selecting a default sidebar layout, but not a specific one appears not to apply the layout at all, but selecting a particular one for each page works fine. I don’t know whether this is a CC or a wordpress bug, however.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Are we talking about the header IMAGE or the SITE TITLE?
    Currently, an internal conflict (and some WP internals as well) do not allow BOTH to be displayed at the same time..

    .. of corpse, there is a solution in the works and is planned to be released with the next update.

    An interim solution is to add the following code to the “Custom CSS” field in the Advanced Settings tab (WP Admin Area > CC Settings > Advanced Settings > Custom CSS):

    .site-branding {
    display: block;
    }

    cu, w0lf.

    So upset. Set up my site end December using Custom Community 2.0 theme. Loved it. Turned my attention to other things. Went there today (getting ready to go to networking event tonight) and the header image isn’t displaying, nor the menu. Site completely broken. https://wgmarcom.com/

    I’ve been 2 hours now trying to fix it and nothing works.

    This is the site on my LinkedIn profile. It’s embarrassing that prospective clients are seeing a site that is broken and unusable.

    And I put so much time into something that was apparently unstable.

    I’ve been using WordPress for years now, and have never ever encountered anything like this before. Very bummed ??

    I’ve loved the Custom Community and used it for 2-3 years now. Just recently updated without checking it out and my website is RUINED.

    https://www.basementbiotech.org

    Header gone, menu’s gone, pictures gone…no idea how to revert back, about to send the website out to future PhD advisors, now I’m to embaressed to and can’t find a fix. WHY CANT THERE BE A LIVE PREVIEW OF AN UPDATE before it ruins everything. OR an easy way to revert back

    This is so sad…now to get help and fix things I need to pay $39 to upgrade to the Pro version. You just reset my entire blog and I have no idea how to get it back, why would I pay you $40 now

    Short heads up: The latest version – 2.0.25 – should be up in the theme directory now. It’s been out for some time, but was quite delayed, because any theme has to be reviewed by the official WP Theme Review team, before it is officially made available in the directory.

    Apparently these folks are overloaded with reviews and the redesign of the Theme directory.

    Fixes include the nasty header issues, a lot of glitchy working functions, better descriptions, improved order in the Customizer (logical, by site structure, not just all over the place), a few security issues and more.

    cu, w0lf.

    still no header

    https://wgmarcom.com/

    Switching back to a different theme again.

    Either the theme upgrade is not yet available (I did not receive an upgrade notice from my dashboard) or it’s still broken.

    Thread Starter Combat Wombat

    (@benclemmey)

    In case anyone needed it, we just did this to show the header space on the places it was missing:

    body.page #masthead {
      display: inherit;
    }
    
    body.single #masthead {
      display: inherit;
    }

    Hope it helps. I think it works without this in the latest version, but just in case.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header doesn't display correctly’ is closed to new replies.