• Resolved westie1010

    (@westie1010)


    Hi,

    Not sure if I’ve done something wrong. Using a custom theme with WordPress and ACF, we can add the shortcode and the calendar does get added. However, everything is display: none on the inline CSS. When removing it, we’re able to see data but of course it’s not formatted. Is there anything we need to do in order to use a custom theme with this plugin?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author room34

    (@room34)

    You may have a JavaScript error on your page. Check the developer console in your browser.

    The calendar is set to display: none on initial load and then there’s some jQuery that dynamically reveals the first month. It sounds like that jQuery is not firing off because of another JavaScript error on the page.

    Thread Starter westie1010

    (@westie1010)

    Hi,

    Just wanted to update this post. Turns out I’m an idiot. Forgot to include the wordpress hooks in the custom theme! wp_head() in the header and wp_footer() in the footer.

    All working great ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calendar not displaying with custom theme’ is closed to new replies.