Hello there,
I've encountered a puzzling problem with my website. My objective is to insert a Time.ly Calendar widget into one panel of my accordion. On this page, "TOURNAMENTS: , the widget appears exactly as desired. However, when I replicate the code on this page, , the scroll feature is not functioning as expected. Another page, , only displays a portion of the calendar. The only difference appears to be the calendar script, specifically the organizer numbers. This is quite perplexing to me, and I am hoping that some experts may have a straightforward solution. I have attempted adjusting the height of the panel and accordion, but to no avail. Thank you in advance for any assistance you may be able to provide.
CSS
.ac-container {
max-width: 810px;
}
.ac-container label {
// CSS properties...
}
// More CSS properties...
HTML
<section class="ac-container">
// HTML code...
</section>
The three different script codes that I've used are as follows:
<script src="//dashboard.time.ly/js/embed.js" data-src="https://events.time.ly/hye2ww2?categories=21029&organizers=43496" data-max-height="0" id="timely_script" class="timely-script"></script>
<script src="//dashboard.time.ly/js/embed.js" data-src="https://events.time.ly/hye2ww2?categories=26034&organizers=46341" data-max-height="0" id="timely_script" class="timely-script"></script>
<script src="//dashboard.time.ly/js/embed.js" data-src="https://events.time.ly/hye2ww2?categories=21029&organizers=43496" data-max-height="0" id="timely_script" class="timely-script"></script>