Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2015 at 11:58 UTC
Updated:
16 Nov 2015 at 18:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
howdytom commentedComment #2
lsolesen commentedThans for reporting this. Problem is that jquery.bxslider changed directory structure, and we are relying on master download: https://github.com/commerceguys/commerce_kickstart/pull/90
Comment #3
kingfisher64 commentedI'm not sure if it's the same error but firebug reveals a link to a non-existent file (screenshot attached)
How can this be fixed?
Many thanks
Edit - it is the same issue.
Comment #4
Salif commentedSame issue as Howdytom as mentioned in #2 by Isolesen
Comment #5
lsolesen commentedA quick workaround until next release is to put the file manually into the correct directory as expected by CK.
Comment #6
Salif commented#5 works
Thanks @Isolesen
Comment #7
rpsuSame here. Patch attached.
Comment #8
rpsuAnd this should fix problem on sites - apply patch in DRUPAL_ROOT -folder, where profiles -folder is in. Patch file simply fixes path to jquery.bxslider.min.js -file.
Comment #9
howdytom commented#5 @Isolesen: Thank you
Comment #10
kingfisher64 commentedFor quickness sake the file path is:
profiles/commerce_kickstart/libraries/jquery.bxslider/jquery.bxslider.min.js
attached is v4 of bxslider.min.js which is requested there.
Comment #11
bwill commented@kingfisher64
Thanks for the path and download. I'm a little rusty on patching Drupal. Now I just have to figure out if there are supposed to be nav buttons on the slideshow.
Comment #12
daveparrish commentedI applied #8 manually and it worked fine for me. By the way, there is another reference to the bxslider library in the commerceguys_marketplace module.
Comment #13
candelas commentedSame problem in 2.22, and patch in #8 still working (thanks @rpsu), so I change the version and hope it will be in dev soon.
Comment #14
bit.cyber commentedI created a duplicate of this issue as 2458561, upon moving to 7.x-2.22. (I've since closed it as a duplicate.)
Applied patch contained in #8 - all fixed and now working. Thanks!
Comment #15
MariannevdS commented#10 worked best for me, with #8 the slideshow worked again but the layout looked funny.
Comment #16
candelas commented@MariannevdS but the layout looked funny. Could you please be more explicit to be able to help programmers? Thanks
Comment #17
rpsuComment #19
bojanz commentedComment #20
BarisW commentedWhy are there two library definitions of bxslider?
One in
commerce_kickstart_slideshow_library()and the other incommerceguys_marketplace_library(). Both have this same error and this issue only fixes one.Comment #21
BarisW commentedthe layout looked funny -> meaning the library definition in commerce_kickstart_slideshow_library() also contains a call to a css file.
I see that the actual commit just reverted to the use of the older external library. That should fix the problem too.
Comment #23
Glycergic commentedI've been struggling with this issue for some time now.
Locally I don't have it, but on production I do. Ran the patch and then git push > git pull. Funny thing is that it solved the issue at first. But after fine-tuning my nginx settings it came back. Locally I run Apache2 though.
It doesn't produce an error, the slideshow just isn't working. If someone could point me in some direction for a possible work around, would be well appreciated!