us0906
Forum Replies Created
-
Forum: Plugins
In reply to: [Course Migration for LearnDash] No whitelistprobably, you are entering the url for the destination system.
There is a known error in the plugin that prevents you from entering even valid data.try this:
change line 76 of sfwd-lms-course-migration-admin from
var $url = $(‘#ldcm_receiver_url’).attr(‘value’) + ldcm_urls.endpoint;
to
var $url = $(‘#ldcm_receiver_url’).val() + ldcm_urls.endpoint;That worked for me.
Regards
UliForum: Plugins
In reply to: [Course Migration for LearnDash] No whitelistHello,
as far as I can say, there is no need to use the whitelist. Just enter the key of destination site in the sending site and send the course to the destination site.
Regards
UlrichForum: Plugins
In reply to: [Course Migration for LearnDash] Keep saying “Please enter a valid url”Hello all,
after you changed the js file as stated above, you have to manually reload the page. Sometimes you even have to clear your browser cache to have the changed file reloaded to your browser.Regards
UlrichForum: Plugins
In reply to: [Course Migration for LearnDash] Keep saying “Please enter a valid url”Hi!
try this:
change line 76 of sfwd-lms-course-migration-admin from
var $url = $(‘#ldcm_receiver_url’).attr(‘value’) + ldcm_urls.endpoint;
to
var $url = $(‘#ldcm_receiver_url’).val() + ldcm_urls.endpoint;That worked for me.
Regards
Uli