• Resolved PowerCorePC

    (@misslehead)


    I’m having an issue with Woocommerce in conjunction with the Virtue theme. My drop down menus for each variation on a product grow in size on each update. It only affects the width but the base width is 240px and it grows by 10px on each update. For example, if my product is a shirt, the variation drop menus of color and size will start at 240px but will grow by 10px when I change from red to green or large to small. Any help? I can watch it happen through “Inspect Element” but don’t know how to fix it through WordPress/Virtue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • hello,

    Can you please share a link to your site so that I can take a look at this?

    Thanks,
    Kevin

    Thread Starter PowerCorePC

    (@misslehead)

    Hi Kevin,

    here is a link to a product on my website (http://www.powercorepc.com/product/enthoo-pro-m-w-intel-i7-7700k/). If you try changing a variable such as “CPU Cooler” you will see the variation’s menu width change on each update.

    Thanks

    The first thing that I would try is to deactivate your plugins one by one to see if the dropdown stays the same when a certain plugin is OFF.

    Let me know if you find anything.

    -Kevin

    Thread Starter PowerCorePC

    (@misslehead)

    I only have WooCommerce, WooCommerce’s Stripe Gateway and Kadence’s ToolKit installed and activated. Disabling Kadence’s Toolkit doesn’t change anything. Are you able to recreate the problem? or should I just try uninstalling and reinstalling Virtue?

    Hey thanks for posting, As a temporary solution add this to your theme options > advanced settings > custom css box:

    div.product form.cart .variations select {
        width: 220px !important;
    }

    I am going to look into this more and update it with the next theme update.

    Thread Starter PowerCorePC

    (@misslehead)

    Thanks for the response that fixed the issue, hope you can get it sorted out for everyone.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Variable Product’s menu issue’ is closed to new replies.