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

    (@danieliser)

    @dids-wp – This would take some work in your template but absolutely possible.

    Check out the following tutorial for an example of using popups in this way.

    https://wppopupmaker.com/docs/advanced/create-read-more-popups-for-posts/

    Let me know if I can answer any further questions.

    Thread Starter Dids-wp

    (@dids-wp)

    Thank you Daniel,
    that looks promising indeed ??

    I copied the 4th line starting with

    <?php echo do_shortcode("[popup id='post-"

    I’ve replaced popup id='post- with popup id='popmake-1517'

    and pasted the new line in the post loop of my theme, unfortunately nothing happens.

    Can I send you the file I’m working on perhaps I didn’t paste it in the correct location?

    Plugin Author Daniel Iser

    (@danieliser)

    @dids-wp – Sure my email is danieliser at wizardinternetsolutions.com.

    You will likely want to leave the post_id in the shortcodes. It differentiates the different popups created.

    Essentially you are making a unique popup for each post or portfolio item. Then the links have matching classes which will make them open the correct popup.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Suitable for portfolio’ is closed to new replies.