Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter waverunner

    (@waverunner)

    I added <?php get_sidebar(); ?> to the bottom of those 3 files right before get_footer and the sidebar displays, but it’s pushed to the bottom past the content, so it looks like I need to make the content width smaller. I’ve tried editing the style.css but still can’t get it to work right, so I have made some progress but not quite there yet so any help would be greatly appreciated!

    Are you still working on this or are you going without sidebars now?
    I was making this plugin work with 2010 too.

    Basically you have to match the div structure of your 2010 theme files. If you compare page.php from 2010 to gridview.php you’ll see that after get_header() there are two divs before the loop starts and then these divs are closed after the loop and before get_sidebar().

    Put those divs into the template files and it should work.

    Thread Starter waverunner

    (@waverunner)

    I was going without sidebars, but I tried your solution and it does work, thank you! However, the calendar page and event list page look better without the sidebar so I’ll continue to do without it on those pages, but it looks good on the event detail page. Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: The Events Calendar] Sidebar Not Showing with Twenty Ten Template’ is closed to new replies.