Open Popup Widget when clicking on a WordPress Menu item

In this post, I will share a tip to active Popup Widget when clicking on a WordPress menu item

If you have installed Popup Widget, you will see that the widget provides an HTML Element ID option in the Trigger, you can activate the widget when users click on this ID.

First, you need to open your site > Right click on a menu item > Choose Inspect

A box will appear on bottom (or right) of screen >> Show something like this >> You will see your menu item text + link in the code. Find its parent element, you will see the ID as shown
Here ID is menu-item-463

Next, add this ID to Popup Widget
image

Done!

Well done @tuanphan, thank you so much!