• Resolved Marloesv

    (@marloesv)


    Hi!

    I want the popup to appear on the place you clicked. Is that possible? Now I can only choose a position like top or middle.

    Also, in some themes it is not possible to give the image a class, is it possible to trigger the popup from an url? Or is there another way to give an image a class?

    Thanks!

    Kind regards,
    Marloes

    https://wordpress.org/plugins/popup-maker/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @marloesv – For the first part, this currently isn’t possible without writing your own positioning JS to override ours. Which is perfectly doable without hacking our files, but is a complicated process.

    I will make a note to see if we can add it in the future. It was part of Easy Modal the predecessor to Popup Maker but we no longer use the same JS dependencies as we did for that one which means the function isn’t nearly as simple.

    As for images, if you can’t add a class or wrap it with a shortcode then your only alternatives are to use a custom CSS selector that would target the correct image and add that to the Click Open Settings -> Extra Selectors field in the popup editor, or lastly you can use pure JavaScript and our JS api.

    As for links to popups that will likely never happen as popups are not a public content type (IE like pages & posts). Popups are meant to be purely supplemental to existing pages/posts, so that is unlikely.

    We may add a hash check which could be useful here. #open-popup-123 for instance would trigger it and #close-popup-123 would close it. Just thought of that now so don’t look for it in the immediate future.

    Hope that helps.

    Thread Starter Marloesv

    (@marloesv)

    Thanks for your answer!

    Plugin Author Daniel Iser

    (@danieliser)

    @marloesv – Not a problem, Please take a moment to rate and review the plugin and or support.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Position popup’ is closed to new replies.