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] quick one - flash in the header


  #1  
Old Apr 29, 2009, 02:10 PM
mcphoto
 
120 posts · Apr 2009
Hi all - plenty of posts here regarding flash in the header, seems straightforward.

However, though I got my SWF to appear in the right place and size, it's killed the menu bar -

In Configure Header Area, I only have this inserted:

%pages

Not using bars, etc - here's a link, and the code in the header file:

http://havenwoodtexas.com/wordpress/

<tr>

<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">
<div style="height: 432px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="820" height="432"><param name="movie" value="http://havenwoodtexas.com/wordpress/wp-content/themes/atahualpa332/images/hdr-1.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://havenwoodtexas.com/wordpress/wp-content/themes/atahualpa332/images/hdr-1.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="820" height="432"></embed></object>
</div>
<?php bfa_header_config($bfa_ata_configure_header); ?>

</td>
<!-- / Header -->


I've tried the embed above and below the "<?php bfa_header_config" line.

I added the DIV to get rid of the break after the SWF, but the menu was missing without it as well.

Any ideas? thanks!
  #2  
Old Apr 29, 2009, 06:53 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In 3.3.2 all theme option variables have changed from $bfa_ata_option_name to $bfa_ata['option_name']

Replace
PHP Code:
<?php bfa_header_config($bfa_ata_configure_header); ?>
in your code with
PHP Code:
<?php bfa_header_config($bfa_ata['configure_header']); ?>
  #3  
Old Apr 30, 2009, 07:57 AM
mcphoto
 
120 posts · Apr 2009
Thanks Flynn, that did it. I'll make a note of that change - MC

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash content in header image iain Header configuration & styling 5 May 18, 2011 07:27 AM
Inserting Flash into Header - Will not Load gotogirl1113 Header configuration & styling 3 Jun 23, 2009 07:51 PM
Almost done - flash vs. images in header mcphoto Header configuration & styling 13 May 12, 2009 03:20 PM
Quick question regarding shortcode/snippet in header chirop Plugins & Atahualpa 0 Mar 24, 2009 11:16 AM
Flash in place of rotating images in header frankrizzo5150 Header configuration & styling 7 Feb 21, 2009 12:04 PM


All times are GMT -6. The time now is 09:33 PM.


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