Hi,
I see the functional stylesheet is missing from the page. This is the stylesheet that aligns all the slides next to eachother.
Could you please tell me what steps you took when setting up the slideshow?
Best regards,
Stefan
Hi,
I think I took the standard steps: install the plugin, create a slideshow and include it in a widget area of the sidebar through the widgets page.
I also tried to insert the short code in a page and the result is the same.
Is there any incompatibility with my theme? I also tried to deactivate all other plugins, but didn’t help.
Thanks a lot for your help.
I think the action that triggers the stylesheet to be loaded somehow isn’t fired. As a temporary solution you could load the stylesheet manually, by including it in your theme’s ‘header.php’ file. You can use this line:
<link rel="stylesheet" href="http://rispower.com/wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPlugin/functional.css?ver=2.2.7" type="text/css" />
I’ll try to fix the issue in version 2.2.8
Ok, that helped. Now the slideshow works perfectly.
Thank you very much!