Viewing 7 replies - 1 through 7 (of 7 total)
  • It’s hard to offer too much advice based only on a screenshot, but I suspect this is a conflict with your theme or another plugin.

    Can you try deactivating all other plugins and switching to a default, unmodified theme – does that resolve this?

    Thread Starter webguru6

    (@webguru6)

    Thanks for getting back to me!

    I deactivated the plugins one at a time until I found the conflict.

    It turns out the plugin named ‘WooCommerce Subscriptions’ is causing the issue!

    Might you have any ideas how a work around for this or my next step to take?

    Thank you again for your time on this issue I really appreciate it!

    I’m having the exact same issue. I narrowed it down to WooCommerce overriding the default Chosen styles. They add this on their stylesheet:

    .chzn-container .chzn-drop {
    background:#fff;
    border:1px solid #aaa;
    border-top:0;
    position:absolute;
    top:29px;
    left:0;
    -webkit-box-shadow:0 4px 5px rgba(0,0,0,0.15);
    -moz-box-shadow:0 4px 5px rgba(0,0,0,0.15);
    box-shadow:0 4px 5px rgba(0,0,0,0.15);
    z-index:1010
    }

    That left: 0; breaks any Chosen drop down that’s in the page, by always showing it open. I emailed the WooCommerce team about it, and I’m trying to find a fix that doesn’t require modifying any plugin.

    Barry Hughes

    (@websitebakery)

    Right – it really needs to be brought to the attention of Woo and we’ve also let them know about this. The crux of the issue, despite what they have in their stylesheet (which probably works well for them), is that their assets are being enqueued on our admin screens and indeed all WP admin screens.

    Hopefully though that will be tightened up in the future and they will only set up scripts and styles on those screens and pages they are responsible for / they absolutely need to interfere with. One of our devs, Kyle, did produce this fix which might be helpful (if you add it to your theme’s functions.php file remember that the opening <?php tag is normally unnecessary).

    Could it be that the Woo styles are being enqueued because of the Tickets integration?

    Anyway, thanks to Kyle! I had done a much more crude fix but yours is a lot cleaner.

    Thread Starter webguru6

    (@webguru6)

    Thank you very much Barry! I implemented that temporary fix and works great!

    Hopefully Woo figures something out in the coming updates!

    Tell Kyle I appreciate that very much!

    Thanks to all who pipped in!

    Barry Hughes

    (@websitebakery)

    I will let Kyle know ??

    Could it be that the Woo styles are being enqueued because of the Tickets integration?

    WooCommerce Subscriptions itself is doing this – we let the team over at Woo know and I believe some corrective work is underway.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HELP, Events Detail Drop-down issues!’ is closed to new replies.