Already follow the instruction, but the block didn't show anything.
It only show "Loading.." text
Really need help....
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | file system.jpg | 31.88 KB | strangerman |
| #7 | slideshow config.jpg | 43.13 KB | strangerman |
| Clipboard01.png | 21.83 KB | strangerman |
Comments
Comment #1
davebv commentedCould you provide the javascript chunk in the section which says "jQuery.extend(Drupal.settings,......" So I can see what is really happening.
Thanks.
Comment #2
davebv commentedComment #3
strangerman commentedSorry I completely newbie in the programming thing. Could you guide me, what is the exact files that contain those javascript ("jQuery.extend(Drupal.settings,......")? so I can show to you..?
Comment #4
davebv commentedIn the page you are seeing the "loading..." text, if you are using firefox, right button clic and press "view page source". Then, a window should pop up with the source.
There is a section almost on the top of the page, and there is a chunk that says "jQuery.extendt(..." etc.
Copy the whole line and post it here, so I can see te variables from the slideshowcs module.
Comment #5
strangerman commentedHere they are...
looks like the path is wrong, should be "http://www.gepembri.com/sites/default/files/slideshow/5.jpg" as per I have assign in the configure section. So anything I can do?
Comment #6
davebv commentedThanks for posting it.
I suppose your filesystem is in sites/default/files/, right?
Could you post the settings for the page admin/settings/file-system (the file system path)
And also the settings for the slideshowcs block. (Most important path is the picture folder)
Then I will be able to "track" what is happening in your setup.
Thanks
Comment #7
strangerman commentedHere they are....
Comment #8
Kevin10EC commentedI'm having the same exact problem . . . . Here is my source code:
Comment #9
davebv commentedAha, I see strangerman, you have a private file system, right? (I will look into this... to find a solution)
Kevin10EC, do you have also a private file system?
Comment #10
Kevin10EC commentedNo, actually I have a public file system. Here are my settings:
File system path: sites/default/files
Temporary directory: /tmp
Download method: Public - files are available using HTTP directly.
I did notice in the source code a path that included " . . . /files/files/ . . . " That looks strange.
--Kevin
Comment #11
Kevin10EC commentedPROBLEM SOLVED . . .
We discovered that the path in our "Pictures folder" field was wrong. We had thought that all we needed to specify was the portion beyond the "default" path.
So, the path we had (wrongly) specified was: /files/slideshow
The path we should have specified was: sites/default/files/slideshow
Now, it works just fine. Thanks for helping us examine and re-examine things.
Kevin
Comment #12
davebv commentedOk! glad it worked. I am rewriting the way the path is taken so as to make it more clear and easier to set up.
Comment #13
Arshad Vayani commentedsame problem here. I am using private download method.
Waiting for new version!!
Thanks a lot for developing a wonderful module :)
Comment #14
Kevin10EC commented