Ben Huson
Forum Replies Created
-
The plugin is not currently built in a way that can hide those parameters.
The redirect_to parameter would probably need to be required anyway as that tracks the page you were trying to access so you can be redirected there after logging in.Do you have any caching plugins installed?
If you empty your browser cache or try a different browser does the same thing happen?
Could have been a caching issue?
Are you logged out of the admin?
Do you use any caching plugins on your site or use a host with built-in caching like WP Engine? The Password Protected plugin does not work well with caching.
You could try switching to a default WordPress theme to test if it is a conflict with the theme
Forum: Plugins
In reply to: [WP Geo] “Uncaught InvalidValueError: setVisible: not a boolean“Please post a new topic if 3.3.8 does not resolve this issue for you.
Forum: Plugins
In reply to: [WP Geo] Map Zoomin to Default CoordinatesIt should be possible to build directions functionality to extend this plugin using the Google Maps Directions API.
Forum: Plugins
In reply to: [WP Geo] Possibility to show all marker of one category on map in page?You should be able to use the [wpgeo_mashup] short code passing a category attribute.
For example [wpgeo_mashup category=”2″]
Forum: Plugins
In reply to: [WP Geo] WP GEO breaks WP 3.9 image editingSeems to work for me and will be release in version 3.3.8 soon.
Forum: Plugins
In reply to: [WP Geo] “Uncaught InvalidValueError: setVisible: not a boolean“This is fixed in development and will be release in version 3.3.8 soon.
Forum: Plugins
In reply to: [WP Geo] adding map image to posts loopIt sounds like your are using it correctly. I have written some brief documentation.
One thing to not is a static map cannot be created if one of the dimensions is a percentage – they must be numbers. You can override the width/height parameters by passing them as a second argument to the wpgeo_post_static_map function. See the documentation link above.
Forum: Plugins
In reply to: [WP Geo] Map Zoomin to Default CoordinatesSorry, this plugin doesn’t do directions.
Forum: Plugins
In reply to: [CMS Tree Page View] Filtering the titles in the tree viewNice, I see you just added this in version 1.2.27
Thank you 🙂
Forum: Plugins
In reply to: [List Pages Shortcode] show onlyI have made these changes which will be available in version 1.7.1 soon.
Forum: Plugins
In reply to: [Expire Users] Setting Expiration date when importing CVSThe _expire_user_settings are stored as serialised array in the database so I’m not sure it will be importable via the the Import Users from CSV plugin.
Forum: Plugins
In reply to: [WP Geo] Sevral point for one post?No, WP Geo only allows setting one location per post.