Posted by dosch on August 19, 2009 at 11:12am
Jump to:
| Project: | Couloir Slideshow |
| Version: | 6.x-1.6 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dosch |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Hi!
The Problem is when I logged in, Couloir Slideshow (with Lightbox2 for effects) works fine.
But when I log out, the image losts and text 'Previous View Photo Next' appears.
I cleaned site- & browser cashes, reinstalled modules, checked Couloir Slideshow settings, launched crone and update.php - nothing helps.
Thanks in advance for your answer.
Comments
#1
#2
After testing with drupal 6.13 on Firefox 3.5.2, IE 8, and Chrome, I cannot replicate the issue after logging out. It may be helpful to know what other modules are using javascript on your site, as their may be a conflict of some sort.
#3
Same problem here using drupal 6.17 on Firefox 3.6.3 (Windows) and Chromium 6.0.437.0 (49756) Ubuntu
#4
I am using this from quite some time having no issues like this. can you give some more info.. Is your website Live?
#5
I also am having this isssue.
http://www.academyoftheartsonline.com
Use the "Class Picture Slideshow" link on the left column.
It works perfectly while logged in. But most users of the site do not have accounts at this time.
#6
Seems this is a javascript issue.. It should load three js files..
<script type="text/javascript" src="/sites/all/modules/couloir_slideshow/js/behaviour.js?S"></script><script type="text/javascript" src="/sites/all/modules/couloir_slideshow/js/jquery.fxqueues-2.0.2.js?S"></script>
<script type="text/javascript" src="/sites/all/modules/couloir_slideshow/js/couloir-slideshow.js?S"></script>
When you login, can you check the "view source"? You should see all three js files loaded..
#7
I do see all three of those loaded when logged in, but not when logged out.
How do I 'tell' Drupal to load those regardless of whether I'm logged in or out?
#8
It should load technically, but not sure why.. Try adding this code to page.tpl.php. But again that may mess up logged in users..Will try to investigate more tomo.. If you see any solution let us know..
#9
Was just searching.. Found this..
http://drupal.org/node/342459
Have you enabled block cache? Can you disable and see if that solves...
#10
I disabled block caching. It seems to have solved the problem.