• Resolved gibbons1984

    (@gibbons1984)


    Hi,

    I have come across an issue when adding a manual order in Woocommerce. I have disabled all the plugins on the site and narrowed it down to this one.

    The issue I am having is that when I go to Woocommerce > Orders > Add Order, then select add Add Item(s) and then Add Product(s). When I select the search/dropdown nothing happens. When I disable the plugin I then get a search function so seems to be an issue with the plugin stopping the dropdown from opening.

    I’ve checked the JS console and no errors or anything. Any help would be much appreciated.

    Thanks
    Kieran

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this CSS code on the theme customizer

    
    .select2-container{
    	z-index:999999 !important;
    }
    

    Let me know it works or not.

    Thread Starter gibbons1984

    (@gibbons1984)

    Hi Fahim

    Thanks for the reply. I’ve just tried adding the CSS and still not working. I can email over the code when inspecting the element if that helps at all?

    I did try a few CSS fixes but it doesn’t seem like the search box is being loaded at all for some reason.

    Make a screenshot and show me where you face this issue.

    You can upload your screenshots to https://imgur.com and attach the links here.

    Thread Starter gibbons1984

    (@gibbons1984)

    Hi again,

    I’ve just done a bit more digging and that was the issue, however, in the plugin file wpmm-admin.css it already has an !important tag on line 1374 so I couldn’t override it. I’ve manually altered line 1374 to say z-index: 999999 !important; and it seems to be working fine now. Thought I would let you know for future versions.

    Thanks
    Kieran

    Glad to know that works after increasing the numbers.

    If you found this plugin is helpful, we’d highly appreciate if you review WP Mega Menu plugin https://www.ads-software.com/support/plugin/wp-megamenu/reviews/

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