Hi @asitha
Sorry for the delay, i think i’ve found the issue. In the file wp-idea-stream/includes/ideas/functions.php
at line 872 (see https://plugins.trac.www.ads-software.com/browser/wp-idea-stream/trunk/includes/ideas/functions.php#L872), could you try to remove the , 'relative'
part i’m using in the admin_url() function so that it will look like (once removed) :
'ajaxurl' => admin_url( 'admin-ajax.php' ),
If it’s fixing your issue, i’ll run a bunch of tests on multisite to see if no regressions and will include this fix in next version.
Thanks in advance for your help.