Forums

[resolved] [The Events Calendar] Want to add sidebar on calendar page (12 posts)

  1. xpert6
    Member
    Posted 10 months ago #

    Hi,

    Can we shrink the calendar size a little bit and slide it to the left
    so we can have a sidebar on the right side of the page? Waiting for reply

    Thanks

  2. xpert6
    Member
    Posted 10 months ago #

    Resolved :D

  3. fusionx22
    Member
    Posted 9 months ago #

    How did you fix this? The fix in the other thread isn't working with my theme.

  4. xpert6
    Member
    Posted 9 months ago #

    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

    call get_sidebar() function in any of these files.

  5. fusionx22
    Member
    Posted 9 months ago #

    That's not the issue. My sidebar is showing, only it's showing. However, it's pushed down below the calendar grid, list view and event details.

    When I edit the css, I can squeeze the grid down, but the sidebar is always underneath. It won't slide up to the right like it should.

    I've currently disabled the sidebar in the Event's category, but it's a hack.

  6. xpert6
    Member
    Posted 9 months ago #

    can u pls send me ur url ??

  7. fusionx22
    Member
    Posted 9 months ago #

    sure - http://www.marketplace.hitechanswers.net

    the calendar is at: http://www.marketplace.hitechanswers.net/category/events/

    The Wp Theme in use is DirectoryPress, and it's written with specific usage in mind. The sidebars are a combination of hard-coded and widgitized areas, the sidebar.php file contains a lot of logic to determine what shows up on what pages. I wish they would simply add functionality to define custom sidebars and uses widgets only...

  8. xpert6
    Member
    Posted 9 months ago #

    http://www.marketplace.hitechanswers.net/category/events/

    Have you made a call to get_sidebar() function on this page?

  9. fusionx22
    Member
    Posted 9 months ago #

    The sidebar was always present, just pushed underneath the calender grid (and list view and detail view). Even when I reduce the width of the calender, the sidebar is shoved underneath.

  10. xpert6
    Member
    Posted 9 months ago #

    Sidebar on this page is blank currently for some reasonm, otherwise you dont need to do anything just assign class to your calendar div (middleSidebar left) and thats all i think.

    see the snapshot
    http://awesomescreenshot.com/04ej1l168

  11. Liz
    Member
    Posted 8 months ago #

    Into which file do we add the get_sidebar() function?

    I am making my way through this using posted suggestions but need a little more hand-holding than what is written above.

    thanks!

  12. xpert6
    Member
    Posted 8 months ago #

    Create a new folder called "events" in your template directory i.e
    /wp-content/themes/twentyten/events

    copy all content from "/wp-content/themes/the-events-calendar/views/" and paste it in "/wp-content/themes/twentyten/events". Now events folder have 4 files

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

    call get_sidebar() function in any of these files.

Reply

You must log in to post.

About this Topic