cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Tabbed category index not showing on frontpage when not logged in. #772

Closed Paellaman closed 7 years ago

Paellaman commented 7 years ago

This is a small visibility issue for visitors viewing a map legend on one page. The Tabbed category index is not visible for visitors on the frontpage of http://carriacou.biz/ , but on other pages like http://carriacou.biz/map/ it works fine. However, when logged into the site, this tabbed category index also shows fine on the frontpage. Using the same sitewide template on all pages. It is not a real problem, but I wonder what the reason could be for this behaviour.

cyberhobo commented 7 years ago

A logged in / logged out difference usually indicates a caching issue. You can verify this by clearing the cache and seeing the if the issue goes away. Making sure query strings are cached could help, or excluding URLs with the geo_mashup_content query parameter.

Edit: I should clarify that I'm talking about server-side caching, not browser caching. Probably a caching plugin is doing the job.