Closed (fixed)
Project:
Views Slideshow
Version:
7.x-3.x-dev
Component:
Cycle
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 15:35 UTC
Updated:
27 Jun 2011 at 10:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
peacog commentedThe controls are clickable, they just look like they're not because the CSS file is not being added correctly in template_preprocess_views_slideshow_controls_text_render.
Here's a patch to fix it:
Comment #2
redndahead commentedThis was committed thank you.
Comment #3
designerbr commentedI know this may be a silly question. How do I "apply" this patch?
Comment #4
redndahead commentedJust use the latest development version.
Comment #5
designerbr commentedI totally get that. I just found the code and replaced it as specified. As far as patches go, there's no "installation" per say. Its just replacing the code yourself, correct?
Comment #6
redndahead commentedYep that's correct.
Comment #7
dddbbb commented@designerbr - Installing patches on OS X: http://drupal.org/node/60818
Comment #8
peacog commentedIf you are using an IDE it might include a tool for applying patches. For example, I use NetBeans and it has an 'Apply Diff Patch' option under the Tools menu. See this post for more: http://drupal.org/node/60179