Closed (fixed)
Project:
OpenAid
Version:
7.x-1.0-rc1
Component:
Miscellaneous
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2012 at 09:31 UTC
Updated:
9 May 2014 at 19:00 UTC
Jump to comment: Most recent
In rc3, why don't you just include jquery cycle in the right directory, included in the package? It's not clear where to put it, given the weird file structure when using the OpenAid profile.
The views profile for rotating marquee tells us this:
"You need to install the jQuery cycle plugin. Create a directory in sites/all/libraries called jquery.cycle, and then copy jquery.cycle.all.min.js or jquery.cycle.all.js into it. You can find the plugin at http://malsup.com/jquery/cycle."
But in fact you need to put it here:
profiles/openaid/libraries/
I know this is a minor issue, but fixing it in future releases would be great.
Comments
Comment #1
rballou commentedThis is now fixed in the dev version. The make file now will download the cycle plugin and place it in the
sites/all/librariesdirectory, which should work for using the marquee feature. Please try it out!