Bennet Klarhölter
Bennet Klarhölter
I had the same problem and solved it by fix the storeId in https://github.com/firebearstudio/importexportfree/blob/3cec6d7f0b7e29223e39dba9b138af5b83dbf67e/Model/Import/Product.php#L528 Instead `$mediaGallery[$rowSku][] ` use `$mediaGallery[0][$rowSku][] `
Please Merge!
Yes it is.
I think the problem ist here -> https://github.com/luyadev/luya/blob/4e5a9db3a869f289c2af15406252dd0a4078e95b/core/web/UrlManager.php#L381 `$isOutgoingModulePage` is false because the current navitem is the cms page and not a Module Page -> https://github.com/luyadev/luya/blob/4e5a9db3a869f289c2af15406252dd0a4078e95b/core/web/UrlManager.php#L368 Maybe the UrlHelper need...
That it's, thank you!
I got the same problem in cms module context with the captcha image url. In `\yii\captcha\Captcha::run` the `Html::img` will called which use the `Url::to` function. The captcha widget is used...
Hi Kuurusch, ein sehr Interessanter Gedanke! Von IPFS direkt hab ich noch nicht gehört, aber von dem Prinzip vom Content-Addressed Storage. Auch eine interessante Idee finde ich, dass jeder Post,...
After click the "cut" button the "paste mode" will be active and could look like this: Either the "paste area" could be visibly instantly for all blocks or only on...
@TheMaaarc Yes right, I agree.
Maybe it is be enough if the page will scroll up and down while dragging. We should try this at first it will improve the UI anyway. But I think...