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
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
Resolved :D
How did you fix this? The fix in the other thread isn't working with my theme.
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.
can u pls send me ur url ??
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...
http://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.
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
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!
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.
You must log in to post.