Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi SweetPweb,

    Thanks for your post. I’m sorry you’re having trouble. Have you tried deactivating other plugins to look for a conflict, or switching to a default theme like Twenty Twelve? If you need help, please read this guide to testing for conflicts.

    If you can isolate this as an issue that’s inherent to The Events Calendar, we’d be happy to look into it further. Unfortunately, we can’t help troubleshoot conflicts here on the free forum. If you do find a conflict, you can try getting in touch with the developer of the theme or plugin and see if they can shed some light on the issue.

    We also have some resources that might be helpful for you in troubleshooting a conflict:

    ? Themer’s Guide – provides an overview of how to customize the plugin’s frontend appearance.
    ? Tutorials – useful tips and tricks for changing how the plugin looks and behaves.
    ? Technical Docs – provides an overview of the classes and functions in each plugin

    Good luck, and thanks for using The Events Calendar!

    ~Leah

    Thread Starter SweetPweb

    (@sweetpweb)

    Thanks. Looks like I had a theme with page transitions that didnt re-load the header or footer so the scripts weren’t getting loaded correctly. I disabled the page transitions but is there a way to have the plugin load the scripts in the body rather than header or footer as I would like to keep my themes functionality but still use the calendar.

    Thanks for any guidance.

    Brook

    (@brook-tribe)

    There is a way, but it is going to be the furthest thing from easy that I have ever seen attempted. You could use WP’ dequeue/enqueue script system to stop the scripts from being put in the header. You can check if they are enqueued viw wp_script_is(), but that feature of WP also might not work given how your theme is designed. There are quite a lot of scripts, hence the difficulty.

    Ultimately if your theme is not reloading header scripts when switching pages it is running extremely contrary to how WordPress is designed. There are a lot of plugins that will be incompatible, basically anyone which uses WP script queuing system. I get the feeling that is the main reason your theme allows to disable that feature.

    I wish there were other options. But, it’s sort of like turning a car into a boat. Sure it can be done, it’s just difficult because thats not the sort of environment it was designed to operate in. Cheers!

    – Brook

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Loading Icon Stuck and Styles not loading’ is closed to new replies.