Hi,

I put on my website (on Drupal 7) the Slideshow Creator module in order to have the possibility to add slideshows anywhere in my pages.
I read the instructions, and I added

[slideshow: 2, height=300, width=300, img=|http://www.xxxxxxxx.jpg|www.aaa.fr|Diapo essai 1|fffffff|_blank|, img=|http://www.xxxxxxxx.jpg|www.aaa.fr|Diapo essai 1|fffffff|_blank|]

The title, the link, the description appear, but not the images.

I repaleced the right URL of the images by xxxxxx, but I have verified already if the path is ok, and it is beacause the image appear when I write the url in my browser.

What's wrong please?

Thanks.

Comments

nevets’s picture

Do your image paths really look like http://www.xxxxxxxx.jpg? They at least need a proper domain name and file name, some thing like http://www.xxxxxxxx.com/someimage.jpg (this would work if the images are in the root of your site, probably not the best place.

sophie30’s picture

Hi,
No it is for the exemple, i have verified the path.

The exactly string that I put is [slideshow:2, img=|http://www.atp-laboratoire.fr/drupal/sites/default/files/01beaucaire.jpg|LINK|TITLE|DESCRIPTION|TARGET|, img=|http://www.atp-laboratoire.fr/drupal/sites/default/files/01beaucaire.jpg|LINK|TITLE|DESCRIPTION|TARGET|]

What's wrong ??

donSchoe’s picture

could you link your example-slideshow? i had similar issues.
try this workaround: http://drupal.org/node/1343976#comment-5381184

removing Convert line breaks into HTML (i.e. <br> and <p>) option from the text format which the slideshow creator is using fixes this issue.

and report back :)

eljakeo’s picture

Thanks for posting the link to this issue here! I had the same issue and this solution worked. I would like to see them at least add this to the documentation since it is probably an issue for everyone installing on Drupal 7, unless there is a way to actually fix it.

rhouse’s picture

Status: Active » Fixed

Fixed in version 7.x-1.3. The only problem seemed to be a conflict with the "Convert line breaks to HTML" filter.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

snoopz1’s picture

I have to disable/uncheck
"Convert URLs into links"

because drupal convert image url of slideshow into a link
and that interfere syntax of [slideshow
, img=|http://www.xxxx.com/pic.jpg|

result in slideshow have img src="blank"