Home › Forums › Pro Version › Masonry & WPML and Domains › Reply To: Masonry & WPML and Domains
August 16, 2016 at 2:55 pm
#13679
Participant
We made this work by changing this code around line 7 in wmlp_container.php:
$link = admin_url(‘admin-ajax.php?action=wmlp_load_posts&shortcodeId=”.$shortcodeId) ;
to:
$link = “/wp-admin/admin-ajax.php?action=wmlp_load_posts&shortcodeId=”.$shortcodeId ;
Of course this will be wiped out by the next plugin update, is there a better way to handle it?
Thanks.