one3rdnerd
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Fix Map Button MissingHi @abzlevelup
I was referring to the default API key that’s added when you first install the plugin. As there wasn’t a button to recover it.
Either way, I managed to get it by installing the plugin on another website and copy and pasting it.
It now works as I was expecting with your default API key. I’m not sure why it wasn’t working before with that key, possible down to migrating the site to a staging site. Maybe something to note for the future.
Thanks for your help.
Forum: Plugins
In reply to: [The Events Calendar] Fix Map Button MissingHi Abz,
Thanks for that.
Can you send me the API key so I can manually change it back? Or is it listed in your docs somewhere?
With the key I had before, no maps showed at all.
When you say one venue can show, there is only 1 venue per event, so that means you can only show a map on one of your venues? You can’t have it show more?
Or you can only show one venue PER map? This is all we are trying to do.
I’ll have a look through those links and I have submitted the feature request.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Fix Map Button MissingThanks for that Abz. I will give it a try.
So with the default Google Maps API key (the one you provide) the map was blank white, nothing loaded so there isn’t a map.
When I added a new API key, the map loaded but it just shows every venue in Washington regardless of the address.
Are you saying the maps feature only works with a custom map API key? or should it at least work for basic uses with your API key?
It would be great if there was a button in the settings that you could click to restore to the default API key.
Can you send me that key so I can re-test it if it’s supposed to work for the basic map usage? (Showing the venue map on the event page).
Thanks again.
Forum: Plugins
In reply to: [WP Crontrol] True Cron – Is this plugin still useful?Thanks for confirming John.
I thought perhaps it was defunct if WP Cron was turned off.
Good to know. I’ll keep it for monitoring any events for now.
Forum: Plugins
In reply to: [The Events Calendar] Fix Map Button MissingThanks for following up.
Ah, no, this website uses the free version, I use the pro version on some other client sites but not this one. So I guess that’s it.
So there’s no way to update the maps on the free version to work with a custom API key?
It’s worth noting, I am waiting for the client to get back to me to confirm this is their custom API key. I grabbed it from another plugin installed on their site using maps so it’s possible that’s the other plugins api key.
Let me find that out and I’ll come back.
Thanks for your help.
Forum: Plugins
In reply to: [The Events Calendar] Open New Venue Website link in new tabOoops, my bad. That was for the event link.
I changed it to
add_filter( 'tribe_get_venue_website_link_target', 'blank_target_for_new_window' ); function blank_target_for_new_window() { return '_blank'; }and that works now.
Hi @maybellyne
That is correct, however, I don’t want to remove it I want to str_replace it with /jobs/, which the docs seem to suggest you can do with the code in my last comment but it doesn’t work.
Is there another function? or is that function outdated and no longer working?
Forum: Plugins
In reply to: [Conversion Tracking for WooCommerce] How to get the conversion valueThank you @saifislam01
I will do some further testing.
Forum: Plugins
In reply to: [Conversion Tracking for WooCommerce] How to get the conversion valueThanks @saifislam01
I have managed to get it set up. The only part I’m stuck on is how to get the plugin to grab the order value. Or does it do that automatically out of the box?
Forum: Plugins
In reply to: [One User Avatar | User Profile Picture] Plugin conflict with DokanJust checking to see if there’s any feedback on this.
Anyone?
Forum: Plugins
In reply to: [Simple Local Avatars] Images don’t get alt textHi Darin,
Thank you for that.
I can confirm that works.
Check https://gardinershomecare.co.uk/care-at-christmas/ and see the author photo in the author box at the end of the blog post.
Thank you. My Github handle is pixelloop.
I appreciate you.
Forum: Plugins
In reply to: [Simple Local Avatars] Images don’t get alt textHi Darin,
Thank you for testing that and adding it to Github.
I’ll check back to see when that’s updated but if you can ping me on here when fixed in a new version of the plugin that would be greatly appreciated.
Thanks
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] Outputting multiple URLs with Magic TagsI found my issue.
Correct code for this for anyone else
[pods] <ul> [each upload_gpx_file] <li><a href="{@upload_gpx_file._src}">{@upload_gpx_file.name}</a></li> [/each] </ul> [/pods]Hi Michael,
Yes that worked for me. Thank you. I wasn’t aware of this other plugin and that facility but good to know for future too.