drop down not working

Forums Forums Templates and themes drop down not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1147
    alanS
    Member

    Hi Ryan,
    first thanks for what looks like a great plugin <img decoding=” 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  <img decoding=” title=”Undecided” />

    http://sirianrevelations.net/wordpress/

    Any help would be gratefully received.

    #7455

    Great 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]

    #7456
    alanS
    Member

    Hi 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…. :-[

    #7457
    alanS
    Member

    Hi 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&quot;
      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"&gt;
    </OBJECT>

    Thanks again for your help

    Alan S

    #7458

    Glad to hear you got it working <img decoding=” title=”Smiley” />

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.