Hii! I’m currently working on my portfolio. My navbar has a dropdown menu that used to open and now it doesn’t, it ends up only opening on preview but not when my site is published. Thank you!
Here is my site Read-Only: LINK
Hii! I’m currently working on my portfolio. My navbar has a dropdown menu that used to open and now it doesn’t, it ends up only opening on preview but not when my site is published. Thank you!
Here is my site Read-Only: LINK
Hey @Kamen_Chen ,
I can see that the navbar does open on preview and published site, but the interaction Stagger menu items - delay: 0.05 - pause: 0.2 2 has opacity properties setup which is affecting the nav links from being visible. You might want to explore the settings of it to get the results that you want for your project.
Hope this gives you some idea.
Oh, I didn’t even notice the links were still clickable on the published site, but the block in which the list should be in is not visible.
Hey @Kamen_Chen ,
Some setting in the animation is interfering with the visibility of the navigation items.
When I view the published site and remove opacity: 0 from the navbar_dropdown-list and Into view ... items, I am able to see the menu as follows:
So, you might want to explore and tweak the animation, for testing purposes maybe remove all the opacity actions and see if that works and then introduce each action and test it out to see which setting breaks the flow.
Hope this gives you some idea.
That did fix it. Thank you so so much!