Skip to main content

My Calendy agenda is working great as an inline om my website bookingspage (I did that via custom html).

Now I wanted to create a pop up widget for all other pages so I followed the steps given here: https://help.calendly.com/hc/en-us/articles/223195568-How-to-add-Calendly-to-a-WordPress-site#h_01J7H1YC4JAR18PGZ4MTQAB0RX

I did add (like option 2 suggested) the code to the footer.php but the widget is not showing on any page. Except on one page, my bookingpage on which I also had the inline via custom html. So only on that page there is now a calendar + a widget.

How to get a widget on all pages (except on the calender/booking page)?

Many thanks for your feedback.

 

Hi,
You would need to ensure that the script is correctly placed and not overridden. 
Since it is working only on the booking page where custom HTML is used, could you check if there are any conflicts or overrides happening with `window.onload`. 
You can try using a different event listener like "window.addEventListener('load', function() {})”


Solved, many thanks!