The issue is because of your theme,
Please take a look at
http://codex.wordpress.org/Function_Reference/wp_footer
According to wordpress theme design guidelines
Always have wp_footer() just before the closing </body>
tag of your theme, or you will break many plugins, which
generally use this hook to reference JavaScript files.
So Make sure, in
Apperance >> Editor
Footer.php
the <?php wp_footer(); ?> is placed just before the </body> tag.
I’m experiencing the same problem except when I go directly to the page it works fine but when I click the page from the home page it only shows the last image.
I tried this & deactivating the plug ins still nothing.
See for yourself at
http://www.cassette.la
@cassette LA: If you require assistance then, as per the Forum Welcome, please post your own topic.
I have the same issue. My images are not rotating in the slideshow. I am just using basic short code – [slideshow id=1].
The pages is http://www.nondenominationalweddings.org.
It worked fine a few versions of WP ago. I am running WordPress 3.9.1 running Aspen theme.