• Katie

    (@katiemccartneygmailcom)


    From the admin page, the wmode always goes back to transparent, which is what I want so that the swf is in the background and doesn’t interfere with my drop-down menu, but it wasn’t working. I had to manually edit the php to say transparent.

    If anyone is looking for a workaround, edit wp-carouselslideshow.php, line 39:

    Before:
    wmode: “<?php echo $temp[‘wmode’];?>”

    After:
    wmode: “transparent”

    http://wordpress.org/extend/plugins/wp-carouselslideshow/

Viewing 1 replies (of 1 total)
  • Thread Starter Katie

    (@katiemccartneygmailcom)

    You don’t need to do the above. The fix is to edit wp-carouselslideshow.php, around line 130:

    After </progress>, before </settings>, add:
    <wmode>”.$_POST[“wmode”].”</wmode>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Carousel slideshow] wmode doesn't work – interferes with drop-down menu’ is closed to new replies.