Some functions of Woodmart are not working.
-
Hello! I’ve discovered a function that isn’t working. When I try to enable “Fullscreen mode” while editing product details, nothing happens. This prevents me from quickly returning to the backend panel to edit other products, significantly impacting my work efficiency.
I request your assistance in resolving this issue. Additionally, after adding the following code to the functions.php file, some display issues appear on the right side, and the function only works for a few products.
function activate_gutenberg_for_products( $can_edit, $post_type ) {
if ( $post_type == ‘product’ ) {
$can_edit = true;
}
return $can_edit;
}
add_filter( ‘use_block_editor_for_post_type’, ‘activate_gutenberg_for_products’, 10, 2 );
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
To assist you better, we kindly request that you disable all plugins not directly associated with our theme. Additionally, please provide us with your admin access credentials, so we can log in and diagnose the issue. For the proper functioning of our theme, please ensure the following essential plugins remain activated:
WoodMart core
WooCommerce
Thank you in advance for your cooperation.
Best regards
I have already tried disabling unrelated plugins, but the problem persists. The issue doesn’t occur when I switch to other themes.
Yes, the full-screen mode doesn’t function as intended for our custom Gutenberg interface for products. By default, products cannot be edited using Gutenberg. The only solution is to click on the “Back to dashboard” button in the top right corner to return to the product editing interface.
Can this be modified and optimized?
There are technical limitations to using Gutenberg for product editing. Unfortunately, there is no workaround at the moment.
Alright, thank you for your explanation!
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘Some functions of Woodmart are not working.’ is closed to new replies.