The store locations only show up on the map if I am logged in. How can I make the store locations visible to everyone?
The store locations only show up on the map if I am logged in. How can I make the store locations visible to everyone?
That is not normal for the plugin.
You should always provide the URL so it can be reviewed for obvious errors. Most likely a permissions issue in your WordPress setup. AJAX listener being blocked? Page access not set to public, etc.
Here is the url http://tarteyogurt.com/where-to-buy/
Thanks
As suspected, your server is not processing WordPress AJAX requests properly. It is sending back a 302 header (moved) which is NOT JSONP (or AJAX) compliant) and breaks any AJAX communications.
It works fine when I am logged in. What do I have to do to fix this so that it will work if I am not logged in.
@tarteyogurt - talk to your system admin and ask them why page redirect is happening for non-authorized users. That is going to wreak havoc on any AJAX enabled features in WordPress, SLP or otherwise.
You must log in to post.