Home › Forums › Calendar Products › Events Calendar PRO › Calendar View Not Showing
- This topic has 14 replies, 4 voices, and was last updated 14 years, 3 months ago by
Rob.
-
AuthorPosts
-
January 12, 2012 at 8:09 am #13260
Scott
ParticipantHey guys! Just installed this plugin on a new website, and noticed some weird behavior – the calendar view is not showing.
REPRODUCE: http://masterseriesseminars.com.s112128.gridserver.com/events/
SETUP: WordPress 3.3.1 | Events Calendar 2.0.3 | Events Calendar Pro 2.0.3 | PHP 5.2.17
Take a look, and let me know your thoughts. I have made sure that we have the correct file up for the calendar view, and have turned off pretty permalinks to try and fix, but no matter what I do it will only show the event list view.Thanks guys!
January 12, 2012 at 9:44 am #13269Rob
MemberHey Scott. Thanks for the note; this is a weird issue and not one that I can recall having crossed our paths lately. Let me get Jonah to take a look this morning and see if he knows what’s up; if not, I can run it up the dev flagpole internally here. Apologies for the inconvenience in the interim.
January 12, 2012 at 12:24 pm #13287Scott
ParticipantThanks Rob, let me know if you learn anything. Just wanted to let you know that I deactivated every plugin except for the Events Calendar and Events Calendar Pro plugins, and that didn’t fix anything; so I know it is not a plugin conflict
January 12, 2012 at 12:25 pm #13288Jonah
ParticipantHey Scott, have you tried switching the Events Template in Settings > The Events Calendar to “Default Page Template”? This might help…
January 12, 2012 at 12:32 pm #13289Scott
ParticipantI just changed it to the ‘Default Page Template” and there is no change. I will leave it up for now, but let me know if there’s anything else I can try. Thanks again!
January 12, 2012 at 12:36 pm #13291Jonah
ParticipantThat was a shot in the dark. I wonder if it’s a theme/plugin conflict. Have you tried disabling all other plugins? Have you tried switching to Twenty Eleven? I know it’s not a solution but it will at least help us narrow this down… And what about turning debugging in WordPress on? Any errors specifically related to the plugin?
January 12, 2012 at 2:13 pm #13306Scott
ParticipantSo I did try disabling all the plugins, and nothing happened. Then I tried doing the debugging, but it wasn’t showing any errors. However, when I switched to Twenty Eleven, it did start working, so I am going to try to see what the difference between the two is, but thanks for your help so far and if you have any other ideas why that happened (so I can hopefully avoid it in the future) let me know!
January 12, 2012 at 2:26 pm #13307Scott
ParticipantI know WHAT is causing the issue, but I don’t know WHY:
‘header-menu’, ‘menu_id’ => ‘nav’, ‘link_before’ => ‘‘, ‘link_after’ => ‘‘ ) ); ?>
in header.php will cause the Calendar to be unviewable. Please let me know if you know why this would happen, and I will see if I can call the menu somewhere else and fudge it into place
January 12, 2012 at 2:27 pm #13308Scott
Participantsorry
'header-menu', 'menu_id' => 'nav', 'link_before' => '', 'link_after' => '' ) ); ?>January 12, 2012 at 2:28 pm #13309Scott
ParticipantOK, I don’t know why, but it’s cutting off the first part – it’s the wp_nav_menu function of WP
January 13, 2012 at 12:46 pm #13349Jonah
ParticipantHey Scott,
I’m using Genesis in my test setup and unregistered the current nav, registered a new menu and called wp_nav_menu to load it and my calendar works fine. Let me get one of the other devs to take a look…
January 13, 2012 at 5:27 pm #13354Mark
ParticipantI’m having the same problem as well and none of the above seem to work for me except changing themes. However, this isn’t much help since it doesn’t isolate the issue. Any help is appreciated.
January 13, 2012 at 5:46 pm #13355Mark
ParticipantAlright I went through narrowing down the issues and figured it out… something in this code is causing the issue:
<?php
query_posts( $query_string . '&cat=51&posts_per_page=15' );
while ( have_posts() ) : the_post();
echo '‘;
the_title();
echo ‘‘;
endwhile;wp_reset_query();
?>January 16, 2012 at 9:01 am #13411Jonah
ParticipantHey Mark, where is that code being called? Is it on the calendar page and what is it for?
January 19, 2012 at 10:30 am #13625Rob
MemberHey Mark, what theme are you using here? One of our devs would like to try and recreate your environment to identify what’s up.
-
AuthorPosts
- The topic ‘Calendar View Not Showing’ is closed to new replies.
