azadbakhsh
Forum Replies Created
-
Forum: Plugins
In reply to: [YayExtra - WooCommerce Extra Product Options] change the positionHello, please check the link below:
https://s6.uupload.ir/files/capture_2_mllr.jpg
I’m currently using another plugin, but I tested your plugin, and it works well for me. However, there are some limitations. Firstly, I’m using the Elementor page builder, and I don’t want it to load by default. I want to display it only using a shortcode wherever I choose.
I found the problem. I used the below code on my function.php to sort my Products based on availability. This code have conflict with your plugin
/** * WPML compatible * Sorting out of stock WooCommerce products – Order product collections by stock status, in-stock products first. */ class iWC_Orderby_Stock_Status { public function __construct() { // Check if WooCommerce is active if (in_array(‘woocommerce/woocommerce.php’, apply_filters(‘active_plugins’, get_option(‘active_plugins’)))) { add_filter(‘posts_clauses’, array($this, ‘order_by_stock_status’), 2000); } } public function order_by_stock_status($posts_clauses) { global $wpdb; // only change query on WooCommerce loops if (is_woocommerce() && (is_shop() || is_product_category() || is_product_tag())) { $posts_clauses[‘join’] .= ” INNER JOIN $wpdb->postmeta istockstatus ON ($wpdb->posts.ID = istockstatus.post_id) “; $posts_clauses[‘orderby’] = ” istockstatus.meta_value ASC, ” . $posts_clauses[‘orderby’]; $posts_clauses[‘where’] = ” AND istockstatus.meta_key = ‘_stock_status’ AND istockstatus.meta_value <> ” ” . $posts_clauses[‘where’]; } return $posts_clauses; } } new iWC_Orderby_Stock_Status; /** * END – Order product collections by stock status, instock products first. */
Yes
Hello,
No I didn’t change the archive pages. Currently I am using the 1.67 version of your plugin which is working fine, but if I update it to the next version the labels not showing anymore.
Emailed.
Please fix the problem
Forum: Plugins
In reply to: [Yoast SEO] Schema Output ImageObjectPlease check the attached photo.
The “contentUrl” should be the url of the content not same as the property “url”.
Thank you for your message. I am waiting for the next edition of your plugin.
Hello,
Please check the below photos:
As you can see in the below photo, attribute values for the “Shape”, “Theme”, “Subject” & “Construction” are empty.
https://s8.uupload.ir/files/attribute_value_5cjr.jpg
Your plugin shouldn’t generate these attributes for this product but did.
Hence, my product was disapproved! Please check the below photo:
https://s8.uupload.ir/files/google_error_potx.jpg
My feed url:
I am using Martfury theme.
No, I just using the default archive page.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Not displaying correctlyIt is possible to have same style as your theme in my website ?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Remove loop add to wish buttons on Archive PagesHello
I tested it but it didn’t work.
I found my theme has a template for the add to wish, so I changed it and worked.
I added an if filter and worked. Thank you for your help.
Google keeps the previous versions.
So, I reprocess the last edition of the feed.
No, I re-uploaded the last version of the feed?
Hello,
I didn’t get any errors. Just my active products dropped !!!
Please check the photo below.