Anonymous
Guest

Quote:

Or maybe you’re taking the root path from the *site* URL and not *wordpress install* URL?

Confirmed. At least for me, this little change in shortcoder.php line 390 fixed the problem:

FROM: location.href = ‘/wp-admin/options-general.php?page=shortcoder/shortcoder.php&sc_id_no=’+sc_id.value;

TO: location.href = ‘/wp-admin/options-general.php?page=shortcoder/shortcoder.php&sc_id_no=’+sc_id.value;

In other words, just change ‘home’ to ‘siteurl’.

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms