jnoveske
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Edit Pods is missing from admin menuHi Scott, I haven’t tried the Pods Alt Cache yet. My server uses Plesk and I see where I can enable nginx cache. Is this the object cache you were suggesting?
Thanks, JohnForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Cannot duplicate a podHi,
I just tested with the latest v2.8.5 and still will not duplicate.
Could it be that there is an orphan entry in the database from a previous duplication that is preventing this? I tried duplicating other pods and still not working.Thanks,
JohnForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Edit Pods is missing from admin menuIt is a cloud server at IONOS. I do not think there is any cache running.
I am not familiar with the Pods cache plugin.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Edit Pods is missing from admin menuEvery time I edit an Elementor template that uses a pods custom field, the ‘Edit Pods’ disappears from the admin menu until I clear the cache after editing. Then it shows again.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Edit Pods is missing from admin menuI cleared the pods cache and it is working again.
Forum: Plugins
In reply to: [Upload Larger Plugins] Error: This file does not appear to be a zip filegp-premium-1.7.8.zip
759KB
It uploads normally with ULP disabled.I found this snippet of code and it appears to work. Maybe someone can confirm this is the correct solution.
function myextension_shop_manager_role_edit_capabilities( $roles ) { $roles[] = 'wholesale_customer'; return $roles; } add_filter( 'woocommerce_shop_manager_editable_roles', 'myextension_shop_manager_role_edit_capabilities' );
I’m having the same problem. Any updates or estimate of when this will be fixed?
Thanks for making a nice product.