Hey,
How are you setting up your events page? Are you using a plugin? If so, which one?
Hannah
Hi Hannah, Thanks for your reply much appreciated Yes I am using a plugin which is Event Organiser Version 3.8.3 | By Stephen Harris which works OK on my one site http://hollyandtheivy.co.uk/index.php/events/event/?ondate=2019-09-21 but does not on http://tipsyfruitgins.co.uk/?post_type=event as you can see. The only difference in the 2 sites in the Theme being used
Thanks
Paul
Hey,
I just pushed an update live that adds support for that plugin. You should be set once you update 3.3.9
Thanks for posting about the issue.
Ben
Hi Ben thanks for the note I am new to this game where and how do I get the 3,3,0 update from
Thanks
Paul
Hi Ben & Hannah
Sorted with the new update when I found it but if you now look at http://tipsyfruitgins.co.uk/?post_type=event the page shows on the right hand side a margin with links to recent posts , recent comments ect how do I stop this displaying
Thanx
Paul
That is your sidebar, you can edit the contents of a sidebar in your appearance > widgets.
Or you can remove the sidebar by turning off in the theme options > blog options scroll down to the archive layout.
Ben,
Thanks for the info but clicking appearance, theme option I do not see blog options you mentioned is this under page/post settings, blog category / archive defaults ? or am I in the wrong area
Many thanks for your help
Paul
Hey Paul,
You’re correct. That’s the right area. Let us know if you have questions with this!
Hannah
I have selected blog archive and now shows select an item and saved it but the side bar still shows see http://tipsyfruitgins.co.uk/?post_type=event
Help would be much appreciated to show how not to show the sidebar
Thanx
Paul
Have you tried clearing your cache after disabling the sidebar?
Hannah
Hanna Yep just cleared the cache but sidebar still shows. Is it correct that the option Blog Archive now says Choose to show full post or post excerpt. and in the selection box says SELECT AN ITEM
Thanx
No, under “Page and Post Comment Settings” try setting “Default Page Template – Sidebar Default” to “No sidebar”.
Hannah
Hi Hannah,
Thanks for the info which has worked on all the pages except for the page http://tipsyfruitgins.co.uk/?post_type=event which the sidebar still remains and idea why this is ????
Many thanks
Paul
Ben / Hannah,
Just a though after your original modification Ben I have noticed that the it shows on the menu as a “post type archive” as all the others show as “page posts” could this be the issue why the mod from Hannah is working ???
Thanks again for all you assistance
Paul
http://tipsyfruitgins.co.uk/wp-admin/nav-menus.php
I’m not sure what is keeping it for working. Seems like the events plugin is overriding the theme settings. A workaround is to use css like this:
.post-type-archive-event .sidebar {
display: none;
}
.post-type-archive-event .main {
width: 100%;
}
Hope that helps!
Hannah