Greetings,
I’ve installed the older version of EME on another client’s site so I have some frame of reference on how to get things going, but installing the latest version (clean install) on a new site is proving to be frustrating.
I’m using EME v.3.3.3 with WP v.3.1. I have EME set up to use its own page at http://ecotekaworld.com/dev/events, which is neither a subpage or being used for anything else.
I then have http://ecotekaworld.com/dev/upcoming-events set up with the [events_calendar full=1]
shortcode which displays the calendar with events, yet clicking any single event brings up a blank page, even the events included with the install.
http://ecotekaworld.com/dev/events/1/orality-in-james-joyce-conference/
http://ecotekaworld.com/dev/events/4/testing-this-thing/
I tried deactivating the Permalinks, nothing changed.
This is what I have set for the Default Single Event Format:
<div style="font-size:14px;">
<div style=”float:left;margin-right:20px;width:317px;”>
<p>Date: #l, #F #j#S, #Y
Time: #g:#i#a – #@g:#@i#@a
Cost: #_ATT{Cost}
Ages: #_ATT{Age}
Add This Event to Your #_ICALLINK
Official Website: #_ATT{Website text}
#_LOCATION
#_ADDRESS
#_TOWN
#_MAP</p>
</div>
<div style=”float:right;width:287px;”>
<p>Submit Your RSVP:#_ADDBOOKINGFORM</p>
</div>
<div style=”height:1px;clear:both;”></div>
<hr>
<p>Additional Details:
#_NOTES</p>
</div>
There is one thing that I think could possibly be interfering with the plugin – I have a custom post type set up also called “Events” but the slug is set to re-write to “on-tour” so it shouldn’t be causing any issues, correct? Otherwise those pages would be having troubles, and they are not:
http://ecotekaworld.com/dev/on-tour
http://ecotekaworld.com/dev/on-tour/ecoteka-summer-festival-circuit/
What can be going wrong with this? Your help is greatly appreciated as I’ve got a client on my ass to get the site done and this plugin implementation is one of the last tasks. Thanks.