Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey gregy1403,

    Hope you’re well today ??

    Which shortcode are you using? Can you please test if the shortcode is working when you place it in regular page or post?

    Please advise,
    Bojan

    Thread Starter gregy1403

    (@gregy1403)

    Thank you for your answer

    [wysija_form id=”1″]

    Yes, shortcode works in normal post

    https://www.aranzmaji.si/mejli/

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again gregy1403,

    I’ve tested this on my end and everything seems to be working fine, see screenshot https://screencast.com/t/bWa6L9WCbP9.

    I used the same exact shortcode in the popup and everything worked out of box with no additional settings made.

    What is the outcome you’re getting when you add shortcode to popup? Can you please add it and let me know so I can take a look?

    Cheers,
    Bojan

    Thread Starter gregy1403

    (@gregy1403)

    hi

    https://www.screencast.com/t/eP9QTnYsVy3 this is what it shows

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again gregy1403,

    How are you doing today?

    This seems to be the issue with stripslashes. However, this should be related only to the preview so the popup should display properly on the front.

    I’ll report this to our developer so he can take a look.

    You should be able to temporary fix this by editing plugin files. To do that please download class-popup-base.php which is located in /plugins/wordpress-popup/inc/class-popup-base.php.

    Once you have it go to line 332, it looks like this

    'content' => $form['po_content'],

    Try replacing that line with this one:

    'content' => stripslashes($form['po_content']),

    Hope this helps ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mailpoet shortcode’ is closed to new replies.