Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] quick one - flash in the header (http://forum.bytesforall.com/showthread.php?t=1476)

mcphoto Apr 29, 2009 02:10 PM

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

Flynn Apr 29, 2009 06:53 PM

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']); ?>


mcphoto Apr 30, 2009 07:57 AM

Thanks Flynn, that did it. I'll make a note of that change - MC


All times are GMT -6. The time now is 04:16 PM.

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