Hi the widget calendar navigation is not working for monthly calendar widget. I saw the faq and verified that the sidebar functions are present and footer.php calls wp_footer .
Is there another reason it might not work? It’s taking the user to the home page.
Thanks

Eliyahna VanKurin
Hi Eliyahna,
Can you provide a link to the page with the calendar on it?

Stephen Harris
Sure here’s the page http://caritashealing.com/caritasevents/
I just used [eo_calendar] . As you can see, the nav on the one in the footer widget works well but the one on the page does not.
Also, is there some place where I can turn on the title on the event pages ? (sorry should I have made a new post for this question?) The title, date, time are lost when someone clicks on an event and goes to it’s page… so on single-event.php I guess? There’s no title, time or date showing up top. I looked at http://codex.wp-event-organiser.com/ but I’m not seeing my answer there and I’m feeling there must be an easier way.
Thanks in advance

Eliyahna VanKurin
That’s strange – both calendars are working fine for me. Which browser are you using? And this issue is specifically with previous/next links on the calendar in the page?
Regarding the event page template it looks like you’ve disabled the plug-in’s template handling. So you can either re-enable that in Settings > Event Organiser > General or create your own single-event.php template.

Stephen Harris
Well I can’t explain it – the nav issue has now disappeared and I have no idea why but I’m not complaining!
Yes I can’t recall the issue exactly but I had to use single.php to create my own pages for the events system phps. So what would I do then to make the selected event title, date, time show on the top or is there a way?
I went back and changed “Enable theme compatibility mode (default)” to “Enable template handling” and then looked at an event and pressed “refresh” but I didn’t see any difference at all.

Eliyahna VanKurin
Glad the widget is working for you.
OK, I had assumed you had disabled template handling as it didn’t look like your site was using the event templates. Default is probably best.
Does your theme have a single-event.php? If so, that will override the setting. If your site does then you can temporarily rename it to see if the default templates work for you or edit the template (there is an example template in Event Organiser: templates/single-event.php which is not used by the plugin.)
The example template was based on the Twenty* default themes.

Stephen Harris