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 » New Versions, & Updating »

Headline disappearing on single-post pages.


  #1  
Old Jul 9, 2009, 06:12 AM
Matt Butts's Avatar
Matt Butts
 
1 posts · Jul 2009
St. Louis Park, Minnesota, USA
With v 3.4 I notice that the headline does not appear on single post pages when I make a new post. It is there on older posts, and came back when I changed back to the previous version.
  #2  
Old Jul 9, 2009, 07:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Ah ha the key (new posts have the error, old posts are fine.

there is a new Atahualpa feature with 3.4 in dashboard->posts->edit-> Atahualpa Post Options. It seems that the upgrade automatically adds the 'post title' to 'Body Title' and it looks like that is where Atahualpa is grabbing the title for each post from. On a new post, the field is not automatcally filled in and so you get a blank title.

to fix this, edit bfa_post_parts.php and change lines 75-79 from
HTML Code:
	if ( is_single() OR is_page() ) {
		global $post;
		$bfa_ata_body_title =get_post_meta($post->ID, 'bfa_ata_body_title', true);
		$bfa_ata_body_title_saved =get_post_meta($post->ID, 'bfa_ata_body_title_saved', true);
	}
to
HTML Code:
	if ( is_single() OR is_page() ) {
		global $post;
		$bfa_ata_body_title =get_post_meta($post->ID, 'bfa_ata_body_title', true);
		if (!$bfa_ata_body_title == '') {
			$bfa_ata_body_title_saved =get_post_meta($post->ID, 'bfa_ata_body_title_saved', true);
		}
	}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 9, 2009, 03:05 PM
Paleo Pat's Avatar
Paleo Pat
 
34 posts · Jan 2009
Detroit, Michigan
Send a message via ICQ to Paleo Pat Send a message via AIM to Paleo Pat Send a message via Yahoo to Paleo Pat
That fixed it here... Woo Hoo!
  #4  
Old Jul 9, 2009, 07:10 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Wonderful

Thank you, and added for 3.4.1
  #5  
Old Jul 10, 2009, 02:11 AM
Paleo Pat's Avatar
Paleo Pat
 
34 posts · Jan 2009
Detroit, Michigan
Send a message via ICQ to Paleo Pat Send a message via AIM to Paleo Pat Send a message via Yahoo to Paleo Pat
No problem. I just couldn't for the life of me figure out what was making it do that...

Anyhow, It's fixed, and I'm quite the happy camper!
  #6  
Old Jul 11, 2009, 08:37 AM
Fux
 
142 posts · Apr 2009
Well, now (with 3.4.1) it seems to be impossible to display no Page title on individual pages. That was possible with 3.4.0. Atahualpe won't accept empty fields neither for "Body Title" nor for "bfa_ata_body_title" - in both cases picking the original Post Title from Wordpress.
I don't think that was what the developer intended, was it?
  #7  
Old Jul 11, 2009, 09:15 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by Fux
Well, now (with 3.4.1) it seems to be impossible to display no Page title on individual pages. That was possible with 3.4.0. Atahualpe won't accept empty fields neither for "Body Title" nor for "bfa_ata_body_title" - in both cases picking the original Post Title from Wordpress.
I don't think that was what the developer intended, was it?
Looking into it and will fix in 3.4.2 to be released 7-12-2009 Sunday

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


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] Recent posts of same category, on single post pages GeoParadise Atahualpa 3 Wordpress theme 10 Apr 19, 2010 08:54 AM
[SOLVED] Next post and previous post links on top of single post page error susieswe Atahualpa 3 Wordpress theme 2 Jul 15, 2009 02:58 PM
Disappearing post text IE6 dedblank Atahualpa 3 Wordpress theme 4 Jun 16, 2009 05:53 AM
Footer on Single Post Pages > some of it is missing StudioGal Post-Kicker, -Byline & -Footer 10 May 8, 2009 12:31 PM


All times are GMT -6. The time now is 05:28 AM.


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