jesse.t
Forum Replies Created
-
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Map search?Leo,
sorry. replace the POST methods with GET as I was trying to get the map to load with an ajax request instead of reloading the page. As for a site, I don’t actually have a live site as I’m still trying to work on implementing a few features.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Map search?Leo,
I’m not sure what your level of skill is with PHP/HTML, but I do have that working here: https://pastebin.com/gc5VxRhR. It’s not pretty, but it does allow you to search the map.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedIan,
I apologize for the delay in responding. I am downloading the new RC now and will see if what comes of this. Thanks for your fast reply and I’m sorry I didn’t afford you the same courtesy.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedI hit a snag using Jquery to reload the plugin. Basically, it gets stuck saying loading map and never loads.
The code: https://pastebin.com/gc5VxRhR
The javascript is the last item in the pastebin. Ive included the search form and the functions.php to make sure both are acting accordingly.
The div does reload, as the post data does echo properly. It’s just that the map never reloads. You can see this for yourself here: https://tinyurl.com/cgqtujp.
Aaron,
Thanks for the response. I agree with your statement, however, I am not the one that makes that call. I was only tasked with getting the twitter plugin working. I’m not sure that this is my solution as I was unable to get wordpress to even clear the plugins cache as mentioned previously, but it was able to pull the feeds the first time so I’m hoping I can pull them again. Thanks again for this plugin.
Hello all.
Sorry to be a thread necro, but the ->prevent_background() addition does not seem to work with version 2.4.1. It breaks the plugin and the twitter box will not show. I’ve tried adding both flush_widget_cache() and wp_cache_delete( ‘widget_twitter_widget_pro’, ‘widget’ ) to clear the cache and force the plugin to grab fresh content, but that was to no avail. Does anyone else have any ideas on how to disable the caching portion of the code? I am unable to try the hosts file hack.