Posted: September 26, 2012 at 2:49 pm
|
I put the shortcode in for the Event Calendar on this page: http://204.48.247.27/sandbox/events-2/event-calendar/ If I look at the source code I can see a bunch of code in there to show the calendar, but no calendar when I view the page. Thanks, |
|
Hi I couldn’t connect to the site to see the issue |
|
Hmmm, the site is live, I’m not sure why you are not able to connect. Are you in the United States? Thanks, |
Hi Kristen, Your theme is automatically inserting http://www.screencast.com/t/C2frMwaBUhKe Try to wrap your ESPRESSO_CALENDAR shortcode with [RAW] [/RAW] tags, so it looks like [RAW][ESPRESSO_CALENDAR][/RAW]. |
|
|
September 28, 2012 at 12:03 pm Hi Jonathan, http://204.48.247.27/sandbox/events-2/event-calendar/ Thanks, |
Hi Kristen, Try adding the following code to your theme’s functions.php file.
If that doesn’t fix the problem, you will need to contact your theme developer to address the issue. |
|
|
Hi Jonathan, Thanks for all of your help, |
Hey Kristen, This tends to happen with themeforest themes. There’s a theme function that’s causing all those paragraph tags to be added, and it’s breaking the Calendar’s JavaScript. Another way that you can fix this is by creating a page template for the calendar. This involves a bit of copying and pasting code from the theme’s page.php template. There areo more details in the calendar troubleshooting section here (under ‘auto p’): https://eventespresso.com/wiki/calendar/#troubleshooting Basically, the steps are: 1) Copy the theme’s page.php and rename the copy to page-calendar.php 2) Give the template a name:
Please see this article in the WP codex for more info on custom page templates: http://codex.wordpress.org/Theme_Development#Custom_Page_Templates 3) In the new template, remove the code that calls the_content() and replace with:
then save. 4) Select the Calendar page template in the WordPress page editor and save. There’s another themeforest theme (striking) that had a very similar issue, and I posted the code for a custom calendar page template for that theme on github here as an example. It may be similar to the one for your theme: Please let us know if you have any questions about this. |
|
|
I had this same exact problem–with the calendar not showing and it wasn’t adding
|
The support post ‘Calendar Doesn't Show 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.