rainbowjammer
Member
Posted 4 months ago #
I have the Event List View working nicely with the permalink set to custom structure (%category%) see here at http://www.slimprogramme.co.uk/events however, in the Atahualpa theme I want to hide the right sidebar that appears so I have the Calendar List showing full width, as this page is not a real page, post, or category, there is no ID that I can use to exclude the side bar from it.
Any thoughts, maybe another way to force the list view to full page and overwrite the sidebar?
http://wordpress.org/extend/plugins/the-events-calendar/
Hey rainbowjammer, I'm not quire how the Atahualpa theme is setup but you can target the list view only by using the following condition:
tribe_is_event() && !tribe_is_day() && !is_single()
Does that help?
rainbowjammer
Member
Posted 4 months ago #
No idea what that code means, sorry, bit confused, can you elaborate...
Hey rainbowjammer, it's kind of complex. You'll need a developer to take a look and get this fixed. Sorry. We can't make the plugin work with all themes in all scenarios... We are planning on some big behind the scenes changes to get it so there is a page ID and this will solve this problem but that will be a couple/few months away.