justinwhall
Forum Replies Created
-
Forum: Plugins
In reply to: [Windsor Strava Club] Google Maps API?Sure thing. I’d appreciate a plugin review i you find it useful. Thanks!
Forum: Plugins
In reply to: [Windsor Strava Club] js errorAnd you sure do travel around!
Forum: Plugins
In reply to: [Windsor Strava Club] js errorOne of two things are happening.
1) Your API Key is wrong. Double check that.
2) The account you created the API Key does note belong to your group.I joined your group so I could test.
Forum: Plugins
In reply to: [Windsor Strava Club] js errorAlright, must be something wrong with the short code. Could you post what you are using?
Forum: Plugins
In reply to: [Windsor Strava Club] js errorYour site is served over https. Can you upgrade to 1.0.6?
Forum: Plugins
In reply to: [Windsor Strava Club] js errorIf you post a link, I’d be happy to help. Thanks!
Forum: Plugins
In reply to: [Windsor Strava Club] js errorI get a lot of email. Plugin support requests via email are deleted. Do you mind reposting. Thanks!
Forum: Plugins
In reply to: [Windsor Strava Club] js errorPardon?
Forum: Plugins
In reply to: [Windsor Strava Club] js errorDo you have a link to your site? 🙂
Forum: Plugins
In reply to: [Windsor Strava Club] Google Maps API?Hey there Alex –
Good timing. I just pushed an update for this. Thanks for your patience.
Forum: Plugins
In reply to: [Windsor Strava Club] Google Maps API?Hello Teambbc –
Thanks for commenting. You’re right about Google requiring API keys now. At least going forward api services without a key MAY not work. The last few weeks I’ve fixed quite a few bugs not related to this plugin due to this.
Thanks for the Javascript bug fix. Which line did you are the iff statement? I’ll add this and push out an update shortly.
Forum: Localhost Installs
In reply to: Can't access locally installed WordPressWhat happens when you go to http://localhost:8888/wp-local
Forum: Plugins
In reply to: [Windsor Zendesk Submit Ticket Form] Nice plugin, but…Hi Peter –
The response means your API keys from Zendesk and or your primary email is incorrect. Sorry for the slow response. I did not notice this thread until now.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] ERROR: That action is currently not allowed.Which file? I presume wp-admin/admin-ajax.php?
Forum: Fixing WordPress
In reply to: Remove site title from pages other than home page<?php if(is_front_page()): ?> // Code that outputs your title <?php endif; ?>