@mannansamcom said in Slider issue in Customized theme with velocity.js file.:
Before buying plugins we already show the theme as well , you have to raised before this all the things like it will be not work with the custom theme.
if we need to modify all the things then why we will go with your plugins we can create with our own way.
Hello @mannansamcom whenever you make the changes you have to run npm run prod this will compile you assets and make a new file or override the veloclty.js because every time you make the change you must to run command. And after the changes you have to run php artisan vendor:publish --force and select the package where you have make the changes because in public directory there is a theme folder in this folder you have to override the velocity.js if you not run this command you can't get the changes you have done.
For making a custom theme you have to make your own files and you have to setting regarding the custom theme in backend also. Because every custom theme have there own ui for this you required new file and new component also.
Thank you hope this will work for you.