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 »

[SOLVED] Having problems with rotating header image and tagline in upgrade from 3.5.3


 
Prev Previous Post   Next Post Next
  #1  
Old Feb 15, 2011, 02:52 PM
threedogmoon
 
28 posts · May 2010
NYC
Unhappy [SOLVED] Having problems with rotating header image and tagline in upgrade from 3.5.3

The website is http://www.pupsdaily.com

Problem with header image: At one point it shows no image at all for some reason (only shows background).

Problem with tag line: It keeps showing the tag line even though I have it set to off. This wasn't a problem in 3.5.3

I made the following mods to bfa_header_config.php in Atahualpa 3.5.3 to show my logo up over the left sidebar:

Line 334:
Code:
// END: If Header Opacity 

	if ( $bfa_ata['overlay_blog_title'] == "Yes" OR $bfa_ata['overlay_blog_tagline'] == "Yes" ) {
		echo '<div class="titleoverlay"><a href="http://www.pupsdaily.com"><img class="logo"
  src="http://www.pupsdaily.com/wp-content/themes/atahualpa/images/logo.png" 
alt="Helping Dogs find Homes" /></a>'; 
		if ($bfa_ata['overlay_blog_title'] == "Yes") {
			echo '<h' . $bfa_ata['h_blogtitle'] . ' class="blogtitle"><a href="'; bloginfo('url'); echo '/">'; 
			bloginfo('name'); echo '</a></h' . $bfa_ata['h_blogtitle'] . '>';
		}
		if ($bfa_ata['overlay_blog_tagline'] == "Yes") {
			echo '<p class="tagline">'; bloginfo('description'); echo '</p>';
		}
		echo '</div>';
I made these changes to bfa_header_config.php in Atahualpa 3.6.4:
Line 333:
Code:
// END: If Header Opacity 

		if ( $bfa_ata['overlay_blog_title'] == "Yes" OR $bfa_ata['overlay_blog_tagline'] == "Yes" ) 
		{
			echo '<div class="titleoverlay"><a href="http://www.pupsdaily.com"><img class="logo"
  src="http://www.pupsdaily.com/wp-content/themes/atahualpa/images/logo.png" 
alt="Helping Dogs find Homes" /></a>'; 
			
			if ( $bfa_ata['overlay_blog_title'] == "Yes" ) {
				echo '<h' . $bfa_ata['h_blogtitle'] . ' class="blogtitle"><a href="' . $homeURL . '/">'; 
				bloginfo('name'); echo '</a></h' . $bfa_ata['h_blogtitle'] . '>';
			}
			
			if ( $bfa_ata['overlay_blog_tagline'] == "Yes" ) 
				echo '<p class="tagline">'; bloginfo('description'); echo '</p>';

			echo '</div>';
I appreciate the help, and I have donated!
 

Bookmarks

Tags
config, header, image, logo, tag line

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
rotating header image not working after images/header folder delete cpickeri Header configuration & styling 7 Oct 12, 2011 05:03 AM
Rotating headers cover up overlaid tagline Stevesamps Header configuration & styling 2 Sep 13, 2010 12:20 AM
Thanks for JS header image rotating Colorblinded Header configuration & styling 2 May 12, 2010 01:42 PM
rotating image header- more than one? ortixia Header configuration & styling 1 Nov 26, 2009 06:24 PM


All times are GMT -6. The time now is 02:27 PM.


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