GoodVine
Forum Replies Created
-
Hello Rank Math.
I solved the problem with css.
Forum: Reviews
In reply to: [Fotorama] Великолепный плагинБыл не прав. Есть такая возможность fit=”scaledown”. Я в восторге от работы плагина.
Hi,
I means Product Filter
See image http://www.screencast.com/t/V9KGidwijForum: Plugins
In reply to: [Advanced AJAX Product Filters] Formating price with Thousand SeparatorResolved for number of decimals. At widget.min.js set toFixed(0) instead toFixed(2).
For Thousand Separator I hav’t idea
Forum: Plugins
In reply to: [YITH WooCommerce Compare] PHP Warninggleenk See my post https://wordpress.org/support/topic/error-with-wc-24x?replies=3#post-7471055
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare products by custom fieldsThere is solution for yith-woocommerce-compare.2.0.0 and woocommerce.2.3.13 (wordpress 4.3.1)
In class.yith-woocompare-helper.php at public static function standard_fields add
'character' => __( 'Characters', 'yith-wcmp' ),In class.yith-woocompare-frontend.php at public function get_products_list add
case 'character': $chars = get_post_meta($product_id, 'characteristics' ); $product->fields[$field] = $chars[0]; break;after
case 'description': $product->fields[$field] = apply_filters( 'woocommerce_short_description', $product->post->post_excerpt ); break;where characteristics is My Custom Field.
This don’t work on older version of yith-woocommerce-compare
This don’t work on woocommerce2.4.xForum: Plugins
In reply to: [YITH WooCommerce Compare] Customize Compare TableThere is solution for yith-woocommerce-compare.2.0.0 and woocommerce.2.3.13 (wordpress 4.3.1)
In class.yith-woocompare-helper.php at public static function standard_fields add
'character' => __( 'Characters', 'yith-wcmp' ),In class.yith-woocompare-frontend.php at public function get_products_list add
case 'character': $chars = get_post_meta($product_id, 'characteristics' ); $product->fields[$field] = $chars[0]; break;after
case 'description': $product->fields[$field] = apply_filters( 'woocommerce_short_description', $product->post->post_excerpt ); break;where characteristics is My Custom Field.
This don’t work on older version of yith-woocommerce-compare
This don’t work on woocommerce2.4.xForum: Plugins
In reply to: [YITH WooCommerce Compare] Error with WC 2.4.xI used yith-woocommerce-compare 2.0.0. and 2.0.3. – the same error.
After save changes in plugin fields yith_woocompare_fields_attrs and yith_woocompare_image_size has value Array. If I manually change it to works value ( ‘yith_woocompare_image_size’, ‘a:2:{s:5:”width”;s:3:”220″;s:6:”height”;s:3:”154″;}’….) compare works. As long as I press save changes…Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare products showing in an iframe_flow, Thanks. It works.
But some script errors I still view in console (Failed to load resource: undefined)Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare products showing in an iframeYes, I have the same bug on websites and demo in different browers.
In console of chrome i see: Failed to load resource: the server responded with a status of 404 (Not Found) http://preview.yithemes.com/room09/shop/africa-style/undefined
or GET http://preview.yithemes.com/room09/undefined 404 (Not Found) in jquery.js
This undefined error i see on all sites