- This topic has 20 replies, 5 voices, and was last updated 8 years, 4 months ago by
mike.
-
AuthorPosts
-
July 13, 2014 at 4:26 am #3874
Cassandra Teo
Hi Tom,
How do I remove the header from the pages? I’ve tried a couple of classes but they don’t seem to work.
Eg: .page-header {display: none;}
July 13, 2014 at 11:36 am #3881Tom
Lead DeveloperLead DeveloperThis should do it:
.site-header {display:none;}
Tom
July 14, 2014 at 2:58 am #3907Cassandra Teo
That one removes the main header with the logo. I was referring to the page titles. Sorry.
July 14, 2014 at 4:07 am #3909Ross Robson
Hi Cassandra install the plugin toggle the title and you can choose whether to show or hide the page title at each page and i think the code below is the code to remove the white gap where the title would be.
Enter it in the custom css part
.page-content, .entry-content, .entry-summary {
margin: 0 !important;
}July 14, 2014 at 9:02 am #3958Tom
Lead DeveloperLead DeveloperGotcha! Something like this should work:
.entry-header {display:none;} .entry-content {margin-top:0}
You can also use our Disable Elements addon to disable the title on specific pages while keeping it on others.
Tom
July 18, 2014 at 3:23 pm #4679Mary Hickman
Hi Tom I am using the Disable Elements and attempting to disable the title and it doesn’t work on any pages. Is it the word HEADER I am clicking to remove? What would make this still leave HOME, ABOUT US etc on the text area?
July 18, 2014 at 3:31 pm #4680Tom
Lead DeveloperLead DeveloperHi there,
That would be the “Headline”.
If you check that box it will remove the HOME, ABOUT etc.. from the page.
Tom
August 13, 2014 at 3:20 pm #12624Janni B.
I have purchased all of the plugins for GeneratePress and am trying to use this theme, but it’s giving me a major headache trying to hide the Title “Home” (because I am using the Home page as a static front page.) I’ve tried using plugins to no avail (and have deactivated and deleted all of them when they didn’t work.) Your “Disable Elements” plugin that I bought… I had HOPED it would have the title as one of the elements, but it doesn’t. It only offers me “Header, Navigation, Headline” and “Footer.” And if I select any of those and click “update” to save the page – it reverts back to being de-selected. It’s maddening. Help????
August 13, 2014 at 3:23 pm #12625Tom
Lead DeveloperLead DeveloperHi Janni,
“Headline” is the option you’re looking for.
If the checkbox isn’t saving, the problem is most likely that the page used to have a page template with an old theme. Now that the theme has changed, and the page template no longer exists, WordPress is ignoring the saved values.
To verify this, try creating a new page and selecting the option. If it saves, that’s your problem.
The solution is to create a new page that’s identical to your homepage, but a “fresh start”. Then delete the old homepage.
Let me know if this helps,
TomAugust 13, 2014 at 3:29 pm #12626Janni B.
Tom, you are officially my hero for the day! Thank you! I created a duplicate page, named it “Home 2” (lol) and set the static page as that – it saved perfectly when I selected “Headline” from the Disable Elements box. THANK YOU THANK YOU THANK YOU!!! That title was making me a bit nutters. ๐
August 13, 2014 at 3:29 pm #12627Tom
Lead DeveloperLead DeveloperHappy I could help! ๐
Tom
August 13, 2014 at 3:33 pm #12628Janni B.
It has now made my navigational menu a bit wonky though – “Home” is showing at the end of the menu – how do I put it back to the start where it was before?
August 13, 2014 at 3:38 pm #12629Janni B.
I might also add that I ended up deleting the original Home page and re-naming this one “Home” (instead of Home 2) so it would look right in the Navigation. But with it sitting at the far right side now, it looks a bit strange. LOL!
August 13, 2014 at 3:40 pm #12630Tom
Lead DeveloperLead DeveloperGo to “Appearance > Menus” and drag your “Home” item to the start of the menu.
More info on using Menus here: http://codex.wordpress.org/WordPress_Menu_User_Guide
Tom
August 13, 2014 at 3:42 pm #12631Janni B.
Yeah, I had tried that, but it wouldn’t do anything. I ended up just making a custom menu instead – seemed to be the only way to make it “stick.” Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.