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 for updates

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