Nikki Blight
Forum Replies Created
-
Forum: Plugins
In reply to: [GEO my WP] ErrorYes, I am also on the latest GeoMyWP release, latest WP release, PHP 8.3, and using a child theme of the latest release of the TwentyTwenty theme (among others… I use the plugin on several sites.).
Forum: Plugins
In reply to: [GEO my WP] ErrorI’ve had the same issue. On standalone sites, I was able to fix this by replacing the last line in geo-my-wp.php:
$GLOBALS['geomywp'] = GMW();With the following:
add_action( 'plugins_loaded', 'GMW' );However, this does not work for multisite wordpress installations, and I have yet to figure out why.
@joroabv It’s not specific to that plugin. I’m not using it. I’m enabling categories for Pages directly in my theme’s functions.php file.
Can confirm that dropping the priority to 9 when adding categories/tags to pages did fix the issue for me. Removing/re-adding your filters (with no changes to aforementioned priority) did nothing on my install.
Plugins in use on the site:
Advanced Custom Fields
Content Control
iThemes Security
NextGEN Gallery
User Menus
WP MAIL SMTPI also have a few of my own in-house plugins, but I’ve already tried disabling them for testing and it had no effect. I think you’re right and it’s a timing issue.
{"settings":{"restrictions":[{"index":"0","title":"Westgate Users","who":"logged_in","roles":{"administrator":"administrator","westgate":"westgate"},"conditions":[[{"target":"page_w_category","settings":{"selected":["17"]}}],[{"target":"page_selected","settings":{"selected":["3082"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"1","title":"Forest Park Users","who":"logged_in","roles":{"administrator":"administrator","forestpart":"forestpart"},"conditions":[[{"target":"page_w_category","settings":{"selected":["20"]}}],[{"target":"page_selected","settings":{"selected":["3082"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"2","title":"Glenbrook Users","who":"logged_in","roles":{"administrator":"administrator","glenbrook":"glenbrook"},"conditions":[[{"target":"page_w_category","settings":{"selected":["13"]}}],[{"target":"page_selected","settings":{"selected":["3082"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"3","title":"Baytowne Users","who":"logged_in","roles":{"administrator":"administrator","baytowne":"baytowne"},"conditions":[[{"target":"page_w_category","settings":{"selected":["18"]}}],[{"target":"page_selected","settings":{"selected":["3082"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"4","title":"TAG Users","who":"logged_in","roles":{"administrator":"1","tag":"1"},"conditions":[[{"target":"page_w_category","settings":{"selected":["19"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"5","title":"Property Manager","who":"logged_in","roles":{"administrator":"1","propertymanager":"1"},"conditions":[[{"target":"page_w_category","settings":{"selected":["38"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"6","title":"Admin only","who":"logged_in","roles":{"administrator":"1"},"conditions":[[{"target":"page_selected","settings":{"selected":["109"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"7","title":"Only Logged In","who":"logged_in","roles":{"administrator":"administrator","editor":"editor","author":"author","contributor":"contributor","subscriber":"subscriber","westgate":"westgate","baytowne":"baytowne","forestpart":"forestpart","falconway":"falconway","tag":"tag","glenbrook":"glenbrook","ai1ec_event_assistant":"ai1ec_event_assistant","propertymanager":"propertymanager","breakshot":"breakshot","leasingagent":"leasingagent"},"conditions":[[{"target":"page_selected","settings":{"selected":["348"]}},{"target":"page_selected","settings":{"selected":["1335"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"8","title":"Break Shot Users","who":"logged_in","roles":{"administrator":"administrator","breakshot":"breakshot"},"conditions":[[{"target":"page_w_category","settings":{"selected":["39"]}}],[{"target":"page_selected","settings":{"selected":["3082"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""},{"index":"9","title":"Leasing Agent Users","who":"logged_in","roles":{"administrator":"administrator","leasingagent":"leasingagent"},"conditions":[[{"target":"page_w_category","settings":{"selected":["41"]}}],[{"target":"page_selected","settings":{"selected":["3336"]}}]],"protection_method":"redirect","custom_message":"","redirect_type":"home","redirect_url":"","meta":""}]},"user_meta":{"_jp_cc_reviews_dismissed_triggers":"","_jp_cc_reviews_last_dismissed":"","_jp_cc_reviews_already_did":""},"plugin_meta":{"jp_cc_reviews_installed_on":"2020-03-03 14:38:58"}}Here’s the output from the tester plugin.
/* * Allow Pages to use the Category Taxonomy */ function add_taxonomies_to_pages() { register_taxonomy_for_object_type( 'category', 'page' ); } add_action( 'init', 'add_taxonomies_to_pages' );For network reasons, I unfortunately cannot grant support access to the site. It’s a private employees only website on an internal server that you can only access via our in-office network or company VPN.
- This reply was modified 2 years, 8 months ago by Nikki Blight.
Forum: Plugins
In reply to: [QR Redirector] Error redirecting urlPlease trying re-saving your permalink structure. (Go to Settings > Permalinks and click the save button. You don’t need to make any changes, just re-save what’s already there.)
Forum: Plugins
In reply to: [QR Redirector] Save Post: Fatal ErrorMay I ask what version of PHP you are using?
Thanks for the report. This has been fixed in version 2.0.1.
Forum: Plugins
In reply to: [QR Redirector] Save Post: Fatal ErrorI was not able to reproduce this error on my test site, but as of version 2.0, the plugin has switched to the Endroid QR-code library instead of phpqrcode. Since the error was originating in phpqrcode, updating to 2.0 should eliminate the issue.
Forum: Plugins
In reply to: [QR Redirector] Product quick edit brokenThanks for the report. This is fixed as of version 1.6.3.
Forum: Plugins
In reply to: [QR Redirector] Transparent QR Code OptionYou can now create QR codes with a transparent background in version 2.0.
Forum: Plugins
In reply to: [Social Feed Gallery] Can’t set up feed againSeeing the same issue when trying to add a business account as well. The error I’m getting is coming from the login with Facebook page after clicking the add business account button, and says “App Not Setup. This app is still in development mode, and you don’t have access to it. Switch to a registered test user or ask an app admin for permissions.”
Forum: Plugins
In reply to: [QR Redirector] Little improvementsThanks for the suggestions. They’ve been added in version 1.6.2.
After updating to 2.1.0, the issue seems to be fixed.