- This topic has 10 replies, 3 voices, and was last updated 7 years, 9 months ago by
Daniel Akowuah.
-
AuthorPosts
-
September 16, 2014 at 9:14 pm #30599
Daniel Akowuah
Good Day,
I have double titles appearing on posts. I was able to install Toggle the title to get ride of the double titles on pages but not on posts. How do I disable the generatepress version of the Post Titles so that the original page headers/title (h1) remain? Otherwise I have to manually remove like 90 or so titles for my client.Here is a page that has a double title. had to manually remove the ones on other pages.
http://www.coinmortgage.com/invest-real-estate-canada/Thanks π
SPenceSeptember 16, 2014 at 11:24 pm #30631Tom
Lead DeveloperLead DeveloperThis CSS should work for you:
header.entry-header { display: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 17, 2014 at 4:57 am #30840Daniel Akowuah
Hi Tom,
Good try that worked but that also removes all post titles completely on the Blog page that shows the exerpts. Here is the blog page without the css applied: (Titles disappear when css is appied:http://www.coinmortgage.com/category/mortgage-investing-blog/
September 17, 2014 at 5:26 am #30848Daniel Akowuah
Did some more tests. The Generatepress h1 titles are displaying only on new posts now… That means I can disable Headline / Post Title from within the post itself on all new posts.
September 17, 2014 at 5:56 am #30850Daniel Akowuah
I was wrong… Cannot remove double titles no matter what. Still showing up on new posts. Disabling Headline / Post Title within a single post causes ALL the post titles on the Blog Excerpt page to disappear… Must be a major clue.
September 17, 2014 at 8:48 am #30894Tom
Lead DeveloperLead DeveloperOk, try this:
.page .entry-header, .single .entry-header { display:none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 17, 2014 at 5:18 pm #31212Daniel Akowuah
I think that worked Tom… I can now attempt the template on the bigger website.
Thanks so much!
SpenceSeptember 17, 2014 at 5:53 pm #31239Tom
Lead DeveloperLead DeveloperYou’re welcome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 23, 2014 at 10:10 am #33223Daniel Akowuah
Actually I ended up with duplicate and missing title on pages and posts. The only solution was to manually disable page titles using the generatepress disable elements feature. For posts, the only solution without one issue or another was to add the following custom css using Easy Custom CSS plugin:
.single .entry-header {
display:none;
}September 23, 2014 at 11:24 am #33251Tom
Lead DeveloperLead DeveloperHmm very weird – is all working as it should now?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 23, 2014 at 11:26 am #33253Daniel Akowuah
Yes Good To Go π
Thanks! -
AuthorPosts
- You must be logged in to reply to this topic.