Needs review
Project:
Slide Show CS
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2010 at 17:46 UTC
Updated:
14 Jul 2011 at 10:31 UTC
sites/default/files/imagecache/bara_laterala/imagini-destinatii/adminz/
this is my path that i set up in the Slideshow CS block configuration. The files in the specified directory are read and they display ok, but in the frontpage only. On the rest of the pages the slideshow cs block is displaying only: "Loading images..."
Comments
Comment #1
zet commentedon other pages:
on front page
Comment #2
davebv commentedyou seem to have two slideshowcs blocks. Are both intended to be displayed in every page?
Comment #3
zet commentedYes there are 2 slideshows on the frontpage. One of the slideshow that you see on the front page is actually generated from Views Slideshow DDblock module ( http://drupal.org/project/views_slideshow_ddblock ).
This slideshow (ddblock) is the one that I want to keep only on frontpage, even if is working on all other pages.
The Slideshow CS block is the one that i want to use on other pages than the frontpage, but i see it works only on front page. This bug is not related to any conflicts with the Views slide show ddblock module as i tried with this one disabled too.
Comment #4
davebv commentedThis seems odd to me. Both blocks have slideshowcs labels, which means are generated with slideshow CS module.... Do you have your site available for viewing it live?
Comment #5
dave_be commentedI'm having the exact same issue, works perfect on frontpage but disappears on node pages:
http://www.benelux-pet.eu/node/3
Comment #6
davebv commentedThat is really strange, I see your page and nothing wrong there... and no errors in the console.
I think I know where the problem is, but no so sure. The links generated to the src images are not absolute. And then the script does not find them. I will have a look at this.
Comment #7
dave_be commentedI've managed to fix the issue by changing the following code slideshowcs.module line 152:
to
Comment #8
zet commentedHello Dave, url is www.airtransilvania.ro/index.php.
As I said in previous post too,
-ddblock is only for first page,
and
-your module, Slide Show CS, is the one that I want it on every page.
Comment #9
lnerad-1 commentedI am also having the same problem. I have 5 different slide shows using your module. The only one that works is on the front page all the other pages say "Loading ...." I tried the fix to the slideshowcs.module and none of my slideshows work then.
Comment #10
davebv commented@Inerad do you have drupal in a subdir? like example.com/drupal/
I think the problem could be that. Working on a patch, so in a few days you will be able to test it.
Thanks for the reports
Comment #11
davebv commentedplease, test the latest 2.x-dev version
Comment #12
murxs commentedDear all,
i have the same problems with the Slideshow CS module. It appered only on the front page.
I have tested the new version and now the pictures are not displayed on any page ... it just says "loading".
To install the new version i have deleted the old one and replaced it with the new version. The path to my pictures was somehow saved, even i cleared all chaches.
If i can help with testings i would do so. I had it up and running before i made a new installation (completly new)
Thanks for any help on this.
Regards
Sven
Comment #13
davebv commentedMay you tell me which version did you tried before (the one that was working for every page)
In the latest dev version there is something wrong, thanks for testing. Anyway, please only use that for testing purposes, not on production sites... since I am still working on solving the issue.
When I find time to try new code, I will let you know. Thanks for the testing!
Comment #14
murxs commentedHello,
well i only downloaded the latest version from drupal.org, which might be the one from 22 March 2010. I am working on my homepage since a few weeks to get everything up and running (not all the time of course).
Would it perhaps work to take the version from 24 December 2008 ?
[EDIT] I have tried the 24/12/08 version and it seems to work. But features like set a link to a dedicated page do not work and the administration is not in the block section (which is no real problem).
If i can assist with furhter testing i will be glad to do so.
Regards
Sven
Comment #15
lnerad-1 commenteddavebv,
My drupal does reside in a subdir. I am trying to create 5 different slide shows to show on different section of my site. I tried the dev version and I now have 2 working slide shows. It is the first two I created. I am happy to test anything you have, as my site is not live yet.
Thanks
LNerad
Comment #16
davebv commentedplease, test the 2.11 version and let me know if the problem still exsist. thanks for the patience
Comment #17
ilya1st commented@dave_be
Add base_path() is better way. at all, module code is dirty and awfull