• In the footer (and one of the feature sections)…

    I’m seeing <p> and

    < a > tags rendered to the browser. What’s up with that?

    I’ve never seen this before in wordpress

Viewing 3 replies - 1 through 3 (of 3 total)
  • sounds like a tag or quotation might not have gotten closed correctly. Have you added any new plugins recently.

    Try disabling your plugins. If the problem goes away try enabling them one at a time to identify the plugin causing the problem.

    hey, I had the same problem, if it helps, I fixed it editing the front-parallax-section.php document, apparently the esc_attr function was the issue, I don’t know if it’s wrong, but I just removed it and everything seemed just fine. Hope this helps someone else ??

    Tanay

    (@tanaykhandelwal-1)

    Hello there,
    You need to replace the

    esc_attr

    with

    wp_kses_post

    In includes/front-parallax-section.php: Line 6 and footer.php: Line 30.

    Best,
    Tanay Khandelwal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I'm seeing tags in the browser view’ is closed to new replies.