• Resolved ae700

    (@ae700)


    Hi,
    by using the shortcode of the modal popup box in a product site (woocommerce), it hides the nav menu in header.
    I guess the css overlaps with the css of the theme (ocean wp).

    Please help

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ae700

    (@ae700)

    I’ve solved this issue…
    It was the class “dropdown-menu” in your css.

    But I still cannot solve the overlay issue.
    The overlay doesn’t cover all elements

    Plugin Author A WP Life

    (@awordpresslife)

    Hi @ae700,

    That’s good you solved the CSS issue.

    I think the other one is due to: https://prntscr.com/vqdhqt

    Thanks

    Thread Starter ae700

    (@ae700)

    Hi @awordpresslife

    thank your for the reply!

    Could you please help me to solve it?

    Thanks!

    Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    Can you please disable your cache plugins like autoptimize and wp supper cache if you have and check again.

    Thanks

    Thread Starter ae700

    (@ae700)

    hi,

    done, same result

    Optimizing Matters

    (@optimizingmatters)

    for future debugging reference; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    frank (ao dev)

    Plugin Author A WP Life

    (@awordpresslife)

    Thanks @optimizingmatters for the tweak for testing live things.

    Hi @ae700,

    For covering all elements by Overlay, Try this Custom CSS code:

    
    .md-overlay {
        background: #111111;
    }
    

    Where to put code?
    Check the screenshot – https://prntscr.com/vr68cp

    Hope you like the plugin, please rate us here.

    Thanks

    Thread Starter ae700

    (@ae700)

    hi @optimizingmatters

    thanks for the hint!

    @awordpresslife
    thank you! I will try it and give you feedback

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Modal box hides nav menu in header’ is closed to new replies.