digdug5
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Fatal Error on plugin updateI’m getting the same error
Forum: Plugins
In reply to: [WP Menu Icons] Could not load wpmi.css.mapStill showing for me as well
Yeah it seems like it may be related to the text being blank
Its the onclick event below thats causing the “Cannot set property ‘onclick’ of null at HTMLDocument.”
if (simpleBannerVisible) {
var sbCookie = “simplebannerclosed”;
if (simpleBannerScriptParams.close_button_enabled){
if (getCookie(sbCookie) === “true”) {
closeBanner();
} else {
var expiration = parseInt(simpleBannerScriptParams.close_button_expiration) || 30;
document.getElementById(“simple-banner-close-button”).onclick = function() {
closeBanner();
setCookie(sbCookie, “true”, expiration);
};
}Thanks the only way I can get rid of the onclick error is to disable the close button option.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Uncaught TypeError: window.dojoRequireIssues fixed by updating to version: 2.4.1
Forum: Plugins
In reply to: [SP Project & Document Manager] Open PDF in browser (no download)Figured it out, being on a windows system I had to using the option in Advanced to use the force java.
Forum: Plugins
In reply to: [Simple Membership] Protected page needs login formWe figured out a work around by putting the login shortcode wrapped in php within the /classes/class.swpm-access-control.php file.
However we can’t seem to put them within our own theme following the logic of this doc https://simple-membership-plugin.com/customizing-the-look-of-the-membership-login-widget/
Forum: Plugins
In reply to: [Simple Locator] Locations will not updateWe had a similar issue, it appears to be a syntax issue in the minified file: /simple-locator/assets/js/simple-locator-admin.js
The first few lines of that should be the following. It can also be deteched if you unminify it and run it through: https://www.jslint.com/ (add the colon after !0; and and remove the plus)
function gm_authFailure(t) {
editScreenGoogleApiError = !0;
} function(t) {
“use strict”;Forum: Plugins
In reply to: [GEO my WP] Plan: Ajax member search?I’d also like to hear when Ajax will be implemented. We have the search in a tabbed area on a site, and the site reloading on search resets the tabs. We will try posted to its own page for now. But really hope Ajax is built in soon ??
Any updates to this? Would be nice if there was at least an WCAG addon. With an Agency licence we really need to know that Ninja forms can be a serious solution going into the future or we won’t be able to renew. Thank you.
Forum: Plugins
In reply to: [Google Maps CP] Centering map on set locationHere, you’ll see the map is centered in the middle of the ocean, we would like it centered on the US. If we zoom out more then the map starts to repeat which is not what we would like either. Dynamic zoom does the same thing. https://goo.gl/TIlfng
Forum: Plugins
In reply to: [WP Store Locator] Need linked phone numbers for mobileFound an option to enable the phone number link in mobile within the plugin settings, duh. ??
Nevermind, I miss understood the text search in the widget. I tried to put in the address instead of the name. haha
Nevermind found the search main box line under: /templates/main-box.tpl.php line 10