Home Forums WoodMart support forum Second Custom Pop-Up Reply To: Second Custom Pop-Up

#95647

loveinaboxro
Participant

I figured it out. You cannot open any pop-up from a menu item because you cannot put the “woodmart-open-popup” class directly on the <a> tag. When you add the class for a menu, you place it on the <li> tag, not the “a” inside of it. I came up with a workaround by creating a text/html block instead of a menu and placed it in the header. Then I added two links with the class and the jump-link:

<a title="" href="#"><i class="fa fa-life-ring"></i><span class="nav-link-text">NEWSLETTER</span></a>
<a title="" href="#support"><i class="fa fa-life-ring"></i><span class="nav-link-text">SUPPORT</span></a>

Maybe you guys could add at least one additional popup similar to the newsletter one. It would be alot easier to achieve this..

Thank you.