Calendar overlaying on our other text on homepage of website

Sure, to make the widget appear faster on the page, you can remove the defer attribute from the widget installation code, which makes the widget load only after all other content on the page is loaded. Here’s what the code will look like:

<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core></script>
<div class="elfsight-app-WIDGET-ID"></div>

Another way of making the widget load simultaneously is changing the defer attribute to async . Here is the code:

<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core async></script>
<div class="elfsight-app-WIDGET-ID"></div>

Please replace WIDGET_ID in the codes above with the ID of your own widget and install it on your website.

As for the printable version, there is no option to add this functionality now. However, we have such a request in our Wishlist. If this request gets more votes, we’ll gladly consider this opportunity in our future updates :slightly_smiling_face: