• Resolved Pete

    (@angio)


    I’m using Canvas from WooThemes that has a custom layout settings on each post page (Event page) I’ve selected 3 columns but it’s not taken affect on my event page.

    I have the event-single.php file in my theme folder and it’s overriding the plugins template. I then tried wrapping the function in the event-single.php file into code used in a regular theme template file that handles the sidebar but that didn’t work it just duplicated the event listing content. How do I place this event function into a template file so that Canvas’ custom layout settings work per event page so I can select 1, 2, 3 columns etc?

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Since $EM_Event doesn’t exist in your theme template, You’d probably want to do somehting like

    global $post;
    $EM_Event = em_get_event($post);

    and then you should be able to use the stuff in our events-list.php template

Viewing 1 replies (of 1 total)
  • The topic ‘Canvas 3 column layout not working on Event page?’ is closed to new replies.