Dylan Kuhn
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Tally Graph] Tally-GraphSure. It uses the post date, so you can add custom fields to old posts, or write posts and set the publish date. You can put data on private posts too, and it will still be incorporated in charts.
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Map in new/edit post/page pagesThat’s a feature request that has not yet been implemented:
https://code.google.com/p/wordpress-geo-mashup/issues/detail?id=63
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Display only particular state/country/locationIt is possible in 1.3beta1 to limit the locations displayed. I’ve added some documentation for that:
https://code.google.com/p/wordpress-geo-mashup/wiki/BetaDocumentation#Query_Variables
To change the marker appearance based on those variables would require some custom coding.
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Show Future PostsAnother bug! I need you around for every release ?? Look at the issue for a workaround:
https://code.google.com/p/wordpress-geo-mashup/issues/detail?id=295
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Get the location from custom fieldsWork on the documentation is underway, hopefully finished in a week or so. I’d like to release 1.3 in a month or so if beta testing goes well.
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Get the location from custom fieldsIt is possible using Geo Mashup 1.3beta1. The documentation isn’t complete yet, but you can insert an address with a shortcode like this:
[geo_mashup_location_info fields=”address”]
If Geo Mashup doesn’t have an address for the location yet, you could try running the Bulk Reverse Geocode function from the settings page.
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Automatically Open Linked Post Info WindowThanks for pointing this out! It seems to be an unintended consequence of a bugfix in 1.2.9. You can go back 1.2.8, and I’ll try to get 1.2.10 out quickly.
https://code.google.com/p/wordpress-geo-mashup/issues/detail?id=293
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Map doesn’t work in FirefoxI see the map briefly before before it disappears, which usually indicates a script incompatibility.
There is a known incompatibility with disqus that doesn’t exactly match your symptoms, but has an easy workaround:
https://code.google.com/p/wordpress-geo-mashup/issues/detail?id=287
If that doesn’t help, it would assist me to know if the problem persists if you deactivate all other plugins. If not, which plugin makes the problem appear again when activated?
Hi Puhal,
You can build a link as you have to put in the info window (https://code.google.com/p/wordpress-geo-mashup/wiki/Documentation#Info_Window_Templating) or any other template. I usually use GeoMashup::post_coordinates() to build the end point, and let the user supply the starting point after the link, like https://maps.google.com/maps?daddr=40.0,-101.0.
If you have ideas for new features in Geo Mashup that would help, please suggest them in a new issue:
https://code.google.com/p/wordpress-geo-mashup/issues/list
good luck,
-dylan-Forum: Plugins
In reply to: [Plugin: Geo Mashup] Excellent plugin! Thank you.You’re welcome, thanks for taking the time to say so. Happy mapping!
Forum: Plugins
In reply to: [Plugin: Geo Mashup] Great!Thanks Thomas! I likewise appreciate your customization business and contribution of a translation. You are the kind of user that makes Geo Mashup better!
Forum: Plugins
In reply to: Tally Graph LaunchedLooks like there may be some kind of problem with your shortcode syntax. Can you paste the whole shortcode you’re using here?
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] No public Twitter messagesI just had some luck with disabling wp-cache for the page where I call twitter_messages().
I was getting this on a client’s site, and found that the upload directory in Settings / Media was incorrect.
I think leaving this empty should usually work, otherwise you might have to ask your hosting provider what it should be.
Forum: Plugins
In reply to: Tally Graph Launched@joe3000 – make sure your chart size is wide enough for 12 months, maybe chs=”800×200″.