Closed (fixed)
Project:
Nivo Slider
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2012 at 00:58 UTC
Updated:
14 Apr 2012 at 15:31 UTC
Jump to comment: Most recent file
7.x-1.2 didn't show them, so I tried the patch here: http://drupal.org/node/1355954, but that didn't apply against 7.x-1.2. I manually patched (edits to .css and .module, the others appear to have been made already) and although the options are there in the config form and the "use thumbnails" is set to true, the thumbnails still don't appear, the default round circles show instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix-thumbnail-navigation-1466694-2.patch | 3.63 KB | devin carlson |
Comments
Comment #1
george.plescan commentedI can also confirm this. The problem appears to be only with the default main slider. If you use the Nivo Slider Formatter the thumnails options works ok.
I think there is something wrong when setting the parameter from the admin, but I will have to check.
Thank you for Nivo Slider.
Comment #2
devin carlson commentedThumbnails were broken by a previous commit.
The attached patch fixes thumbnail navigation support.
Comment #3
devin carlson commentedCommitted to 7.x-1.x.
Comment #4
cindyr commentedI tried the patch, but it's still not working. Thinking perhaps I don't have a compatible theme, I switched back to Bartik, but the thumbnails still don't show there either. I tried all three themes for the Nivo Slider (default, Pascal, Orman) but they don't show for any of them either. Any more ideas?
Comment #5
devin carlson commentedAfter downloading the latest git checkout/development release and enabling thumbnail navigation on the settings page, you should be able to inspect the markup of a page which has the slider and see something like:
Unfortunately, none of the default themes included with the nivo slider jQuery plugin support thumbnails out of the box (by default the thumbnail images are hidden). You either need to write your own theme (see the
nivo_slider.api.phpincluded with the Nivo Slider module) or modify the CSS of one of the included themes.To get thumbnails to display with one of the default themes, you'll have to unhide the images and position them.
See Using Thumbnails with the Nivo Slider for more information.
Comment #6
cindyr commentedThank you for the detailed instructions. With the "option" of displaying thumbnails, I assumed they would show when it was checked. I didn't realize modification of the theme was necessary. Thanks again.