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 »

[SOLVED] Somehow the option "NO" for the BLOG TITLE and the BLOG TAGLINE don't work


 
Prev Previous Post   Next Post Next
  #1  
Old Mar 24, 2009, 02:54 AM
justbridge
 
1 posts · Mar 2009
Germany
[SOLVED] Somehow the option "NO" for the BLOG TITLE and the BLOG TAGLINE don't work

Hi everybody,

on my site (http://nadia-eddi.de) I don't want the blog title to be shown in the header, because it is included in the header image. So I tried the option "NO" for not showing the blog title in the theme's settings. But unfortunately it didn't work. It would be great if somebody could help me out!


I even tried to remove this code in the file bfa_header_config.php:
PHP Code:
if ( $bfa_ata_blog_title_show == "Yes" OR $bfa_ata_blog_tagline_show == "Yes" ) {
$logo_area .= '<td ' $header_rowspan 'valign="middle" class="logoarea-title">';
                if ( 
$bfa_ata_blog_title_show == "Yes" ) {
                
$logo_area .= '<h1 class="blogtitle"><a href="' get_option('home') . '/">' get_bloginfo('name') . '</a></h1>';
                }
                if ( 
$bfa_ata_blog_tagline_show == "Yes" ) {
                
$logo_area .= '<p class="tagline">' get_bloginfo'description' ) . '</p>';
                }
$logo_area .= '</td>';

Nothing changed.

Ok, I finally could remove it. I deleted the following code in the same file mentioned above:
PHP Code:
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>';

But still it actually should work without deleting this code, shouldn't it?

Last edited by justbridge; Mar 24, 2009 at 03:17 AM. Reason: I tried some more to get the problem solved myself and found one way to solve my problem.
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Redirect Loop" Issue When Clicking ANY blog link!!?? River2Horses Atahualpa 3 Wordpress theme 5 Sep 29, 2010 02:47 PM
[SOLVED] How so I change the &quot;blog title&quot; link? Scoop The Dirt Header configuration & styling 2 Oct 25, 2009 11:48 PM
[SOLVED] Blog Title and Tagline odoblog Header configuration & styling 4 Jul 9, 2009 06:22 PM
[SOLVED] Blog title still showing even though I selected &quot;No&quot; to Show Blog title PrettyChicky Header configuration & styling 2 Jun 18, 2009 07:43 PM
How to put tagline along with blog title to show as the browser title? Oracle Atahualpa 3 Wordpress theme 2 May 7, 2009 10:32 AM


All times are GMT -6. The time now is 06:37 PM.


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