bartmann2
Forum Replies Created
-
Also have 3 website broken on 2fa from the 1.3.6 upgrade (2 multisite) – didn’t have wp-cli access easily – so deleted the sg security entries from the database under usermeta which reset the accounts for 2FA (from this thread – How do I see the QR code again: https://www.ads-software.com/support/topic/how-do-i-see-the-qr-code-again/)
Forum: Plugins
In reply to: [Leaflet Map] map undefined with version 2.17We don’t put the map in an excerpt, just on a page:
https://llccommons.arizona.edu/map/ – I’ve rolled back to 2.16.1
https://coh-arizona.com/test-map/ – and I have 2.17.1 on it and tested to recreate the issue (both of these are on the same server and WP multisite)
We are using Mapquest API, and if I try and use it in 2.17, nothing loads.
Also, on the second site (which is test for this)
– if I reset to defaults, it works
– if I blank out Map Tile URL Subdomains, the tile server doesn’t load (we have had it blank prior to 2.17) – this isn’t the issue
– once I enter the Mapquest keys – nothing loads, if I change back – it worksGiven the simplicity of our needs, we can ditch Mapquest
Forum: Plugins
In reply to: [Leaflet Map] map undefined with version 2.17Same issue and fix – nothing renders, rolled back to 2.16.1.
Already turned off defer scripts, I’ll clone the site and run 2.17 and see if it can shed light, but I didn’t see any errors – just nothing rendering.
Forum: Plugins
In reply to: [CataBlog] Error on creating new item after php7.3 updateYup – thanks, I had to turn off a setting in iThemes Security > Disable PHP in Plugins (Disable PHP execution in the plugins directory. This blocks requests to PHP files inside plugin directories that can be exploited directly.)
Forum: Plugins
In reply to: [WP Cassify] After login url problemWe have the same issue – always thought is was because we had to use WP_CASSIFY_REDIRECT_SERVICE_URL_FILTER, since we had problems on AWS initially. But we no longer use the filter and still have the issue above.
Forum: Plugins
In reply to: [WP Cassify] Parse error: syntax error, unexpected T_OBJECT_OPERATORThat is it – thanks!
Forum: Plugins
In reply to: [CataBlog] Excerpt token not outputting correctlyHi – that didn’t really help. The issue is the token %EXCERPT% is breaking up the description in the middle of html tags (in my case).
I added the wp html tag remover at line 2603 of catablog.class.php and it fixed the issue:
$values[‘excerpt’] = wp_strip_all_tags( $description );
Cheers,
Bart