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 » Header configuration & styling »

Banner Issue


  #1  
Old Feb 3, 2009, 02:25 PM
andrereu
 
1 posts · Feb 2009
Hi...
Iīd really like this theme.. the only really good for WP...
Just want to know if thereīs a way to put a banner code (with a plugin or widget or something, doesnīt matter how) but that the code could be put on the header, like on this site (www.praiasdoparana.com.br - itīs not WP site... just to show the place of the banner) think like the image was the rotated one on atahulpa 3 and the banner stay on top of it...

Sorry if I was not very clear, but Iīm a native portuguese speaker.. english itīs not very easy for me..
  #2  
Old Feb 3, 2009, 03:46 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You would have to manually re-apply these changes when you update to a newer version of Atahualpa:

In bfa_header_config.php, around line 167 -173, find:

PHP Code:
        // END: If Header Opacity 
        
if ( $bfa_ata_overlay_blog_title == "Yes" OR $bfa_ata_overlay_blog_tagline == "Yes" ) {
        
$header_image .= '<div class="titleoverlay">' 
            ( 
$bfa_ata_overlay_blog_title == "Yes" '<h1 class="blogtitle"><a href="' get_option('home') . '/">' get_bloginfo('name') . '</a></h1>' '' ) . 
            ( 
$bfa_ata_overlay_blog_tagline == "Yes" '<p class="tagline">' get_bloginfo'description' ) . '</p>' '' ) . 
            
'</div>';
        } 
and replace with:
PHP Code:
        // END: If Header Opacity 
        
if ( $bfa_ata_overlay_blog_title == "Yes" OR $bfa_ata_overlay_blog_tagline == "Yes" ) {
        
$header_image .= '<div class="titleoverlay"> 

       .... GOOGLE ADSENSE CODE HERE ....

        </div>'
;
        } 
  • If the Adsense code contains single quotes replace them with double quotes ' --> "
  • To position & style the container for the Adsense ad, use Atahualpa Theme Options -> Header Image -> Overlayed Blog Title/Tagline Style
  • The header image would have to be enabled (include %image at Header -> Configure Header Area)
  • Header Image -> Overlay Blog TITLE over Header Image(s)? would have to be set to "Yes"

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue with Sociable in 3.4.1 adum New Versions, & Updating 3 Aug 31, 2009 05:28 PM
Banner in Header oceanrace Header configuration & styling 3 Jul 7, 2009 04:06 PM
WP 2.7.1 Upgrade Issue chiaxiong New Versions, & Updating 3 Apr 1, 2009 05:35 AM
IE issue c32v Atahualpa 3 Wordpress theme 1 Feb 11, 2009 05:16 AM
Banner Question cnhzcy14 Atahualpa 3 Wordpress theme 3 Feb 7, 2009 11:17 AM


All times are GMT -6. The time now is 12:04 AM.


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