This site is running Voxel Theme Version: 1.6.1.1 | Elementor Plugin Version: 3.29.2

Join the Voxel Guide Community!

Get Involved

Hide Menu Popup When Clicking Anchor Navigation

Description/Instructions

When doing a single page site, I noticed that that menu popup doesn’t hide after clicking the anchor nav item. This code fixes that.

If this snippet helped, feel free to buy me a taco :)

document.addEventListener('click', function(event) {
if (event.target.closest('.ts-popup-root .ts-field-popup li a')) {
const popup = document.querySelector('.ts-popup-root');
if (popup) {
popup.style.display = 'none';
}
}
});

  • JS
Copy Code

Let's Chat About this Snippet

Chat Toggle
Voxel Guide AI
Voxel Guide AI
Voxel Guide AI
Voxel Guide AI
Ask me anything about Voxel!
Send
Powered by AI24