• Resolved homyroom

    (@homyroom)


    Hi there!

    First of all, many thanks for such amazin plugin!

    We have just tried it and have the following issues:

    1. Remove block
    We would like to remove the small block next to the “Add to compare” button but we cannot to identify the right element.
    Screenshot: https://ibb.co/Fg0VV1m

    2. Compare table
    a) We would like to change the order of the rows. How we can do it?
    b) How to remove the “atribute” row and an empty cell? Screenshot: https://ibb.co/k0RDff4

    3. How to remove word “COMPARAR” appearing above products on toolbar?
    Screenshot: https://ibb.co/WnLPYxc

    Thanks in advance for your useful support.

    • This topic was modified 3 years, 10 months ago by homyroom.
    • This topic was modified 3 years, 10 months ago by homyroom.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    1) It is element from your theme style. Please try to add this custom CSS

    .basel-hover-base .add_to_cart_button.br_compare_button:before {
        content: "";
    }

    2) You can change it only with overriding compare template. You can copy template new-compare.php from plugin templates folder to your-theme/woocommerce-compare_products folder and change it as you need.
    a) Plugin do not have possibility to change order of rows.
    b) “atribute” row can be remved only with overriding template, but empty cell cannot be removed, because left side of the table will not same as right side.

    3. Hello in widget toolbar plugin only has “Compare” button to open compare.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Some issues with the plugin’ is closed to new replies.