Hi fam! I want to change the validation error message, I can't figure out how they implement it. this is what I mean
Uyo-obong
@Uyo-obong
Posts made by Uyo-obong
-
How does bagisto implement Vee-Validate
-
RE: Cant find disable in admin panel - configuration/general/content in version 1.2.0
@kevinx If you update your .env, run php artisan config:cache, php artisan cache:clear.
If after doing that, the problem still occur, create a new user in mysql and restart your server.
-
How to change notification alert color
I want to change the alert-warning notification color but I couldn't find any where in the project. can anyone point me to where I can do this please?
-
How to maintain the default checkout process in custom theme
I'm working on to create a new theme....I succeeded with 76% of it but the most challenges part is checkout steps. I want to maintain the default checkout steps. how can I archive that?
Note: with the custom theme I'm creating...I used bootstrap4 css
-
How to get vue js work on new custom theme
Pls I'm creating a theme for my project, how can I make vue js work on it... I already run npm install on the theme dir but after that I use <div id="app"></div> but when I even I write vue js it will detect on my dev tool
I included this link <script type=”text/javascript” src=”{{ URL::to('themes/default/assets/js/shop.js') }}”></script> on my footer
-
Sliders not changing automatically
I'm working on a new installation but the sliders are not changing. it only change if I manually click on the forward icon. Pls how can I set it to change automatically in 5 seconds?