• Hey Jonah, I have since installed your calendar on another client of mines website. And this time the site did not load the styles, or the javascript. It merely displayed the html and php. I have gotten the calendar to work on another site so I know I did it right.

    Here is the link, Millennium Games
    I ended up grabbing the stylesheet and loading it in the header of my own document file to get the styles for the calendar to show up. But anything else like the event pop-up and dynamic calendar view just isn’t working.

    So I don’t know if my customer does not have the most recent php on his hosting server or what… Let me know what I can do to fix this.

    Andy

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there Crystalcommerce. Thanks for reaching out, and sorry to hear you’re having issues.

    It’s possible that the site isn’t running the required WP/PHP (would be awesome if we could check), but it’s also likely something else is at play here. Right off the bat I’d suggest one of the following:

    * It could be a permalinks-related issue. Resave your permalinks page to reset them.
    * Make sure you’re running the latest version of the plugin (2.0.5).
    * Check that there aren’t any earlier versions of The Events Calendar or Events Calendar PRO active anywhere on the site. If they’re present, deactivate them.
    * Make sure you’re running the latest version of WordPress.
    * Try to identify whether this is a conflict with another plugin. You can do so easily by deactivating any other plugins you’ve got active and checking whether the issue persists.
    * If it isn’t a plugin conflict, it may be a theme one. If after deactivating all other plugins the issue persists, please revert to the default 2011 theme and test whether it’s an issue there.

    If you want to give that a go, let me know and we can try to assist as needed from there. Apologies for the inconvenience in the interim.

    Thread Starter crystalcommerce

    (@crystalcommerce)

    Hey Rob I figured it out once I reverted to the 2011 theme, it turns out I was missing this code below that even states it will break any plugin without it lol!

    Thanks for your help.

    <?php
    	/* We add some JavaScript to pages with the comment form
    	 * to support sites with threaded comments (when in use).
    	 */
    	if ( is_singular() && get_option( 'thread_comments' ) )
    		wp_enqueue_script( 'comment-reply' );
    
    	/* Always have wp_head() just before the closing </head>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to add elements to <head> such
    	 * as styles, scripts, and meta tags.
    	 */
    	wp_head();
    ?>

    Ah, excellent to hear you got this figured out! If we can do anything else down the road, just holler.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: The Events Calendar] Dynamic Calendar is not Displaying Correctly’ is closed to new replies.