Hi
I followed your tutorial on https://wplms.io/support/knowledge-base/translating-user-tours-in-wplms/ but by step 4 I am lost: Load the new tours.json file
Where exactly do I have to implement the path. I can't find <span style="color: #4b4d4d; font-family: Lato; font-size: 15px;">wplms-customizer.php. </span>
Can you please describe me the path in more details.
Thanks.
Well for last step please goto wp-amdin -> plugins -> editor -> select wplms customizer plugin to edit from dropdown on right side .
then add the code in the end of it given in that tip .
add_filter('bp_course_default_tours',function($x){
return 'http://YOURSITE/wp-content/uploads/package_uploads/tours/tours.json';
});
Hi
I did as you mentioned above. Now tours do not work anymore. I can click start tours but nothing happens. What did I wrong?
Please share your site url ,admin credentials and a valid ftp credentials to check this issue at your end .
PS :mark reply as private while sharing .
This reply has been marked as private.
ok checked your issue .I checked your tours.json file and found a syntax error in it .
refer :
http://prntscr.com/ktk4no
Quotes inside quotes are not allowed in any programming language .
If you want to use quotes then please refer :
https://www.javascript.com/learn/strings
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.