i have recently discovered that the product bulk edit native on WC dont work when i have WP-OPTIMIZE plugin active.
Can you help me with this?
]]>ISP tech have said:
“..plugins/embedpress/assets/css/embedpress.css line 2526
…is causing the WooCommerce product panels to remain hidden,..”
The Product Title block/panels should look like this:
But it’s currently displaying as this (red blocks show missing content):
Also ISP tech said:
“The plugin version number is not appended correctly to embedpress.css when it’s enqueued in the admin area. It’s coming through like this…
/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=1
…when it should look like this…
/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=4.0.0
Thx
]]>I have over 5,000 products on my website. I have been working on descriptions. I was editing randomly, as Google Merchant Center recommended. How do I find the products I edited on a certain date?
Thanks,
Tony Hisir
]]>I have over 5,000 products on my website. I have been working on descriptions. I was editing randomly, as Google Merchant Center recommended. How do I find the products I edited on a certain date?
Thanks,
Tony Hisir
]]>I was able to add character limit to the title and short description when the seller creates a new product. I set it to 55 characters for the title and 120 for the short description using “maxlength” in the files I copied to the child theme. It works fine.
I modified these two files : new_product_php, tmpl_add_product
But if the seller edits the product again, the limit does not work. I seem to be missing some other file where to use “maxlength”.
I tried in “edit_product_single” but I couldn’t find where to put maxlength.
could you tell me which file I need to edit and in which line? if you can send me a screenshot I would appreciate it.
Greetings!
]]>Page Link
Error page Link
Image 1
Error Image
Image 2
Working image
Support team attention please.
]]>I’ve manually tested both 6.7.x and 6.8.x and the “Reviews” meta box ALWAYS returns “No more comments found.” on the edit screen, however, viewing that same product will show the reviews correctly on the frontend (on any theme that supports reviews).
Steps to reproduce:
1. Fresh install of WordPress.
2. Fresh install of Woocommerce.
3. Fresh install of Storefront OR TwentyTwentyTwo
4. Create a test product and publish it.
5. Edit the product – scroll down to the “Reviews” meta box.
6. Click “Add Comment”.
7. Type some text in the textarea and click “Add Comment”
8. Notice the comment appears asynchronously in the “Reviews” meta box.
9. Refresh the edit product page and the review fails to load.
Alternate steps from the frontend:
1. Repeat steps 1-4 above
2. Click “View Product” or navigate to the product on the frontend.
3. Navigate to the reviews tab and create a new review.
4. After saving the review edit the product.
5. Scroll down to the “Reviews” meta box.
6. Notice the comment does not appear (whether an approved comment or not).
Description: When you click on editing a product -> /wp-admin/post.php?post=21&action=edit -> wp loads the product details with values from a different product.
It occurs if you have a shortcode in the product description, and product sync is turned on in the plugin settings.
Shortcodes in Flatsome use WP_Query to query f.ex. products and set the global in the loop with ->the_post(), and this function https://github.com/woocommerce/facebook-for-woocommerce/blob/master/includes/fbutils.php#L167-L168
executes shortcodes in the admin area (on the description, excerpt, title), making the global post not to be reset.
That essentially means that any shortcode that uses a query and set the global post with the loop in their shortcode will have this issue, not only Flatsome. As wp_reset_query or wp_reset_postdata does not work as expected in the admin.
Please review the comments and a possible solution suggested by the flatsome dev team here: https://github.com/woocommerce/facebook-for-woocommerce/issues/2145
FfW will execute the shortcode in the backend (admin) when editing the product, which is the issue in itself as the last product in the loop of that shortcode on there is going to be set as post data (because of the WP bug that the original post is not been reset in the admin by doing that)
The best way to fix this is FfW having reset the original post after it has executed the shortcodes.
Thank you!
]]>How can I do that?
]]>