• I’m using the Suffusion Template right now and just loaded up the Events Calendar. Now when I click on the “more info” button on a specific event on the widget in my sidebar, it takes me to the “Event List” or “Calendar View” as its suppose to be, but then a small problem occurs. My site then begins to look as such (cant upload a picture for some reason).

    ____Side Bar left_____

    _________________ ______Event Calendar_____ ________________

    ____Side Bar Right__ _______

    The default template for my Theme is side bar right and side bar left. Now I know there is a fairly simple way to fix this and have the Event Calendar fit snugly in between the two sidebars as does the content on every other page, but Im fresh out of ideas. Any help would be appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mignart

    (@mignart)

    *Edit* The right side bar appears on the right side, just underneath the Event Calendar content box.

    Thread Starter mignart

    (@mignart)

    *update* Ive gone ahead and done this:

    Default vs. Custom Templates

    The Events Calendar plugin now comes with default templates for the list view, grid view and single post view. If you would like to alter them, create a new folder called “events” in your template directory and copy over the following files from within the plugin folder (the-events-calendar/views/):

    * gridview.php
    * list.php
    * single.php
    * events-list-load-widget-display.php

    Now I need some veteran CSS help? Any ideas? Should I post some code?

    Thread Starter mignart

    (@mignart)

    Something to do with this?:

    <div id="tec-content" class="tec-event widecolumn">

    I found that my theme did not have widecolumn defined, so I created a custom events.css file based on the plugin’s and added this definition:

    .widecolumn {
    	width: 575px;
    	margin: 0px 35px 0px;
    	float:left;
    	display:inline;
    	}

    I also changed the width in .category-events #tec-content to fit my theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: The Events Calendar] Event Calendar Splitting page in half?’ is closed to new replies.