• Resolved giuseppecuttone

    (@giuseppecuttone)


    Hi,
    I have a few questions:
    Can I create a page in my web and show this page as a pop up with this plugin?
    Can I create a WIDGET AREA, and introduce it into a pop up?
    Can I delete the option that let the user close the popup?

    Thanks for your support.

Viewing 1 replies (of 1 total)
  • Hi @giuseppecuttone,

    Hope you’re doing well ??

    Can I create a page in my web and show this page as a pop up with this plugin?

    Popup plugin doesn’t have such option but including it with iframe should work.

    Can I create a WIDGET AREA, and introduce it into a pop up?

    You could use plugin like this one https://www.ads-software.com/plugins/amr-shortcode-any-widget/ it will allow you to add your widgets as shortcode in any content, including popup.

    Can I delete the option that let the user close the popup?

    You can hide close button with some simple CSS code and they will not be able to close it without it, this should do the trick:

    .wdpu-close {
        display: none;
    }

    Cheers,
    Predrag

Viewing 1 replies (of 1 total)
  • The topic ‘Is possible show one of ouar page into a pop up?’ is closed to new replies.