dandyliondigi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Move custom field for WC Name Your Price extensionHi Mirko,
I checked the Business Bloomer article showing the locations; that’s what helped me figure out where I wanted to move it. However, in the snippet provided, I’ve done this but the field does not seem to move no matter the hook I use.
Forum: Plugins
In reply to: [WooCommerce] Move custom field for WC Name Your Price extensionHere is what I have in my functions.php based on the help doc:
/* Move Name Your Price box */ function nyp_move_price_input(){ if( class_exists( 'WC_Name_Your_Price_Display' ) ) { remove_action( 'woocommerce_before_add_to_cart_button', array( WC_Name_Your_Price()->display, 'display_price_input' ), 9 ); add_action( 'woocommerce_before_add_to_cart_form', array( WC_Name_Your_Price()->display, 'display_price_input' ) ); } } add_action( 'woocommerce_before_single_product' , 'nyp_move_price_input' );Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods hangs then times out on saveHey @keraweb!
No problem! 🙂
What I think happened is I had set up some shortcodes as the default value on a few text fields. I double checked these, and it seems like every time the page was loaded the shortcode would have a two slashes (/) added. Eventually it became a HUGE string. I removed those values and everything seems to be A-OK as usual!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods hangs then times out on saveJust wanted to check in with an update. I think I may have found the issue… Pods is now updating fine, as usual. Thanks for the help! 🙂
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods hangs then times out on saveI’m not sure what else I could say. I’m using 19 other plugins:
- Classic Editor
- Disable Gutenberg
- DynamicConditions
- ELementor
- Elementor Pro
- Extras for Elementor
- Flying Images/Pages/Scripts
- Health Check & Troubleshooting
- Imagify
- Insert Headers & Footers
- MainWP Child
- Pods
- Post Expirator
- Raw HTML
- Redirection
- The SEO Framework
- Ultimate Addons for Elementor
I tried disabling all plugins except Pods and using Twenty Twenty One theme, but was met with the same issue.
The site is hosted through Flywheel on their Starter plan.
I am using a Custom Post Type through Pods. I have 11 fields in the Pod; two (2) date fields, five (5) plain text fields, four (4) plain paragraph text fields.
Supports: title, editor, author, featured image, page attributes. REST API is disabled.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods hangs then times out on saveHi @keraweb,
Here is some info I got from my host re: this issue:
`I’ve done some digging into the issue, and while trying to recreate the issue on the staging site, I noticed that an admin-ajax request that was firing off was hitting a 500 error:
http://laughsunlimited.flywheelstaging.com/wp-admin/admin-ajax.php?pods_ajax=1&action=pods_admin&_fs_blog_admin=true
The request above was triggering a memory exhaustion error, and after a few memory limit adjustments, I was able to save the pod successfully! The only thing is, I had to raise the staging site’s memory to 512MB with 3 PHP workers before it would save, and that was with every other plugin deactivated. With all other plugins active, raising the staging site’s memory limit to 768M with 3 PHP workers assigned was the minimum limit needed for those same changes to save.I’d say it would be worth having a chat with the plugin developer to see if they could shed some light on why those admin-ajax requests are chewing through so much memory!
Please let me know if I can provide any more info.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods hangs then times out on saveI enabled debug and tried some plugins for troubleshooting but wasn’t able to come to anything conclusive. I’m going to try to talk to my host and see if they have anything to say about this.
Thanks for the suggestions. 🙂
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods hangs then times out on saveHi @keraweb,
Here is the message I get:
Error: Unable to process request, please try again.
I tried adding fields as well as editing the Advanced Options tab, and was unable to save. I tried the debug mode and activated ONLY Pods but was still met with the same error, and unable to save the pod.
Thanks for the reply and the help! Let me know if I can provide any other information.