Open ewwwgiddings opened 6 years ago
Hello @ewwwgiddings,
Thank you for your interest in working with our products, this issue is solved in the latest version (v2.0.4).
All the best, Stefan
Hi @groovemen This issue is not resolved in my case.
Using the latest version (2.0.4)
I am using this library in an Angular app and am pulling the package using npm. I had a look in the material-kit folder and there are no arrow-right / arrow-left .cur and .png files. I have to download them myself but of course they get deleted next time I update.
I get them from here https://cdnjs.com/libraries/material-kit
And note that thats version 1 of the lib.
One more thing, Lines 18 to 24 of material-kit.css should be
.carousel.carousel-full-nagivation .left {
cursor: url("../img/arrow-left.png"), url("../img/arrow-left.cur"), default !important;
}
.carousel.carousel-full-nagivation .right {
cursor: url("../img/arrow-right.png"), url("../img/arrow-right.cur"), default !important;
}
Note that in each of the four paths we go up one directory, not two.
Hello @ewwwgiddings,
Thank you for your interest in working with our products, this issue is solved in the latest version (v2.0.4).
All the best, Stefan
Stefan,
Issue still not resolved. No arrow-* files in this location : https://github.com/creativetimofficial/material-kit/commits/master/assets/img
They were removed in this commit: https://github.com/creativetimofficial/material-kit/commit/a9f784e0d0384c7507c872fbcf1ccef7744dc8fd#diff-8302e6b7374cf560f39375b317bcdb9d
This issue still exists.
Module build failed: ModuleNotFoundError: Module not found: Error: Can't resolve '../../img/arrow-left.cur'
This issue still exists in version 2.0.5.
As @jtreminio said: No arrow-* files in this location : https://github.com/creativetimofficial/material-kit/commits/master/assets/img
Yeah, it's still there... This needs to be solved.
Bug is still alive. There are no files arrow-right.png and arrow-left.png in the package npm package or package downloaded from site.
This is still a bug. The files does not exist in the free version. Also, you use !important in the variables/_carousel.scss so I can't overwrite it in my own variables. If the carousel is only a part of the pro package, the scss files should be removed from the free version. Hope to see a fix soon - it should be pretty straightforward :-)
Hello there,
Until the next update, I will ask you to erase the code from variables/_carousel.scss
.carousel{
&.carousel-full-nagivation{
.left{
cursor: url("../../img/arrow-left.png"), url("../../img/arrow-left.cur"), default !important;
}
.right{
cursor: url("../../img/arrow-right.png"), url("../../img/arrow-right.cur"), default !important;
}
}
}
or you can integrate the files into your project (you can find them in the archive attached below) images.zip
Hope that information helps you. Please let us know if we can help you with anything else.
All the best, Stefan
Thank you for your quick reply! :-) I will do so.
@groovemen Why this simple bug is still not resolved?
issue still persists on v2.0.4, neither css/scss fails to compile due to ./img/arrow-left.cur
missing asset. Since overriding in vendor is a crap & total illegitimate fix, the only solution seems to be forking and self fixing.
I also have the same issue. Would you please reopen it.
It looks like the 2 PRs will fix this, why have those not been accepted yet?
Tbh this has gotten comedic at this point how it keeps showing up in my inbox...
Still an issue, editing the file and removing the class/variables works though as an alternative solution. But it needs to be fixed.
When compiling a project using this library the following error is shown and the build fails. This image is also not included in the assets path in this repository. Note: I removed the call to the .cur in the original version of this file. These images are also not located in the dev tools on the preview you provide.
Is there a resolution to this other than omitting the call to arrow-right and arrow-left?