How to style single venue template

Home Forums Calendar Products Events Calendar PRO How to style single venue template

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46962
    Joshua
    Participant

    Hello, the single venue template is not displaying correctly. I have managed to edit both the single event and list event views. The single venue view shows up full screen and pushed the sidebar to the bottom.
    See issue here: http://www.escoladabiblia.com/local/escola-da-biblia/

    #47115
    Jonah
    Participant

    Hi Joshua,

    Currently there is only one template option available within our plugin in the Events > Settings > Template screen. Based upon that option you will need to do some additional work to get the layout the way you want on any given page with a mixture of PHP, HTML and CSS.

    If you have selected the Default Events Template, the plugin will use either the /wp-content/plugins/the-events-calendar/views/ecp-page-template.php or /wp-content/plugins/the-events-calendar/views/ecp-single.php template files for the display. You can override and edit either of these files by making a copy and placing in an ‘events’ folder in your theme. The plugin uses ecp-page-template.php for the Events List, Calendar and Day views, and ecp-single-template.php for everything else including Venue pages.

    All of the other Events Template options will use one of your available theme page templates (page.php, etc.).

    Based upon what Events Template option you’ve chosen, you will need to use these conditional wrappers to help you conditionally display or not display certain markup on each corresponding events page: https://gist.github.com/jo-snips/2415009 – like I mentioned you might also need to modify the HTML and/or add some CSS to get things looking and working the way you want.

    I hope this helps and let me know if you have any questions.

    Regards,
    Jonah

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to style single venue template’ is closed to new replies.