• Resolved mauferrusca

    (@mauferrusca)


    I am trying to hide/unhide a hero slider.

    I have 6 containers in my design, which show in the Navigator.

    However, when I inspect the code, the second container has every following container inside it, so when I hide it, everything that created after it hides with it (excepting header and footer), even though they are arranged as separate containers, one after the other. Why is this happening?

    I am using the Flexbox experimental feature.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, could you please send us a link to the page where the issue occurs?

    Thread Starter mauferrusca

    (@mauferrusca)

    Hello. I’m working on it locally. I will try to make it public in a few hours. Thanks.

    Thread Starter mauferrusca

    (@mauferrusca)

    Here it is.

    As you can see, the page appears empty on desktop and then both sliders and the rest of the page appear when in mobile.

    https://talentumhr.ca/v2-test-3/

    Hi @mauferrusca , if I understand correctly it seems you have one container and all other containers are within it (which is correct). https://snipboard.io/GLFynH.jpg
    You have to have one big container- the “main container” that will serve as a page, and when adding other containers they should be within it as child containers. What you should do in this case is to hide only the relevant child containers and not the parent ones. I hope it makes sense and helps

    Thread Starter mauferrusca

    (@mauferrusca)

    SO the correct practice is to have one parent container and inside it all the children?

    I was under the impression that what shows inside the navigator is already inside a main or parent container.

    I’ll try it that way, thanks.

    Hi, it mainly depends on the design of the page and how it should look. In any case, if the current structure on your page is as I mentioned then you will have to check the containers across the page.

    Also, make sure that you haven’t hidden the widgets.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Second container groups the following’ is closed to new replies.