Home › Forums › Calendar Products › Events Calendar PRO › Single Event Page Columns
- This topic has 3 replies, 2 voices, and was last updated 11 years ago by
George.
-
AuthorPosts
-
August 25, 2015 at 2:35 pm #998961
edmassassin
ParticipantI am trying to fix my single page event page. For some reason the plugin outputs two separate boxes rather than one. In the older version, it was just one. How am I able to fix this? I’ve talked to the person who made the theme (http://communityprotheme.com/), but he said:
The demo is using an older version of the Events Calendar Plugin: 3.9.3.
The new versions (3.11.2) have made some significant changes that have messed with areas of the theme. For example, the plugin outputs two separate boxes in the newer version (instead of one like in the demo). I have no idea why they decided to do this, nor is there anyway for me to change it.
My Page: http://theedmfamily.com/event/dancefestopia-2015/
Thanks,
Grant
August 25, 2015 at 2:54 pm #998969George
ParticipantSorry Grant, at its core this is a theme-related issue and your theme developer is wrong about not being able to change things. We documented the template-related changes literally file-by-file in this post here, which we broadcasted over our social media accounts and via email well in advance of the 3.11 release: https://theeventscalendar.com/the-events-calendarproadd-ons-3-11-things-to-be-aware-of/
Item #15 there includes all of the template-related changes that matter here.
Is your main goal to have the two “venue” and “organizer/details” info boxes just be on the right side of the page? If so, then until your theme developer updates their theme, you should be able to get that to work by adding the following CSS to the bottom of your theme’s style.css file:
.tribe-events-single-section.tribe-events-event-meta {
clear: both !important;
float: right !important;
}
Here’s a screenshot of how that makes thing look on your site → https://cloudup.com/cai0XsSJjsm
I hope this helps, and eel free to pass it along to the theme developer along with that blog post of ours which lists all the template changes.
Cheers,
GeorgeAugust 25, 2015 at 7:02 pm #999036edmassassin
ParticipantThank you for your assistance! That did it!
August 26, 2015 at 7:08 pm #999426George
ParticipantGreat! Best of luck with your site Grant 🙂
-
AuthorPosts
- The topic ‘Single Event Page Columns’ is closed to new replies.
