• Resolved laserstore

    (@laserstore)


    Hi there!
    I installed the plugin along with the Woodmart and Woocommerce theme, but I found a bug in the admin product page that occurs even though I don’t use the minify feature. It appears to be a CSS issue, as it doesn’t let you click the “x” to delete attribute options or selections as in the images below. Just disable the plugin and everything goes back to normal.
    Product Atributes

    View post on imgur.com


    Select Options

    View post on imgur.com


    In the case of selections, the “x” is behind the arrow and I can’t click.
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter laserstore

    (@laserstore)

    Checking with the browser’s own editor, I found these three items that are causing this in atributes

    View post on imgur.com

    View post on imgur.com


    It was enough to uncheck them for everything to be ok. I don’t know if I can make any changes around here to fix this, please let me know.
    Thnks!

    • This reply was modified 2 years, 8 months ago by laserstore.

    @laserstore The CSS screenshot you have shared is from WooCommerce, so in this case you’ll have to contact the WooCommerce support folks and report them the issue.

    Thread Starter laserstore

    (@laserstore)

    @bornforphp thank you for your response!
    In this case, do all sites that use woocommerce and its plugin have this problem? I managed to solve it at this point by changing the css in the admin panel.
    Tks!

    • This reply was modified 2 years, 8 months ago by laserstore.

    @laserstore Could be the case, you’ll have to apply the fix on all the other sites and check it works?

    Thread Starter laserstore

    (@laserstore)

    @bornforphp I did the test on two sites and in both the problem occurs, but I managed to solve it by applying css with the css injector plugin. You said that the classes are from woocommerce and not from the plugin, but when I disable your plugin everything returns, because apparently it is overwriting the css. This was the code I used:

    .select2-container–default .select2-selection–multiple .select2-selection__choice__remove {
    position: inherit !important;
    border-right: none !important;
    }
    .select2-selection__clear:before {
    margin-left: -55px !important;
    }

    So the problem was solved =)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug Fix’ is closed to new replies.