- This topic has 7 replies, 5 voices, and was last updated 8 years, 2 months ago by
Leo.
-
AuthorPosts
-
December 14, 2017 at 2:10 pm #449744
Burt
Tom –
I was thinking of an easy way to accomplish this – perhaps having the toggle on the page or post Admin panel?
December 14, 2017 at 4:43 pm #449827Leo
StaffCustomer SupportHi there,
Global disable element is in the plan 🙂
For now you can do this: https://docs.generatepress.com/article/generate_show_title/
For everything else: https://generatepress.com/forums/topic/sections-set-to-disabled-by-default/#post-314143
January 28, 2018 at 7:37 pm #482084Nicole
I hope a fix to this is coming soon. While I can code a bit, my goal in downloading GeneratePress was the use of ease so many mentioned. To have this eyesore of titles across all pages with no simple removal is not getting me started off easily…luckily there’s a 30-day money back return. Hoping its gets more seamless from here…
January 28, 2018 at 7:41 pm #482086Tom
Lead DeveloperLead DeveloperTitles are actually super important when it comes to SEO, but they are easily removed using the methods Leo mentioned above.
The exact code you need is here:
add_action( 'after_setup_theme', 'tu_remove_all_titles' ); function tu_remove_all_titles() { add_filter( 'generate_show_title', '__return_false'; }You can copy and paste that into your functions using one of these methods: https://docs.generatepress.com/article/adding-php/
Let me know if you need more info 🙂
January 28, 2018 at 9:02 pm #482128Nicole
Thanks for the quick reply, Tom – its been a very long day in front of the computer and was surprised to see some of that stuff pop up when I switched themes…I appreciate the solution above and have stumbled across a couple other alternatives. Gratitude and appreciation for this forum…
January 28, 2018 at 10:31 pm #482151Tom
Lead DeveloperLead DeveloperNo problem! Let me know if you need any other info 🙂
January 29, 2018 at 8:13 pm #483139Dimarcus
Instead of removal is there a way to center and bold the page title.. I agree , i just downloaded GP and im setting up pages and that title is an eye sore.. It waaaay to close to the header and i see no way to EDIT the text style , remove or center ….
January 29, 2018 at 8:38 pm #483154Leo
StaffCustomer SupportHi there,
Can you open a new topic for your question? We can help you out with some CSS no problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.