Michael Sumner

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Michael Sumner
    Participant

    Maybe you have server-side caching like W3 Total Cache or Google’s mod_pagespeed that you need to purge? Could also be browser caching or even a CDN like CloudFlare. I did the above fix on four different sites and it worked every time. Only thing I can think of other than caches would be if you have a plugin other than the events core and tickets, but not sure what is available. Hopefully someone from Tribe can help.

    Michael Sumner
    Participant

    Same happened to me. If you’re feeling bold and don’t want to wait for a new release, the files are:

    /wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php
    /wp-content/plugins/the-events-calendar/vendor/tickets/common/src/Tribe/Main.php

    In both files you’re looking for this line, it is line number 287 in both:

    </script>”;

    Simply change the line to the following and upload the files:

    </script>

    Make sure you have the latest file downloaded before editing and re-uploading though.

    Hope this helps…

Viewing 2 posts - 1 through 2 (of 2 total)