Hello dear friends,
How can I remove attribute rel=”nofollow” from compare button links?
Google is not indexing my pages because this attribute on this links. =(
Thanks for any help. =)
]]>Dear YITH Team,
I hope this message finds you well. I am experiencing an issue with the compare button not loading properly under the products. It keeps showing a “working” status but never finishes adding the item. Could you please assist me in resolving this issue?
Thank you in advance!
Best regards,
]]>Hello, I need help with this page. I have 3 dummy products from Woocommerce, when I try to click on the “Compare” button by YITH, it adds the FIRST product to the Modal, but when I try to ADD more products, it does not appear on the modal.
SOMETIMES it works, but most of the time it does not.
Please help.
Thanks!
]]>How can I remove the rel=”nofollow” on compare buttons?
Thanks!
]]>Buenas tardes, he instalado en mi sitio de wordpress los plugins de: woocomerce, yith-compare, yith-wishlist.
Funcionan perfecto, pero ha y algunas cosas que no puedo traducir al espa?ol.
1- La barra de busqueda de productos sigue diciendo “All Categories” y Search…”
2- Los iconos del margen superior derecho, al posicionar el mouse sobre ellos, continuan diciento “compare” “wishlist” “My Account”, y no encuentro donde pasarlos a espa?ol.
No see si esto es para la version pro, por eso la consulta… si se puede cambiar en la version gratuita, me interesaría saber como hacerlo.
Desde ya muchas gracias
Hi I’m using this plugin to create a compare functionality in custom woocommerce store front theme. But I couldn’t create a separate page for compare. The shortcode for compare page is not working. pls share the shortcode for displaying the comparsion table in a seperate page. The comparision table in the modal is working properly I’ve this issue only when i use the shortcode in a seperate page in editor. Pls rectify this issue.
]]>when i index my site on google search engines, the following problem appears:
alternate page includes an appropriate canonical tag
after searching for the links that cause this problem, it was found that the yith compare add-on generates new pages that contain the same data as the main pages.
how do i stop generating these generated pages?
how to resolve this problem?
I will include two links, one is basic and the other is created using yith compare:
Basic Url: https://ntaqaljwza.com/product/apple-iphon-15-605124/
yith compare created: https://ntaqaljwza.com/product/apple-iphon-15-605124/?action=yith-woocompare-add-product&id=3561&_wpnonce=4b8ac1dff4
]]>When I click on the compare button the lightbox opens but it never adds any products to the table. It always says “No products added in the compare table”.
]]>Hello,
is it possible to create a code to add a “compare” button in the space next to add to wishlist and quick view
What I mean by that is to add a “compare” button in the red square
I tried to create the code myself, but it does not work
add_action('woocommerce_after_shop_loop_item', 'add_compare_button', 15);
function add_compare_button() {
global $product;
$product_id = $product->get_id();
echo '<div class="single-compare">';
echo '<a href="#" class="compare button" data-product_id="' . esc_attr($product_id) . '">';
echo '<span class="et-icon et-compare"></span>';
echo '</a>';
echo '</div>';
}
]]>
Hi! can you help me? SEO report wants to change 302 redirect to 301
How i can do this?
]]>Hi,
In order to be GDPR compliant we need to block cookeis unless they are accepted. We are using Cookieyes and it has flagged cookies for yith_woocompare_list and is aksing for a a script URL pattern so that the cookie can be blocked unless the customer allows it. Can you advise as to what the a script URL pattern should be?
Thanks.
]]>Hello! I have some bag on mobile version of plugin while scrolling compare table. Can you please tell me why it’s happening and how can i fix it? Add a video example. https://www.veed.io/view/c8099fa9-ab40-4ec5-b3f0-c461d49124a0?sharingWidget=true&panel=share
I have this bag at least on iphone11, 12pro, 13 and on android devices
]]>Hi there, i’m having the same issue that this post:
https://www.ads-software.com/support/topic/ajaxurl-has-not-been-defined-2/
I get an error on the browser (AjaxURL has NOT been defined) when I compare or press the compare button. I added “yith-woocommerce” and even “yith-woocommerce-compare” to excluded pages on WP Fastest Cache (start with, contains, is equal to, regex), to excluded css and to excluded js but i always get the error!
Can someone help?
Thanks in advance!
]]>I just want to know if there is a ready-made free widget or custom code to display an icon with the products count in comparison, which is updated in real-time by ajax.
Shortcode code something like this(wishlist):
if ( defined( 'YITH_WCWL' ) && ! function_exists( 'yith_wcwl_get_items_count' ) ) {
function yith_wcwl_get_items_count() {
ob_start();
?>
<a href="<?php echo esc_url( YITH_WCWL()->get_wishlist_url() ); ?>">
<span class="yith-wcwl-items-count">
<i class="yith-wcwl-icon fa fa-heart-o"></i>
<span class="yith-wcwl-number"><?php echo esc_html( yith_wcwl_count_all_products() ); ?></span>
</span>
</a>
<?php
return ob_get_clean();
}
add_shortcode( 'yith_wcwl_items_count', 'yith_wcwl_get_items_count' );
}
if ( defined( 'YITH_WCWL' ) && ! function_exists( 'yith_wcwl_ajax_update_count' ) ) {
function yith_wcwl_ajax_update_count() {
wp_send_json( array(
'count' => yith_wcwl_count_all_products()
) );
}
add_action( 'wp_ajax_yith_wcwl_update_wishlist_count', 'yith_wcwl_ajax_update_count' );
add_action( 'wp_ajax_nopriv_yith_wcwl_update_wishlist_count', 'yith_wcwl_ajax_update_count' );
}
if ( defined( 'YITH_WCWL' ) && ! function_exists( 'yith_wcwl_enqueue_custom_script' ) ) {
function yith_wcwl_enqueue_custom_script() {
wp_add_inline_script(
'jquery-yith-wcwl',
"
jQuery( function( $ ) {
$( document ).on( 'added_to_wishlist removed_from_wishlist', function() {
$.get( yith_wcwl_l10n.ajax_url, {
action: 'yith_wcwl_update_wishlist_count'
}, function( data ) {
$('.yith-wcwl-items-count').children('.yith-wcwl-number').html( data.count );
} );
} );
} );
"
);
}
add_action( 'wp_enqueue_scripts', 'yith_wcwl_enqueue_custom_script', 20 );
}
]]>
I hid the side column with the titles of the “th” columns, and for some reason that I can’t identify the product columns they are behaving differently, for example in the case of 2 products in the table the first column occupies the majority and the second column is compressed, leaving the data misaligned. How can I make all columns occupy the full available width equally, regardless of the number of products in the table?
Thanks in advance if anyone can help me with this
https://photos.google.com/photo/AF1QipPeO_P7U0YezDMdD6mbZHWgkYYZUu1ATSA8jxnP
]]>Hello, I have a problem with the comparison plugin, when you click on the comparison button, a page opens in which there should be a comparison of products, but as a result there is nothing there and only an inscription about a critical error
]]>I have problem that I check to show a compare button at a product single page but it doesn’t show. I use Woostify pro Theme. Thanks for help
]]>Hello, I have some formatting problems in the comparison table.
1 – I removed the fixed column with display none in the style.css folder (but I’m not sure if this is the best way).
2 – My use of the plug-in is used to compare technical specifications of products such as cell phones, and this caused me a series of problems… I put the plug-in to pull the main description of the product and in the product description I put a table html with the product specifications, however, as it is practically an HTML table within another table, the formatting is not correct, I need all products added to tables to be treated equally in terms of parameters, I don’t know if a difference in the odd and even columns or The first product added has some privilege but the first product works as expected, the second one and the others are smaller and misaligned. How can I do this?
3 – I want all products to be possible to remove from the table, and when there is only one product, the pop-up closes when clicked on remove.
https://photos.app.goo.gl/VtGCyRVvgSnU8a4w8
waiting for your reply thanks
]]>Hello,
I’m using free plugin one for compare products. I noted that the compare table read the (Short Description) NOT the (Full Description)
I need the plugin shows the table of FUll Description
how can I do that?
YITH compare doesn’t work on homepage. on all other pages it works. what could be the problem. the theme i use is sw paradise
]]>Hello Team YITH, I am reopening a ticket because I do not have any answer on my other ticket since a few weeks now : https://www.ads-software.com/support/topic/yith-compare-button-shortcode-change-text-for-icon/
Here is a recap:
Dear Team YITH Compare,
Hope you are well. I need your help with the YITH Compare button shortcode. I would like to change the text “Compare” for the Font Awesome icon fa-right-left (unicode f362). I tried to follow the process that one of your team members gave me to replace the text of another button but for some reason, it is not working as expected ?? Could you please help me figure it out so the icon is always shown?
I shot this video to explain the issue in detail, please let me know if it is clear enough: https://share.vidyard.com/watch/n9VgGa5K1iuHYqXJahLLmz?
Looking forward to hearing from you,
Thank you very much for your help,
Best regards,
Sophie
Hi,
After installation the free version, I can only see the compare button. When I click the compare button, it only shows blank page.
How does the free version work?
]]>Hello,
I was trying to remove compare button from product loop default position. Use remove_action hook but its not working.
I was trying both way from my theme and plugin.
remove_action('woocommerce_after_shop_loop_item', ['YITH_Woocompare_Frontend', 'add_compare_link'],20 );
global $yith_woocompare;
remove_action( 'woocommerce_after_shop_loop_item', [ $yith_woocompare->obj, 'add_compare_link' ], 20 );
]]>
Hello,
When I updated the Yith Compare plugin to the latest version v2.30.0
PHP Fatal error: Uncaught Error: Call to undefined function yith_plugin_fw_wc_is_using_block_template_in_product_catalogue() in …\wp-content\plugins\yith-woocommerce-compare\includes\class.yith-woocompare-frontend.php:907
Please check this.
Regards,
]]>Happy Monday Team YITH Compare,
Hope you are well. I need your help with the YITH Compare button shortcode. I would like to change the text “Compare” for the Font Awesome icon fa-right-left (unicode f362). I tried to follow the process that one of your team members gave me to replace the text of another button but for some reason, it is not working as expected ?? Could you please help me figure it out so the icon is always shown?
I shot this video to explain the issue in detail, please let me know if it is clear enough: https://share.vidyard.com/watch/n9VgGa5K1iuHYqXJahLLmz?
Looking forward to hearing from you,
Thank you very much for your help,
Best regards,
Sophie
Hello,
could you please help me to solve the problem with the meter? I have added an icon to the site header for the mobile version and an icon to the site header for the pc version. Also I added a snippet that added to the icons counter. But for some reason, the counter in the mobile version and the counter in the pc version are different. If I put aside products for comparison in the mobile version, then in the pc browser will be empty and vice versa. What could be the problem? How does the plugin store the data?
Updated
I think I realized what the problem is. Wishlist has its own ‘wishlist_token’ token to store user data, while compare does not. Could you please add the use of the token for compare. It is also needed so that users can successfully continue to use the resource switching to other devices.
Thanks
]]>Hello.
After update plugin i see:
Fatal error: Uncaught Error: Call to undefined function yith_plugin_fw_wc_is_using_block_template_in_single_product() in /wp-content/plugins/yith-woocommerce-compare/includes/class.yith-woocompare-frontend.php:113 Stack trace: #0
Why?
]]>Hello, I have a problem with the plugins COMPARE. It does not add me products in the list and does not add me products in the comparison table
]]>Hello,
please let me know what could be the reason the compare button/functionality working only if visitor signed in, if not signed in compare button isn’t feed compare page and compare page empty,,
can you explain what caused with compare plugin?
]]>Hi,
Once I have added products to be compared, when opening the iframe to see all the comparison information are very slow before being displayed.
Is that something expected ? I’m using Divi / WooCommerce / WP-Rocket
]]>