Posted by danbohea on April 12, 2011 at 3:35pm
6 followers
| Project: | Views Slideshow |
| Version: | 7.x-3.x-dev |
| Component: | Cycle |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Similar issue to http://drupal.org/node/1014710 but creating a new issue as requested.
Comments
#1
The 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:
#2
This was committed thank you.
#3
I know this may be a silly question. How do I "apply" this patch?
#4
Just use the latest development version.
#5
I 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?
#6
Yep that's correct.
#7
@designerbr - Installing patches on OS X: http://drupal.org/node/60818
#8
If 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
#9
Automatically closed -- issue fixed for 2 weeks with no activity.