ntwrkguru
Forum Replies Created
-
I know you marked this resolved, but I was able to use the template-pack to make TwentyTwelve work with BP 1.6
Forum: Plugins
In reply to: [Wordpress Wiki] [Plugin: WordPress Wiki] errorsError page not foundI get this occasionally when updating other plugins and such. Usually a deactivate/reactivate of the Wiki plugin restores all.
What do you see when you run Firebug?
Here’s where I tell you that this worked for me, but don’t blame me if it breaks your site or causes the earth to start spinning backwards or whatever. Also, I should tell you to make a backup of all your stuff (including your cat), especially any files you are going to modify.
The file is global.js (located in /bp-gtm-sytem/_inc/). Find this line:
var datepicker_settings = jQuery.datepicker.regional[bp_gtm_strings.lang];
Replace [bp_gtm_strings.lang] with [“”].
Per https://docs.jquery.com/UI/Datepicker this should restore the default localizations. That page also has other localizations if you want to get crazy and actually try to make the GTM datepicker different from the default.
It is with the datepicker. I forget what i changed to fix, but I’ll look later…
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] jQuery.datepicker is undefinedI still see this same issue with 1.9.5.
@marcus. This resolved my issue, but like @rickleijtencom said, there is a problem with the return. Where can I find the $EM_Notices object?
Very similar issue: Enabling GTM causes Chat-Lite (AJAX based) to not work.
Any luck finding the root cause?