Hi! The post object not work, it’s impossibile to reorder whith drag and drop! Please fix
Ok! I’ve resolved my self!
WooCommerce have a function in it’s core, callled: woocommerce_register_post_type_product
This function use the: register_post_type (default function in WP)
And in WooCommerce there is 1 params called: capability_type
This params change all default “post” or “posts” in WP, in new capabilities for WooCommerce.
Examples:
edit_post become edit_product
edit_posts becomes edit_products
Hope it help someone in the future to resolve conflicts about WP media gallery in front-end with WooCommerce products!
@ukstudio you have reason. this not work
Ok, i’ve add this code on line 496 and fixed the notice:
$post_type_object = get_post_type_object( get_post_type() );
if ( empty( $title ) ) {
$title .= $post_type_object->labels->singular_name;
}
No plugin activated on this installation. WP debug mode is set to TRUE. All work fine but i’ve this errors:
Thanks @elliot
Ok, i found the solution. (but an UGLY solution, @elliot surely will do it better)
// includes
$this->include_before_theme();
//add_action('plugins_loaded', array($this, 'include_before_theme'), 1);
add_action('after_setup_theme', array($this, 'include_after_theme'), 1);
just disabled plugins_loaded
Sorry @elliot,
the problem whas fixed by WP Team.
Images with captions no longer appear broken in the visual editor
Version 3.7.1 http://codex.wordpress.org/Version_3.7.1
Hi @elliot, this is the screenshot: http://cl.ly/image/3E3C3W0D3e19
Hi @elliot you can watch this video: http://youtu.be/St05C4UaSkY
LOL, resolved… http://cl.ly/image/0c2I0D2w2j2V
Thanks sirjonathan, i’ve found the problem caused by WPML functions. Thanks!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We’re hard at work on ACF 6.1, and Beta 1 is now available 🚀
— Advanced Custom Fields (@wp_acf) March 16, 2023
This release includes custom post type and taxonomy registration, an improved experience when selecting field types, PHP 8.1 and 8.2 compatibility, and more!
Let’s take a look 🧵https://t.co/Y0WcAT11l4
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.