Pawel
Forum Replies Created
-
Forum: Plugins
In reply to: [TikTok] Blank page in WP adminI have the exact same problem…
I don’t know why, but I don’t have the option to enable “Custom fields” in the post preferences.
After duplicating the post and editing it, I go into the database via phpmyadmin, look for ig_es_is_post_notified entries and delete the one that has the ID of the specific post. Then it can be published and everything works.
Thank you for your help!
For this moment in the database, I delete the ig_es_is_post_notified field for this post, then I have to copy and publish it again.
After upgrading to version 5.16.0, the option to select a brand from the YITH plugin appeared and it WORKS GREAT – THANK YOU VERY much!
Best regards,
PawelThank you for your reply! I got to the point, to extract the brand name, such a function is needed:
global $product; $id = $product->get_id(); $taxonomy = 'yith_product_brand'; $brand_names = wp_get_post_terms( $id, $taxonomy, array( 'fields' => 'names' ) ); // Get the brand name if(!empty($brand_names)){ $brand_name = reset( $brand_names ); }else { return; } echo $brand_name;
Best regards!
I didn’t expect such a quick fix! I am very grateful!
GTIN is retrieved without any problem, but the brand from YITH WooCommerce Brands Add-On plugin is still not available in the list.
Forum: Themes and Templates
In reply to: [Botiga] Botiga Pro plugin won’t updateThank you, I have already sent a message.
Forum: Plugins
In reply to: [One Click Accessibility] Translate “Reset” in the menuForum: Plugins
In reply to: [One Click Accessibility] Grayscale not workingHello,
I think everyone has this problem. When Grayscale is enabled, the toolbar moves to the top of the page and disappears from sight.
How to fix this?
The error no longer shows up. Thanks ??
Is there any way to get around this error by still using plugins that remove “/product/” from the link?
Hello,
The Rank Math SEO plugin causes ten problems. I use it, inter alia, to remove from the link “/product/” and “/product-category/”.