• Resolved xpert6

    (@xpert6)


    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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter xpert6

    (@xpert6)

    Resolved ??

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

    Thread Starter xpert6

    (@xpert6)

    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.

    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.

    Thread Starter xpert6

    (@xpert6)

    can u pls send me ur url ??

    sure – https://www.marketplace.hitechanswers.net

    the calendar is at: https://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…

    Thread Starter xpert6

    (@xpert6)

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

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

    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.

    Thread Starter xpert6

    (@xpert6)

    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
    https://awesomescreenshot.com/04ej1l168

    Liz

    (@lizschneider)

    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!

    Thread Starter xpert6

    (@xpert6)

    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.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[The Events Calendar] Want to add sidebar on calendar page’ is closed to new replies.