Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m afraid this plugin is not ment to use like this.

    You could achieve this by using the plugin Advanced Custom Fields, and adding an extra field to the post type you want.
    This would create an extra field which you can then handle with CSS to show/hide onclick.

    Even possible without ACF, quicker but more messy, eg by putting that specific content in a DIV with its proper class or ID. Same step then to write show/hide CSS code.

    some code examples: https://codepen.io/ssstofff/pen/vEQEgK

    good luck

    Plugin Author Daniel Iser

    (@danieliser)

    @rajc, @kristof Bernaert – Actually this can be done. There are quite a few ways to do this as well.

    1. Inline popups using the shortcode in your portfolio template.
    2. Insert a shortcode that shows the post content from another post into the popup content. There are plugins that do this I believe, if not I could make one in a few minutes as its that simple.
    3. Custom development, setup a JS click event on the portfolio items, load the content from those urls via AJAX and replace the content of a specific popup and then use the Popup Maker jQuery API to trigger it to open.

    Really depends on your needs.

    @kristof Bernaert – Just as an FYI this plugin is way more capable than any description can provide. It can be used in nearly any way you can imagine with, most are quite simple to set up, others require a minimal knowledge of JS, but if you can imagine a scenario that popups/modals would be useful this plugin can do 90% of the work to get you there.

    Plugin Author Daniel Iser

    (@danieliser)

    @rajc – Closing this ticket due to inactivity. If your still having an issue post here and we will continue troubleshooting.

    Please take a moment to rate and review the plugin and or support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can we use Popup-Maker to open posts/pages in modal pop up?’ is closed to new replies.