inspirechristianwriters
Forum Replies Created
-
I just looked in the code for a single page (page.php) and commented out one line, which fixed the problem. It seems to me that the Event is still being treated as a Post rather than a page:
while (have_posts()) : the_post(); if (is_page()) { mh_before_page_content(); get_template_part('content', 'page'); } else { mh_before_post_content(); get_template_part('content', 'single'); //mh_after_post_content(); //I commented this out and it fixed it } comments_template(); endwhile; ?>
It seems the is_page() function is returning false but should be true.
I am displaying Events as pages, that’s why I’m so surprised the box is showing on the Event page
This forum is for the Events Manager plugin, correct? So I’m only concerned with Events. I just created an Event yesterday with my wife as the ‘owner’ of the event so that bookings will be emailed to her. Beneath the event details her “About the Author” box appears but I don’t want it to appear on Event pages such as https://www.inspirewriters.com/events/critique-group-leader-training-fellowship/
Yes . . . and it doesn’t appear on any _pages_ other than events
Won’t that also hide it from actual posts where I want it to appear? I’m displaying events as Pages and my regular pages don’t display this box, so it seems odd it’s doing it for events
- This reply was modified 7 years, 5 months ago by inspirechristianwriters.
- This reply was modified 7 years, 5 months ago by inspirechristianwriters.
Thanks, the User Capabilities was the issue – given I’m the main administrator of the site, it never entered my head I’d have to give myself those capabilities!
I’ve just been redesigning the entire site with a new hosting company and it’s only now that it’s happening. It used to work fine. I’ve deactivated WooCommerce, BuddyPress, and bbPress plugins but that didn’t change anything.
I have the Events menu in the left-hand side of the WP dashboard and I have the Bookigs tab in the Settings for the events but, even though I have Bookings enabled, when I create an event, the checkbox that is supposed to enable Bookings isn’t there – that whole section isn’t there.
Correct
I don’t think I made it clear, the Bookings section doesn’t appear in the WordPress backend.