Draggable demos do not work
Hi,
All demos of draggable plugins do not work. Could you help to check?
https://preview.keenthemes.com/html/metronic/docs/general/draggable/cards
Thanks
Replies (3)
Hi Sean, could you please update the JS documentation here https://preview.keenthemes.com/html/metronic/docs/general/draggable/cards with your last comment? I lost quite a few hours trying to make it work until I got here.
Hi,
Thanks for the heads-up.
We are aware of this issue and we will provide a quick fix asap.
Regards.
Hi,
You can fix this issue by referring to the following steps:
-
Get the latest Metronic from <a href="https://1.envato.market/EA4JP">Themeforest</a> and follow <a href="https://preview.keenthemes.com/html/metronic/docs/getting-started/setup">Quick Setup</a> guide.
-
If you are using <a href="https://preview.keenthemes.com/html/metronic/docs/getting-started/build/gulp">Gulp</a> go to <code>core/html/tools/gulp.config.js</code> and change the draggable build config as shown below:
- If you are using <a href="https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpack">Webpack</a> go to <code>tools/webpack/plugins/custom/draggable/draggable.js</code> and change the build config as shown below:
- In your custom JS code use
Regards.