Single Event Page Columns

Home Forums Calendar Products Events Calendar PRO Single Event Page Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #998961
    edmassassin
    Participant

    I 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

    #998969
    George
    Participant

    Sorry 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,
    George

    #999036
    edmassassin
    Participant

    Thank you for your assistance! That did it!

    #999426
    George
    Participant

    Great! Best of luck with your site Grant 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Single Event Page Columns’ is closed to new replies.