• I am having issues with controlling the visibility of a flexbox container. The settings are below. The idea is to make a hamburger menu system. It’s supposed to be hidden until you click the hamburger icon. If you click the cross it should hide it again. This works on widgets but not containers.

    I also noticed that when you turn off visibility the container in the Structure sidebar still shows that it’s hidden. You have to save the page and reload the editor before it correctly shows the visibility status. Again this behaves correctly with other widgets.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi Dooza!
    We cannot reproduce the problem you have shown.
    Have you checked whether you see any errors in the browser console? Thank you!

    Thread Starter dooza

    (@dooza)

    There aren’t any errors in the console whilst editing the page. The only way to make this work is to use the Responsive Visibility control in the Advanced tab. If I set to hidden on all of them it works.

    I’m having the exact same problem. Nothing installed besides elementor and this.

    Sharon

    (@retourtjevos)

    I have the same problem.

    If have 2 containers set to hidden until a button gets clicked. Only on the frontend both containers are visible when the page loads. Everything else works like a charm and as it should (like hide other container when targeted container is visible, toggle also works), it’s only seems that on page load both containers are visible.

    For me the workaround Dooza shared works. If you set Elementor responsive settings to hidden the containers are hidden on page load and get visible when I click a button.

    John

    (@artoftech)

    I’ll throw my hat in as well. No issues with Sections, but containers and inner sections aren’t working as advertised.

    I got containers to actually hide using this CSS:

    .dce-visibility-element-hidden {
    display: none!important;
    }

    But the “Hide other Elements” selectors are being ignored.

    Thanks for any insights,

    John

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