• Your “General Calendar” skin (tpl.php) file has some javascript at the end of it, starting at line 84.

    Your ‘taxonomy-mec-category.php’ template runs wp_kses on the tpl file, the javascript gets messed up. < becomes lt; for example.

    You could fix it if you add ob_start() on line 84 of tpl.php and then at the end:
    $this->factory->params('footer', ob_get_clean());

    • This topic was modified 2 years, 11 months ago by Kevin Hagerty.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kevin Hagerty

    (@khag7)

    Also I haven’t tested all the different skins, but if it happened on this skin, you might want to check others.

    Plugin Contributor webnus

    (@webnus)

    Hello @khag7,

    Thanks for reaching out and letting us know.
    This is forwarded to the developer team, and it will be checked and fixed for the next updates.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_kses is stripping js in one of your templates’ is closed to new replies.