• Resolved PistonPL

    (@pistonpl)


    Elementor template shortcode in “Protected content” field generates artefact on page just before template itself (after authorization success):
    <p>„]</p>

    When clean text is entered in “Protected Content” field – everything works fine.

    • This topic was modified 3 years, 2 months ago by PistonPL.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @pistonpl,

    thanks for your message.

    You can not use the shortcode directly within Elementor (the same thing for nearly all page builders), because they can not handle closing shortcodes very well.

    That’s why I included an Elementor Module called “Passster” which you can use instead (and works fine).

    Best regards,
    Patrick

    ximenavin

    (@ximenavin)

    Hi! The same thing happens to me and I’m using the Elementor module.

    Thread Starter PistonPL

    (@pistonpl)

    quick and dirty style fix

    add to custom css of an passster widget:

    .elementor-widget-passster > .elementor-widget-container > p {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Elementor template shortcode in “Protected content” field generates artefact’ is closed to new replies.