Support » Plugin: Kimili Flash Embed » 3.9 broke the plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m in the same boat – 3.9 has killed all Flash embeds on one of my sites, so I’m frantically looking for an alternative. If anyone knows a fix or work-around – it would be much appreciated.

    Once we upgraded to 3.9 our flash embed on our home page broke. Is there a fix or work around without going back to the old version of wordpress?

    Just found the solution by reading though many support threads.

    This was an issue with the shortcode I placed in my home.php file (outside the post editor).

    I had to use:
    <?php echo do_shortcode(‘[acx_slideshow name=”Homepage Carousel” height=”320px” width=”380px” align=”left”]’); ?>

    instead of:
    [acx_slideshow name=”Homepage Carousel” height=”320px” width=”380px” align=”left”]

    // Use this shortcode in PHP files.
    echo do_shortcode(‘[gallery]‘);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3.9 broke the plugin’ is closed to new replies.