Looks like the current drupal_add_library() call isn't actually loading the flexslider library with the latest release of the flexslider module (7.x-2.0-alpha1). The patch below replaces this call with a libraries_load() call.

Comments

torpy’s picture

Status: Active » Needs review
StatusFileSize
new665 bytes
torpy’s picture

I should note that this is a result of the following change in the base flexslider module: #1925590: Use Libraries API instead of core library handling.

philipz’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed.

jcl324’s picture

The patch in #1 worked for me.

pschuelke’s picture

Yep #1 fixed the issue for me

minoroffense’s picture

Status: Reviewed & tested by the community » Closed (fixed)