hi there,
I am having the same issue.
After upgrading your plugin, I can no longer search by name.
I can get the map to load with initial locations based on the address I have centred the map at for when it loads, but then its like the search just doesn’t work – when I click it, it looks like nothing is sending. Also, when I try to filter by tag.
It worked fine last week but I think has been broken in the recent upgrade? I also bought your store locator plus plugin.
cheers sg
From another thread –
On the Settings->Permalinks screen, try setting a category and tag base value. Just have the words “category” and “tag” in there.
This is what I just did and it fixed the problem straight away.
hi Nathan,
instead of initialize I put this code at the very top of my single.php page
<?php if (class_exists('MyCaptcha')) {
global $MyCaptcha;
$MyCaptcha->initialize();
} ?>
hope that works for you,
cheers Sg