Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2010 at 10:56 UTC
Updated:
18 Jun 2010 at 04:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
redndahead commentedTry resaving your slideshow settings. If that doesn't work send me your settings output from the page source.
Comment #2
notabenem commentedI am having the same issue and had to revert to 2.0.
Tried page flush/disable caching, resaving vews options for the slideshow. Nothing helped.
The slideshow works, if it is running alone on a single page. However, I have 4 instances of the slideshow on a single page in a setup like: panels->4xviews (uses slideshow with different arguments for source data)
What do you mean by "send me your settings output from the page source"?
Comment #3
apmac commentedI tried resaving my slideshow settings and switching them to unordered but this made no difference.
I also have more than one slideshow running on a single page but this was not a universal problem. I could have some pages with multiple slideshows running and working perfectly whilst other pages had multiple slideshows running and not working properly.
Comment #4
redndahead commentedSo in the header of your source you will see something like this in between script tags. If you could post that here that would be awesome.
Comment #5
notabenem commentedhere it goes:
jQuery.extend(Drupal.settings, { "basePath": "/", ...[other modules settings]..., "viewsSlideshowSingleFrame": { "#views_slideshow_singleframe_main_slideshows-block_2": { "num_divs": [ 10, 10, 10, 10 ], "id_prefix": [ "#views_slideshow_singleframe_main_", "#views_slideshow_singleframe_main_", "#views_slideshow_singleframe_main_", "#views_slideshow_singleframe_main_" ], "div_prefix": [ "#views_slideshow_singleframe_div_", "#views_slideshow_singleframe_div_", "#views_slideshow_singleframe_div_", "#views_slideshow_singleframe_div_" ], "vss_id": [ "slideshows-block_2", "slideshows-block_2", "slideshows-block_2", "slideshows-block_2" ], "timeout": [ "5000", "5000", "5000", "5000" ], "sort": [ 1, 1, 1, 1 ], "effect": [ "fade", "fade", "fade", "fade" ], "speed": [ "700", "700", "700", "700" ], "start_paused": [ null, null, null, null ], "delay": [ "0", "0", "0", "0" ], "fixed_height": [ "1", "1", "1", "1" ], "random": [ "0", "0", "0", "0" ], "pause": [ "1", "1", "1", "1" ], "pause_on_click": [ "0", "0", "0", "0" ], "remember_slide": [ 0, 0, 0, 0 ], "remember_slide_days": [ 1, 1, 1, 1 ], "controls": [ "0", "0", "0", "0" ], "pager": [ "0", "0", "0", "0" ], "pager_type": [ "Numbered", "Numbered", "Numbered", "Numbered" ], "page_hover": [ 2, 2, 2, 2 ], "pager_click_to_page": [ 0, 0, 0, 0 ], "image_count": [ "0", "0", "0", "0" ], "nowrap": [ "0", "0", "0", "0" ], "sync": [ "1", "1", "1", "1" ], "advanced": [ "", "", "", "" ], "ie": { "cleartype": [ "true", "true", "true", "true" ], "cleartypenobg": [ "false", "false", "false", "false" ] }, "pager_hover": [ "2", "2", "2", "2" ] } } });
Comment #6
redndahead commentedOk are you using the same block multiple times on the same page?
edit: ahh I see you do. Well this is a predicament. On the one hand if I keep it the same I save some caching issues. On the other hand if I change it, it will fix the multiple blocks on the same page.... I'll have to really think about this.
Comment #7
redndahead commentedComment #8
redndahead commentedCan you please try this patch? It should take care of your issue.
Comment #9
hixster commentedi'm getting the same error. Applied patch but still have the error:
TypeError: Result of expression 'settings.advanced.split' [undefined] is not a function.
views slideshow.js : 100
I have a gallery page with thumbnail hover breakout's for selecting which image to display. The slideshow isn't playing and onclick events not working
Comment #10
redndahead commented@hixster Do you have multiple of the same slideshow on the same page? Can you send your settings like notabenem did above? Are you doing any special theming code changes? Do you have a test site I can look at?
Comment #11
hixster commentedHey redndahead, just one slideshow per page, the slideshow is created out of CCK multi image field on the page node, and embedded into the page using NID argument with Node ID from URL. Other than that, no theming mods.
An example can be found at: http://lightflows.co.uk/projects/web-design/tatlock-design
Comment #12
notabenem commentedHi, I have applied the patch and it seems that it works. Will double-check it within a day or two. Thanks for the patch.
Update: it still works! Good job. :)
Comment #13
hixster commentedAny update on this, my site is currently broken. I tried switching the slideshow to singleframe, but still no joy.
It's strange because the slideshow on my homepage is working just fine
Comment #14
redndahead commentedSorry for taking so long. With the patch above it should make it darn near impossible to have the same weird settings you are reporting. I'm going to commit this patch sometime soon with another and then maybe you can try the latest dev release. Make sure caches are clear.
I'll post here when the new dev release is out.
Comment #15
hixster commentedo.k., cool thanks for the update
Comment #16
redndahead commentedThis has been committed and I am marking as fixed.
@hixster can you please open a new issue if you continue to have issues with tomorrows dev release.
Thank you and don't worry I'm sure we'll figure out your issue. :)