• jaidevpandit14

    (@jaidevpandit14)


    Hello Admin,
    After installing the plugin my wishlist icons are not displaying. Please fix this issue.

    Also my discount label position changes in responsive devices.

    Kindly check the above two points and update me asap. Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    Please provide site shop url.

    Regards,
    Dima

    Thread Starter jaidevpandit14

    (@jaidevpandit14)

    Plugin Author RazyRx

    (@razyrx)

    Hi,

    Please disable plugin to see the difference.

    Regards,
    Oleg

    Thread Starter jaidevpandit14

    (@jaidevpandit14)

    Done. If you see the products grid view page you will now find add to wishlist icons on hovering the product image as well as you will see heart icon in the main menu when you disable this plugin.

    Plugin Author RazyRx

    (@razyrx)

    Hi,

    Please check how block in the bottom displayed. Because this block already displayed incorrect in some products.

    Regards,
    Oleg

    Thread Starter jaidevpandit14

    (@jaidevpandit14)

    Yes I checked the block in the bottom is by default theme functionality. But it should not be hidden when we enable the plugin. Kindly fix the error.

    [ No bumping please. ]

    Plugin Author RazyRx

    (@razyrx)

    Hi,

    This plugin adds older version of Font Awesome to your page, that doesn’t have some icons.
    In plugins directory open file woocommerce-advanced-products-labels-free/woocommerce-advanced-product-labels.php and remove line 92 and 93:

            wp_register_style( 'font-awesome', plugins_url( 'css/font-awesome.min.css', __FILE__ ) );
            wp_enqueue_style( 'font-awesome' );

    Regards,
    Oleg

    Thread Starter jaidevpandit14

    (@jaidevpandit14)

    Hello Admin,
    Thanks for the solution, but can you help me with one more issue. The position of my label changes in responsive devices. I want it fixed on top right corner.

    Plugin Author RazyRx

    (@razyrx)

    Hi,

    This problem happens, because your theme uses incorrect templates and some hooks is in incorrect places.
    You can try to use this JavaScript on page load

    jQuery('.br_alabel_image').each(function(i,o){
    if( jQuery(o).parents('.br-product').find('.br-product__media').length > 0 ) {
    jQuery(o).appendTo(jQuery(o).parents('.br-product').find('.br-product__media'));
    }
    });

    and change in CSS

    div.br_alabel_image {
        top: 10px;
    }

    Regards,
    Oleg

    Thread Starter jaidevpandit14

    (@jaidevpandit14)

    Hello Admin please can you tell me in which file shall I add the Javascript code.

    [ No bumping please. ]

    Plugin Author RazyRx

    (@razyrx)

    Hi,

    You need add this code to any file, that will be executed when page loaded.
    Maybe your theme has JavaScript file, that loads on all pages.

    Regards,
    Oleg

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Plugins Conflicting With My Wishlist’ is closed to new replies.