Default incoming chat message will not change
The default incoming chat message is "Thank you for your awesome support!" I've located two files in which this message is defined:
./assets/js/custom/apps/chat/chat.js
./_keenthemes/src/js/custom/apps/chat/chat.js
But, when I attempt to update the message in either of these files, it doesn't update/change in the website. The default incoming message still remains the same no matter what I change it to in the code. Any suggestions on how to change the default incoming chat message?
Replies (3)
Set sail on a luxurious yacht tourin Dubai! Explore the stunning coastline, relax in style, and enjoy breathtaking views of iconic landmarks like the Burj Al Arab and Palm Jumeirah. Book your unforgettable yacht experience today!
Hi,
After modifying the message in either of the mentioned files, ensure that you have rebuilt the Metronic core assets using Gulp or Webpack.
Navigate to the following directory: /starterkit/_keenthemes/tools
Run the appropriate command to rebuild the assets.
You can run command "gulp" to rebuild.
This will ensure that your changes in the code are reflected. The output assets will be updated in the /starterkit/assets folder.
After rebuilding the assets, clear your browser cache and refresh the page to see if the default message has been successfully changed.
If you encounter any further issues or have additional questions, feel free to ask for assistance.
Thanks