tylerkd
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Forms for ACF] Lost entriesI see! Yes, that was what I guessed.
It would be a great feature to be able to set some global settings for confirmations and saving as entries.Thanks for the response.
Tyler
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] GZIPActually I see that gzip is enabled already with the plugin cache enabler and it’s working. Do you know why local-ga.js doesn’t get gzipped with the rest of the page?
Forum: Plugins
In reply to: [ACF Google Maps Radius Search] Plugin not workingTo be clear on that last part, the search is just finding the search page itself and assumes the search query is empty. Does this mean it isn’t seeing the lat / lng query vars?
Ok, I solved this myself.
For anyone else with this issue I was actually having two problems here.
For my first bit of code, everything was working correctly. It turns out my community role “volunteer” was originally the “member” role. I renamed it instead of creating a new role. That was issue 1.
The error was due to me just not declaring
global $ultimatemember;just beforeum_fetch_user( $user_id );Hope this can help anyone else out in the future.
peace and love to all!