Landon
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Need Fix | Deprecation Notices | PHP 8.2.7Chiming in to add that PHP 8.0 is reaching EOL this coming November, and many WordPress hosts, including WPEngine, will require 8.2. Updating the plugin to be compatible with 8.2 should be a high priority.
- This reply was modified 1 year, 3 months ago by Landon.
Forum: Plugins
In reply to: [Term Taxonomy Converter] Maintain Parent/Child Relationship@traypup if you’re worried about it, grab a DB backup before you remove the plugin.
Forum: Plugins
In reply to: [Term Taxonomy Converter] Maintain Parent/Child Relationshiphi @traypup,
I don’t see why uninstalling the plugin will cause anything to go awry. The issue I was running into was once a category with children was moved, the parent to child relationship no longer existed.Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Bug – plugin slows down postingHi @adjunkten ,
turns out Boone’s second suggestion to change the timeout fixed my speed issues. I haven’t yet confirmed that emails are still going out though.Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Bug – plugin slows down postingHi @adjunkten ,
I’ve run into this issue as well and spent some time searching and found these resources that might help lead you to a solution.https://www.ads-software.com/support/topic/post-update-delay-when-plugin-activated/
https://github.com/boonebgorges/buddypress-group-email-subscription/issues/175I’ll let you know what ends up working for me.
Forum: Plugins
In reply to: [Send Emails with Mandrill] Pass Content to TemplateHi @nugerama,
I was having a hard time figuring this out as well until I re-read the settings page where it says “The selected template must have a mc:edit=”main” placeholder defined. The message will be shown there.”Here’s some better info on that:
https://mandrill.zendesk.com/hc/en-us/articles/205582497-Using-Editable-Content-Areas-in-TemplatesI’m seeing the exact same issue. Insight would be appreciated.
Forum: Plugins
In reply to: [WP2Social Auto Publish] No longer works for new FB appsI ended up switching to Dlrvr.it
Okay, here’s the trick. If your wholesale pricing goes missing as described above simply de-activate this plugin and re-activate it.
Glad I could help. ??
- This reply was modified 6 years, 3 months ago by Landon.
Regarding:
“The missing wholesale price could be caused by a lot of different factors. When this happens, we suggest using the Re-Initialize Product Visibility Meta button, located on WooCommerce > Settings > Wholesale Prices > Help, to fix missing wholesale data/products. In addition, please try to resave the products and the product categories to see if that also helps.”From what I can tell the “Re-Initialize Product Visibility Meta button” doesn’t exist in this version of the plugin.
I’m experiencing the same issue as the guys above after migrating from a development subdomain to the live site domain. I am not using WPEngine.
Forum: Plugins
In reply to: [WP2Social Auto Publish] New solution for WP Facebook Auto PublishI’m with @digbymaass on this one. I looked into dlvr.it and it will handle what I need without the bulk of this messy plugin.
Thanks for the recommendation.
Forum: Plugins
In reply to: [WP2Social Auto Publish] New solution for WP Facebook Auto PublishCan you give us an idea of the cost for using the pre-approved app?
Forum: Plugins
In reply to: [WC Fields Factory] Only showing when logged inAfter far too many hours of troubleshooting this, I found the code responsible for this bug.
wcff-listener.php starting on line 83
/* Make sure the user has authorized */ if ( ! is_user_logged_in() && wcff()->request["context"] != "wcff_render_field_on_cart_edit" && wcff()->request["context"] != "wcff_update_cart_field_data" && wcff()->request["context"] != "wcff_ajax_get_negotiated_price" ) { /* User not authorized to perform this action */ wcff()->response = apply_filters( 'wcff_response', false, "Not authorized", array()); return; }
As a quick fix, it works to either comment out the whole if statement, or comment out the two lines inside it.
This should be fixed for the next release otherwise, the variations functionality is pretty much useless.
Forum: Plugins
In reply to: [WC Fields Factory] Only showing when logged inAfter further troubleshooting, I’ve found that this seems to be related to the product variations feature that was added in the latest version. If anyone has any suggestions, I’m all ears.
Forum: Plugins
In reply to: [WP2Social Auto Publish] No longer works for new FB appsAlso hoping for a solution here. Let us know if there’s anything we can do to help.
Thanks.