Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2012 at 23:03 UTC
Updated:
20 Dec 2012 at 17:00 UTC
Hi,
I noticed that the hp slideshow view does only show the pictures when ran from a non frontpage. The layout is broken and the slides are not animated.
any ideas?
Comments
Comment #1
jsacksick commentedThe js is only added on the frontpage, maybe it should be done differently by adding it on a preprocess view or writing a views plugin.
As a quickfix, you can try to comment out the condition $vars['is_front'] and tell us if it solves anything.
Comment #2
rfamans commentedYes, works great! We have a letterbox style slideshow for which there is sufficient space on each productlist page so that's why we did not want to restrict the slideshow to frontpage only.
Thanks for your help.
Comment #3
bojanz commentedWe should fix this.
Comment #4
summit commentedHi,
Yes please. And please make the layout at the bottom of the slideshow (bxslider: <==> <==> <==>) theme independent.
Now when I try this on my own theme. Theses are not shown.
Thanks for this great slideshow by the way!
greetings, Martijn
Comment #5
vasikeand here is the commit for this : https://code.drupalcommerce.org/#/c/560/.
thanks
Comment #6
bojanz commentedCommitted, thanks.