Apologies if this is a simple question that's been answered, but I've searched everywhere and haven't seen this exact problem with a solution.
I'm trying to put this simple code into my wordpress site:
<script type="text/javascript" src="https://www.bandhelper.com/widget/calendar/30569?layout=2&range=6"></script>
Which puts a calendar on my site that has data coming from a different service. The widget only loads if I refresh the page (either by the refresh/F5 or by clicking the address bar and hitting enter) but won't load if I get to the site via a link (either internal on the website or from an external link source).
This is my website so you can see the behavior: http://www.brettdooley.com
The calendar is most of the way down that front page, there are also widgets on the contact and song list page that don't load unless refreshed, same problem.
I've tried:
- putting the script in text and html blocks
- adding the script as raw text in the page
- using plugins to create shortcodes from the script and adding those
I'm stuck 🙁