Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Removing titles on single pages


  #1  
Old Apr 12, 2011, 06:15 PM
artaud
 
8 posts · Mar 2011
[SOLVED] Removing titles on single pages

I would like to have no title on my "Home" page (and possibly not on certain others in the future). How do I go about doing this? I have read the now closed thread "How to get rid of page titles" (http://forum.bytesforall.com/showthread.php?t=3960), specifically post #4, but this would seem to remove all page titles. I want to be selective. Any help would be much appreciated!
  #2  
Old Apr 12, 2011, 11:15 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You first have to determine the selector for the home page. The way I do that is to view the page source and search for "body class". You will find something like
HTML Code:
<body class="home blog logged-in"> OR <body class="page page-id-8 logged-in">
So you would use a selector of
HTML Code:
body.home OR body.page-id-8
and add the selector for the title (I use Firebug with Firefox to determine that) and your full CSS to hide the title would be
HTML Code:
body.home .post-headline {
display: none;
}
OR
HTML Code:
body.page-id-8 .post-headline {
display: none;
}
All you would do to hide the title is put the CSS in ATO>Add HTML/CSS Inserts>CSS Inserts. You of course may have a different page id.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Last edited by lmilesw; Apr 13, 2011 at 08:05 AM.
  #3  
Old Apr 13, 2011, 04:12 AM
artaud
 
8 posts · Mar 2011
Thanks But I just tried copying the html you suggested into ATO>Add HTML/CSS Inserts>CSS Inserts with the correct page ID, and all that happened was that the code I entered appeared at the top of my page above the header..!

Given the number of threads I've read about this issue (although mostly regarding older versions of the theme, so no use to me), I am surprised that the developers haven't included an easier means of toggling titles on specific pages.
  #4  
Old Apr 13, 2011, 04:32 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
If you read Larry's post again, no where does he say to put the HTML in CSS Inserts. He says to put the CSS there.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Apr 13, 2011, 04:47 AM
artaud
 
8 posts · Mar 2011
Quote:
Originally Posted by juggledad
If you read Larry's post again, no where does he say to put the HTML in CSS Inserts. He says to put the CSS there.
I realise that, but he did not specify where exactly to put it. I can't edit the page source directly (at least I don't think so...), but would have to edit one of the files in the "Editor", but which one? "bfa_body_class.php"? "bfa_body_classes.php"? I have read on other threads that it is preferable to use HTML/CSS inserts to make changes (rather than directly editing the CSS), so that they will be carried over in theme updates...

I am rather new to CSS editing, but am trying to do the best I can
  #6  
Old Apr 13, 2011, 05:37 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
CSS goes in 'ATO>Add HTML/CSS Inserts>CSS Inserts'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
[SOLVED] Post Titles not showing up on Single Post Pages? twomomsdesigns Center area post/pages 5 May 7, 2010 01:45 PM
[SOLVED] Removing Post Headline on Multi and Single Post Pages jen Center area post/pages 2 Jan 8, 2010 07:46 AM
[SOLVED] Help Removing Titles or Headlines from Pages rbcs Header configuration & styling 2 Aug 30, 2009 12:22 PM


All times are GMT -6. The time now is 10:42 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.