Great work on this module. After a lot of troubleshooting I have reason enought to believe that this module is incompatible with the Fusion core themes.

I have gone to great lengths to make sure this is installed and set up correctly. e.g. even using the dev version and alpha version of Jquery_update.

My Fusion core based theme is (Fusion lockdown, see: http://www.fusiondrupalthemes.com). I also have skinr installed and enabled.

The nivo slider works great with Garland but not with Fusion core or Fusion Lockdown. The slides won't transition, navigation arrows show when they're set to 'off' and the bottom circles show broken links in IE.

I can't change my theme and I'm hoping I can use Views Nivo Slider for this current project. Is this limitation known? Would you have any idea what is conflicting here?

Many thanks!

Comments

pedrofaria’s picture

there is any js error?

tribe_of_dan’s picture

Where would I look to see if there are JS errors?

I've contacted 'top notch themes' and they said that it looks like there are many JS errors showing. I'm troubleshooting with them also, they've been great!

In IE, I have gotten "Out of memory on line 1279" errors. At first I thought it might have been a conflict with suckerfish menus but fusion core theme doesn't use suckerfish to my knowledge.

I'm finding that I can't turn 'Optimize Javascript files' to 'disable' on my Site Configuration > Performance page. It looks like something is overriding it.

Thanks

itserich’s picture

Any update? I am planning to install and using Aquia Prosper which is based on Fusion. Do not know if it works yet.

Had gotten it to work before in Prosper without thumbnails, but everything else looked good.

itserich’s picture

I got it working, so far. Good luck.

silkogelman’s picture

Most of it works in the theme Aquia Prosper.
Direction Navigator is not visible when set to 'no' in settings (which is good).
The only thing that is not working for me is the Control Navigator, it's not showing up with basic/thumbnails settings.

using:
Views Nivo Slider 6.x-2.0
jQuery Update 6.x-2.x-dev
Drupal 6.19

itserich’s picture

@s1l can you confirm, are you unable to get Control Navigator Basic/Thumbnail to work even with Direction Navigator is set to No?

That is my situation. Thanks.

silkogelman’s picture

the control navigator is not showing up at all on my site (neither basic/thumbnail).
Direction Navigator on yes or no doesn't influence the above.
When I switch to Garland (and disabling Acquia Prosper and Fusion core) the control navigator does work.
(thumbnails are very close to eachother/overlapping, but that may be another issue)

itserich’s picture

Alright, thanks. Sounds the same for me.

CarbonPig’s picture

I'm also using acquia prosper and I'm having trouble with the dropdown menus being covered by the slideshow.

If you create an account quickly on carbonpig.com you can see the issue on the homepage.

How do I make sure the dropdown menus are showing up above the slideshow and not getting covered by it?

Thanks,

CarbonPig

pedrofaria’s picture

Hi guys... i was checking this problem and find that the mistake is at CSS...

take a look at this image:

http://img88.imageshack.us/img88/8647/bdpestciodesbancodedado.png

I used Magazeen theme for this test.

cya!

itserich’s picture

thanks pedrofaria

i think fusion and all the subthemes are interesting but have had enough problems to stop using fusion based themes.

qveeqveg’s picture

Hi, in case someone is still struggling:

I have a fusion-derived theme and had a bunch of problems. There are 2 things that fixed it!

1) upgrade jquery update module to 6.x-2.0-alpha1 this solved several problems

2) update the CSS using pedrofaria's awesome work above: (thanks!) just added this to my CSS:

.view-featured-slider{
padding-bottom:30px;
}

and this makes the buttons appear and everything seems to be working fine for my particular needs.

-qveeqveg

pedrofaria’s picture

Status: Active » Closed (fixed)