-
Graham replied to the question Having "Fatal Error' issue with Boss theme using Events Manager in the forum Boss. theme 8 years, 12 months ago
We found the answer:
This line of code needed to be entered just before line 14 in the Boss single-event.php file:
include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
If the Boss template is updated, please make note of this.
Thanks!
-
Graham replied to the question Having "Fatal Error' issue with Boss theme using Events Manager in the forum Boss. theme 8 years, 12 months ago
Regarding my above post:
Please use the following links instead of what I posted above:
Events page:
Individual event page:
-
Graham started the question Having "Fatal Error' issue with Boss theme using Events Manager in the forum Boss. theme 8 years, 12 months ago
I recently bought the Boss theme because we understood it would work well with the Events Manager plugin.
After creating an event, at first I could not see it listed on the Events page at all. But I searched and found the following css code and now that page works. (http://dansokol.nyc/?page_id=180)
#em-wrapper {
display: block…[Read more]