• Resolved slm800

    (@slm800)


    So I have a popup successfully working on my front page, but when I tried to create an image map on another page and use the click open trigger it didn’t seem to open. Will this plugin work with image maps? Is it something with the area href tag instead of a normal a href that doesn’t work properly, or something else? Thanks

    <map name="image-map">
        <area href="#popmake-508" target="" alt="Lighting" title="Lighting" coords="377,152,32" shape="circle">
    </map>
Viewing 3 replies - 1 through 3 (of 3 total)
  • @slm800

    Sometimes triggering the popup via href is not 100% reliable as noted under Method #3 in this doc.

    Important: While the easiest method to trigger a popup, some themes target all “#” type links. These themes then take over the click event for our link. This means the popup will not trigger. If you’re a user of one of these types of themes, then this method will not work for you.

    It could also have something to do with the image map as well, as you mentioned. I would try adding the class of popmake-508 instead of hrefs and see if that fixes the issue.

    If you continue to have troubles, please provide a link to the site in question and what needs to be done to trigger the popup so we can investigate the issue.

    Let us know how it works!

    Thread Starter slm800

    (@slm800)

    The class worked…thanks very much for your help!

    @slm800

    Glad I could help!

    If you haven’t already, please do take a moment to click that Popup Maker Works and to rate and review the plugin to spread the love! <3

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Popup with image map?’ is closed to new replies.