Great looking module, can't wait to have it on my site. As the title says, I just get "Loading..."

jQuery.extend(Drupal.settings, { "basePath": "/", "NoBlocks": 1, "slideshowcs0": { "imagesCS": [ { "src": "http://kobey.redguides.com/sites/default/files/homeimages/102 Fairfax #3.JPG", "from": "0% 0% 1x", "to": "0% 0% 1x", "time": "2" }, { "src": "http://kobey.redguides.com/sites/default/files/homeimages/IMG_0146.JPG", "from": "0% 0% 1x", "to": "0% 0% 1x", "time": "2" }, { "src": "http://kobey.redguides.com/sites/default/files/homeimages/IMG_0146.jpg", "from": "0% 0% 1x", "to": "0% 0% 1x", "time": "2" } ], "fade": "1" } });

No block cache. / at beginning didn't help. permissions are set.

Are there requirements I'm forgetting? PHP modules I might have left out on the server? I'm pretty stumped. Thanks for any help.

http://kobey.redguides.com/

Comments

sub_ubi’s picture

Category: support » bug
Priority: Normal » Minor

Found the bug. If any image has a space in the file name, prepare for "Loading..."

Glad to have it working now, it's great.

davebv’s picture

Title: "Loading... " nothing but "Loading..." » Not loading when spaces in pictures

I'll have a look at this.
Thanks for reporting.

davebv’s picture

Title: Not loading when spaces in pictures » Not loading when spaces in picture's name
sub_ubi’s picture

No problem! There's also an issue with "#" in the filename. I need to tell my sister to stop with the wacky filenames.

davebv’s picture

Title: Not loading when spaces in picture's name » Not loading when # character in picture's name

In fact, the problem is the # character... I have spaces in my pictures demo and no problem. Thanks for pointing that out.

merro’s picture

Priority: Minor » Normal

I have no spaces or # character's and i'm getting the " loading.." as well

jQuery.extend(Drupal.settings, { "basePath": "/today/", "NoBlocks": 1, "tabs": { "slide": false, "fade": false, "speed": "slow", "auto_height": false, "next_text": "next", "previous_text": "previous" }, "tableDrag": { "blocks": { "block-region-select": [ { "target": "block-region-left", "source": "block-region-left", "relationship": "sibling", "action": "match", "hidden": false, "limit": 0 }, { "target": "block-region-right", "source": "block-region-right", "relationship": "sibling", "action": "match", "hidden": false, "limit": 0 }, { "target": "block-region-content", "source": "block-region-content", "relationship": "sibling", "action": "match", "hidden": false, "limit": 0 }, { "target": "block-region-header", "source": "block-region-header", "relationship": "sibling", "action": "match", "hidden": false, "limit": 0 }, { "target": "block-region-footer", "source": "block-region-footer", "relationship": "sibling", "action": "match", "hidden": false, "limit": 0 }, { "target": "block-region--1", "source": "block-region--1", "relationship": "sibling", "action": "match", "hidden": false, "limit": 0 } ], "block-weight": [ { "target": "block-weight-left", "source": "block-weight-left", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 }, { "target": "block-weight-right", "source": "block-weight-right", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 }, { "target": "block-weight-content", "source": "block-weight-content", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 }, { "target": "block-weight-header", "source": "block-weight-header", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 }, { "target": "block-weight-footer", "source": "block-weight-footer", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 }, { "target": "block-weight--1", "source": "block-weight--1", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 } ] } }, "slideshowcs0": { "imagesCS": [ { "src": "http://taxtoday.com.au/today/sites/default/files/images/slideshow/chains...", "from": "0% 0% 1x", "to": "0% 0% 1x", "time": "2" }, { "src": "http://taxtoday.com.au/today/sites/default/files/images/slideshow/crocod...", "from": "0% 0% 1x", "to": "0% 0% 1x", "time": "2" }, { "src": "http://taxtoday.com.au/today/sites/default/files/images/slideshow/knife.jpg", "from": "0% 0% 1x", "to": "0% 0% 1x", "time": "2" } ], "fade": "1" } });
//-->

Any idea's?

Thanks
Merro

merro’s picture

I've worked it out,

I created a folder in the root called images/slideshow and put the pictures there. The pictures showed up in the settings when i was configuring the block and had it the path set to image/slideshow, but looking at the source code, it is still refering to the default image location, i copied the files there and hey presto!

Maybe you should specify that the images HAVE to be in that location, the path in the settings finds the files but the slideshow doesn't?

davebv’s picture

Mmm that seems to be a different bug, please, report it in a different issue. Which version are you using? Thank you.

davebv’s picture

Status: Active » Closed (won't fix)

filenames should not have # character.