Hi folks, I’m the developer on this plugin. I’ve been away for a while and only just realised this thread was happening.
Well done, cwb99. Nice fix.
I’ll look to see if I can fix the plugin so it doesn’t do this in a future release.
Hi,
Not sure if this will fix it but the url is incorrect. Data sent should be separated by ampersand “&” instead of “?” (which marks the start of the parameters:
http://somewhere/?a=1&b=2&c=3&d=4
http://www.ticsipaisatge.cat/?page_id=604?tema=Platoniq
should be
http://www.ticsipaisatge.cat/?page_id=604&tema=Platoniq
Does that help?
j