Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

slider overrides the product to be shown to first one. #109

Open
syst3mw0rm opened this issue May 4, 2014 · 3 comments
Open

slider overrides the product to be shown to first one. #109

syst3mw0rm opened this issue May 4, 2014 · 3 comments
Assignees

Comments

@syst3mw0rm
Copy link

Home page slider seems to be overriding the product to be shown with a default, I guess first one. Slider loads all different products in DOM but I think there's some JS error which is causing this issue. I can see the new product sliding but as soon as it stops, gets transformed to default one.

Branch - 2-2-stable.

@radar
Copy link
Contributor

radar commented May 6, 2014

Hi @syst3mw0rm, please provide the information we ask for in the Contributing Guidelines.

Thanks!

@syst3mw0rm
Copy link
Author

Rails version : 4.0.4
Spree version : 2-2-stable
Spree_fancy version : 2-2-stable.

I've following gems in my rails application gem file (relevant to spree).

gem 'spree', github: 'spree/spree', branch: '2-2-stable' gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-2-stable' gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-2-stable' gem 'spree_fancy', :github => 'spree/spree_fancy', :branch => '2-2-stable'

Steps to reproduce:
Simply install spree_fancy-2-2-stable along with spree-2-2-stable and load the sample data. The top most product slider tries to load the next product. I can see the transition but once the transition completes it just display the first product.

Other information:
I tried to debug it myself and figured that it was using bxSlider jquery plugin (http://bxslider.com/). Apparently, changing setting mode : fade worked and products appear one after another with fading transition, which was really odd. Maybe somebody else facing the same issue can confirm.

@dperfect
Copy link

bxSlider v4.1.2 seems to fix this for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants