I LOVE this module and have used it successfully on many sites! I have an issue where the arrows are not showing up at all (checked with Firebug ...they are just not there) with my theme. I switched the theme to bartik and can see the arrows appearing below "div class="wrapper", but with my theme, the "a class="arrow back" and "a class="arrow forward" don't even show up.

Any ideas? Thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scottm316’s picture

I'm having the same problem. It strips the <a> back and forward arrow links out completely. I've attached screenshots of the same galleryformatter node in 2 different themes on my same local site; a Zurb Foundation sub-theme which is my custom theme, and Garland. Any help will be much appreciated!!

There is also an 'uncaught type error' in the console that says an object (it means $thumbs in galleryformatter.js:35) has no method 'infiniteCarousel', but I don't think that's causing it. Though, I have been wrong before. Please help!

scottm316’s picture

I fixed it but I'm not happy about it. A javascript file in the Zurb Foundation theme was doing it. I've disabled that javascript file for pages where the galleryformatter appears.

It wasn't easy to find an easy example to adapt, so here's what I did:

function MYMODULE_js_alter(&$javascripts) {
  // in my case it was this javascript file causing the problem:
  unset($javascripts['sites/all/themes/zurb-foundation/js/foundation.min.js']);
}
maxi032’s picture

Version: 7.x-1.2 » 7.x-1.3

I have the same problem but only on FF