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.
Comments
Comment #1
sub_ubi commentedFound the bug. If any image has a space in the file name, prepare for "Loading..."
Glad to have it working now, it's great.
Comment #2
davebv commentedI'll have a look at this.
Thanks for reporting.
Comment #3
davebv commentedComment #4
sub_ubi commentedNo problem! There's also an issue with "#" in the filename. I need to tell my sister to stop with the wacky filenames.
Comment #5
davebv commentedIn fact, the problem is the # character... I have spaces in my pictures demo and no problem. Thanks for pointing that out.
Comment #6
merro commentedI 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
Comment #7
merro commentedI'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?
Comment #8
davebv commentedMmm that seems to be a different bug, please, report it in a different issue. Which version are you using? Thank you.
Comment #9
davebv commentedfilenames should not have # character.