coderius / yii2-lightbox2-widget

The Yii2 Lightbox2 widget is a customized lightbox script.
Other
2 stars 5 forks source link

it works only on development mode #2

Open blonder413 opened 4 years ago

blonder413 commented 4 years ago

When I put my application in production mode the image becomes in a simple link, the lightbox it doesn't work

NLeone commented 3 years ago

When I put my application in production mode the image becomes in a simple link, the lightbox it doesn't work

Dear, I just went through the same problem, and the app was breaking. The drawback I think is a typing error, if we look at the console it throws an error that it cannot find the file in the published assets, but the files are there. So I started looking because if they are, it does not take them, and it is because it inserts the files with an error in the paths.

So I went to the widget's Assets file and found this:

https://github.com/coderius/yii2-lightbox2-widget/blob/a6b8f3df14c3433b8596cb376bc50b586800af80/src/Lightbox2Asset.php#L35

So I solved it by prefixing css / and js / respectively as it is in the YII_DEBUG verification. I hope the developer can correct this error as it is a nice plugin.

I hope I have helped you, greetings!