Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Calendar shortcode not showing up. | Event Espresso - Staging Server
This looks like it’s caused by a very common mistake on the part of the WordPress theme. You can see what’s happening if you look at the page with a tool like Firebug. Here’s what it looks like. So the theme is adding a paragraph each time there is a new line in the calendar script. The unintended effect is it breaks the calendar!
Sometimes, the actual theme code that is causing the problem is related to a function that adds a [raw] shortcode. So you might be able to wrap the calendar showcode in the raw shortcode tags and the calendar will appear as expected:
[raw][ESPRESSO_CALENDAR][/raw]
If that doesn’t work, the code that is causing this to happen will need to be removed from the WordPress theme.
Great! that fixed it. Also, when I click on the individual event bubble on the calendar it just refreshes the calendar page. Is there any way to make that link to the individual event?
It looks like you’ve replaced the [ESPRESSO_EVENTS] shortcode with the calendar shortcode. What you’ll need to do is put the [ESPRESSO_EVENTS] shortcode back where it was before and create a new page to show the calendar. The [ESPRESSO_EVENTS] shortcode needs to be on the page set as the main registration page, or you will not have individual event pages.
The support post ‘Calendar shortcode not showing up.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.