Forums › Forums › Templates and themes › drop down not working
- This topic has 4 replies, 2 voices, and was last updated 14 years, 11 months ago by imported_Ryan.
-
AuthorPosts
-
December 23, 2009 at 1:20 am #1147alanSMember
Hi Ryan,
first thanks for what looks like a great plugin ” title=”Smiley” />My problem is that, even though I have created and installed a theme using your Theme Generator and installed the PixoPoint Menu plugin, I can’t get the dropdown menu to appear ” title=”Undecided” />
http://sirianrevelations.net/wordpress/
Any help would be gratefully received.
December 23, 2009 at 8:23 am #7455imported_RyanMemberGreat looking site!
Your embed code was messed up. In particular it needed Flash set to transparent … https://geek.hellyer.kiwi/forum/http://local … 98#msg6098
[code:24jvihb9]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="1024" height="255" id="/images/sirian_header.swf" align="">
<param param="wmode" value="transparent" / >
<param param="movie" value="/images/sirian_header.swf" />
<param param="quality" value="high" />
<param param="bgcolor" value="#000000" />
<embed src="/images/sirian_header.swf" wmode="transparent" quality="high" bgcolor="#000000" width="1024" height="255" name="/images/sirian_header.swf" ALIGN="" TYPE="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>[/code:24jvihb9]December 23, 2009 at 9:55 pm #7456alanSMemberHi Ryan,
thanks for your help, however there’s still a problem.Your fix works well in Firefox, but in the 2 versions of IE i’m running (Vista & XP) the dropdown still doesn’t work and the header has disappeared….
December 23, 2009 at 10:37 pm #7457alanSMemberHi Ryan,
I did a little research based on your response and found that, although your fix didn’t work in IE, you were on the right track. In fact the following code got everything working in both Firefox and IE….<OBJECT
CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
ID="sirian_header.swf"
WIDTH="400"
HEIGHT="300">
<param name="Movie" value="/images/sirian_header.swf">
<param name="Src" value="/images/sirian_header.swf">
<param name="WMode" value="Transparent">
<param name="Play" value="-1">
<param name="Loop" value="-1">
<param name="Quality" value="High">
<param name="Menu" value="-1">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="BGColor" value="000000">
<param name="Stacking" value="below">
<embed NAME="Sample" SRC="/images/sirian_header.swf"
WMODE="Transparent"
PLAY="true"
LOOP="true"
QUALITY="high"
BGCOLOR="#000000"
SCALE="showall"
WIDTH="1024"
HEIGHT="255"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Shockwaveflash">
</OBJECT>Thanks again for your help
Alan S
December 24, 2009 at 4:03 am #7458imported_RyanMemberGlad to hear you got it working ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.