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 » Old Version fixes and change logs »

BUGFIX 364-04: Tagline will show when Overlay Blog TITLE over Header Image(s)? = yes


  #1  
Old Feb 19, 2011, 05:09 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
If the option 'Overlay Blog TITLE over Header Image(s)?' is set to YES, the Tag line will also overlay the header image even if the option 'Overlay Blog TAGLINE over Header Image(s)?' is set to 'No'


This is caused by a missing set of brackets in an 'IF' statement. This error was introduced in 3.6.0.

To fix it, edit bfa_header_config.php and change lines 344-345 from
HTML Code:
			if ( $bfa_ata['overlay_blog_tagline'] == "Yes" ) 
				echo '<p class="tagline">'; bloginfo('description'); echo '</p>';
to
HTML Code:
			if ( $bfa_ata['overlay_blog_tagline'] == "Yes" ) {
				echo '<p class="tagline">'; bloginfo('description'); echo '</p>';
			}
or you can download and unzip the attached file and upload it to your host. Put it in the 'atahualpa/functions' folder replacing the original.
bfa_header_config.php.zip
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
BUGFIX 364-01: “Title tags in Category Menu Bar” fails to remove muti-line title juggledad Old Version fixes and change logs 2 Feb 10, 2011 03:47 PM
Once more: Overlay Blog Title/Tagline radlwadl Header configuration & styling 7 Feb 2, 2011 07:13 AM
Overlay blog tagline over header image disappears when using javascript mvheun Header configuration & styling 3 Dec 13, 2010 04:07 AM
[SOLVED] For the life of me, I can't overlay the blog title in the header image? weightlosscoach Header configuration & styling 2 Mar 20, 2009 08:24 AM


All times are GMT -6. The time now is 06:38 AM.


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