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 »

SWF - Flash Logo


  #1  
Old Feb 22, 2009, 09:34 AM
Longtail
 
7 posts · Feb 2009
Is there a way to embedded a flash file instead of a JPeg as a logo?
  #2  
Old Feb 22, 2009, 11:28 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Do you want to replace the rotating header image(s) or the logo on the left side of the blog title?

To replace the header images, turn off the default rotating header image at Theme Options -> Header and put the code for the flash into header.php around line 886 right after
PHP Code:
<?php bfa_header_config($bfa_ata_configure_header); ?>


The logo on the left side of the blog title is defined in bfa_header_config.php, around line 53

PHP Code:
        $logo_area .= '<td ' $header_rowspan 'valign="middle" class="logoarea-logo"><a href="' get_option('home') . '/"><img class="logo" src="'

and around line 79-81

PHP Code:
                $logo_area .= get_bloginfo('template_directory') . '/images/' $bfa_ata_logo '" alt="' get_bloginfo('name'); 
                } 
    
$logo_area .= '" /></a></td>'



  #3  
Old Feb 23, 2009, 08:10 AM
Longtail
 
7 posts · Feb 2009
Flynn --
Thank you very much for the help. The code is beyond my expertise, but I have a developer pal that I hope will make sense of it.

I'd actually like to have both the logo and the 'image' rows contain flash and I believe your response addressed both.

THANKS again -- GREAT! Theme! ...
  #4  
Old Feb 26, 2009, 10:04 AM
monardo
 
10 posts · Feb 2009
Quote:
Originally Posted by Flynn
To replace the header images, turn off the default rotating header image at Theme Options -> Header and put the code for the flash into header.php around line 886 right after
PHP Code:
<?php bfa_header_config($bfa_ata_configure_header); ?>
Hy Flynn... I've been trying to do as you said with no results! I am not a programmer, but I understand just a little bit of code. At this point I have some questions:

1- How do I "turn off the default rotating header image at Theme Options -> Header" If i delete the %image at Configure Header Area I just don't see the area.
2- I've put the code for the flash right after the line you mention... but nothing happens. Here is the code as I put it:

Code:
<?php bfa_header_config($bfa_ata_configure_header); ?> 
        
        <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','200','src','images/header/Definizione','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/header/Definizione' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="200">
  <param name="movie" value="images/header/Definizione.swf" />
  <param name="quality" value="high" />
  <embed src="images/header/Definizione.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="200"></embed>
</object></noscript>
        </td>
What am I doing wrong?

Thanks a lot for your time and pacience!

Ps: the link to the blog is http://leadershit.net/
  #5  
Old Feb 26, 2009, 10:34 AM
monardo
 
10 posts · Feb 2009
Ok... sorry... problem found and solved... I forgot to load AC_RunActiveContent.js
  #6  
Old Feb 28, 2009, 12:37 PM
Longtail
 
7 posts · Feb 2009
Hi Flynn,
Got the logo working in the header, too ... no need to respond....

Thanks again!

Last edited by Longtail; Mar 3, 2009 at 03:30 PM. Reason: was able to modify the bfa_header_config.php file.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Putting Flash between %logo and %menu eyup Header configuration & styling 9 May 27, 2010 04:24 AM
Switch positions of logo and search box? Logo on right side DogBot Header configuration & styling 1 Jun 12, 2009 10:17 AM
How to insert swf in place of jpeg!!! Zyama Header configuration & styling 0 Mar 15, 2009 02:42 AM
Centering my logo better/adding a second logo jockoe Header configuration & styling 4 Mar 4, 2009 07:32 AM
swf in header mesti Header configuration & styling 0 Feb 12, 2009 02:56 PM


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


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