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

rballou’s picture

Status: Active » Fixed

This is now fixed in the dev version. The make file now will download the cycle plugin and place it in the sites/all/libraries directory, which should work for using the marquee feature. Please try it out!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 34955ca on 7.x-1.x, 2009442-replace-mapbox, 1708502-header-z-index, 1620080-remove-guest-contributors-by-default, simplytestmetest, 7.x-2.x:
    Fixed #1650378: added jquery.cycle to the libraries module in the make...