Is it possible to use a hamburger menu to open a lightbox and hide another container, then be able to close the lightbox and show the container again? I can click to open the lightbox and hide the container, but can’t get it to show the container again. I’m guessing because the lightbox needs to be dismissed and covers the hamburger so it can’t be pressed again?
Also while on this subject, I have differing positions on the lightbox placement with different devices/monitors so this probably is pointless! On once PC the box was halfway under the top search bar on my PC!!
Hey Tal, thank you so much that worked perfectly! I had to use a full half screen lightbox and make transparent then add the menu and that seems to work ok. Can you please confirm it is ok on your desktop?
Hi Tal, I have since realised that the buttons don’t work in the lightbox with this code? Do I need to use wix cide instead of linking normally to a page?
Ok, so got the links working by removing the (event) in the brackets. But now when I click a link and go to the page my hamburger menu is gone.
It is because I want the close button to be on top as per attached image so I hide the hamburger but it doesn’t come back with the code on after clicking a link. Please help
I’m not sure that I fully understand what you would like to achieve. I’ve accessed your editor and noticed that you removed the element with the ID of ‘shape4’. Please clarify what is the scenario and send us a video of the issue using screencast . Simply recreate the issue while recording the steps. Add the screencast.com URL to your response.
So basically I want to hide the hamburger icon when I open the lightbox, then have it reappear when I close it. My code works great until I open a new page off the menu, then the hamburger is missing. Video link here: Dropbox - File Deleted - Simplify your life
Thank you for your patience! Nearly there. I have a link from that lightbox menu going to another lightbox (virtual tour) with a video. Once you close that, once again the hamburger icon is missing. I thought the OnReady would take care of this?
Please note that there are two different scenarios:
Redirecting from a Lightbox to a page:
In this case, you would need to make sure that the shape is displayed when redirecting to the page by using the onReady event.
Redirecting from a Lightbox a different Lightbox:
In this case, you wish to perform an action after the Lightbox is closed . Therefore, you would need to open the Lightbox using code and show the element using a promise . Note that I checked your editor and saw that you linked the “Virtual Tour” menu button using the editor instead of creating onClick event as explained on my first reply.
Hello Everyone,
Here, I am sharing some points regarding the issue or understanding my site.
I have created a lightbox for creating a vertical menu.
When we click on the menu the lightbox is hiding. I want, the lightbox does not hide at the time of click.
For better Understanding I am sharing the video link, so please check the link and suggest to me for a better option. menutask.webm
Thank You.