slick slider issue in custom theme
-
how to add slick slider on custom theme it conflicts with shop.js
-
Hi @shayaan-aqeel,
This totally depends on your customization. May I know where you are trying to add?
-
Hi , I have the same issue , kindly help if get any solution. I have follow the same steps that you had provide in "https://bagisto.com/en/create-custom-theme-in-bagisto/"
issue is with shop.js , if I add "themes/default/assets/js/shop.js" path in my theme file the slider working but if I add my theme path like "themes/mytheme/assets/js/shop.js" silder didn't load image file.Thank You.
-
Did you compiled your assets?
-
sorry how to compiled assets ? is this command "php artisan vendor:publish"??
-
npm run prod
. -
OK thanks