Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rohit016

    (@rohit016)

    FYI I am using below theme
    https://rttheme18.demo-rt.com/

    Plugin Author Chad Butler

    (@cbutlerjr)

    That is a shortcode that the plugin puts in on-the-fly to correct potential issues with some WP functions that insert line breaks. When it is unparsed like that, it is the result of the way the forms are being called/displayed.

    You can overcome this by filtering out the wpmem_txt shortcode using the method described here:
    https://rocketgeek.com/filter-hooks/remove-an-unparsed-wpmem_txt-shortcode/

    Thread Starter rohit016

    (@rohit016)

    Hi tried the above method as it is described in the link.
    But i can still see that shortcut code and even the code snippet after i paste it in my themes function.php.
    The theme which I am using uses the template builder and I am placing the shortcut code of login and registration form into the template builder not in the default WP text editor.
    If i am placing the shortcut code of login and registration form into the default text editor then everything works fine i dont even need the code snippet you shared.
    Why is this happening?
    Please help.

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