Closed (duplicate)
Project:
Views Slideshow
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2009 at 18:05 UTC
Updated:
8 Oct 2012 at 03:35 UTC
Here's my problem - The slideshow block only displays immediately after my Drupal performance cache is cleared - once any page containing the block has been viewed, and the page is refreshed and/or re-visited, the block simply disappears.
Suggestions?
Thanks a bunch :)
-Christian
Comments
Comment #1
redndahead commentedIt could possibly have to do with this issue #404894: Block caching prevents the javascript from always being loaded
Comment #2
adamo commentedStart by disabling all caching options. Views caching, block caching, CSS/JS aggregation, page caching. Then enable them one at a time and test each one individually to see where the problem is. If you are using block caching you need to set the block to be cached per page until the issue redndahead linked to has been resolved. That issue wouldn't cause the block to completely disappear though so it sounds like something else is going on. If the problem is with block caching, try taking a look in the DB (cache_block table) and see what if anything is cached. That should help narrow down the problem.
Comment #3
aldenjacobs commentedAdamo, i'm moving this conversation to the afore mentioned link - i've done some more investigating, and this IS a cache issue for sure. When i said the block completely disappeared, i was under that impression because my own CSS won't show anything without the JS being present (due to resets, as well as my styling only the slideshow up until this point), though the html is generated.
i'll work through your suggestions right now and let you know what happens on the other thread - i've actually already done everything you've suggested, with the exception of looking in the Database, but i'm going to try again!
Thanks a bunch :)
> http://drupal.org/node/404894
EDIT: I was stupid. Renaming theme files to what they're supposed to be did the trick ;-)