Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHey goodlooknout,
Thanks for going PRO! So here’s what you’ll want to do. Add the following CSS to your theme’s style.css file:
#content #tribe-events-content {
padding: 0;
}#tribe-events-content .tribe-events-calendar td .tribe-events-event {
width: 46px;
}#tribe-events-content .tribe-events-calendar hr {
width: auto;
}
We’re really scrunching the calendar in that column. Have you considered making the calendar page full width or at least only use one sidebar?Let me know whether or not that helps.
Cheers,
JonahJonah
ParticipantHi Jo,
Thanks. I’ve gone ahead and created a ticket for the issue for one of our developer to take a look at. It may take another day or two to get a response, so please be patient.
Thanks,
JonahJonah
ParticipantExcellent to hear that worked Carolyn! If you feel inspired, we’d always appreciate a shout out here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar
Thanks,
JonahJonah
ParticipantHi Carolyn,
Try this for your page.php: http://snippi.com/s/9szmi2d and this for your single.php: http://snippi.com/s/j6e5zyi – remember to switch back to the Default Page Template to use these templates again.
Let me know how that looks.
– Jonah
Jonah
ParticipantHi Carolyn,
If you’re using the Default Page Template, the plugin will use your theme’s page.php and single.php templates for the calendar and single event pages respectively. To remove this image that’s showing up, you’ll need to edit those templates and conditionally remove wherever the theme is inserting that image… I’d need to take a look at those templates to help you out. Could you paste them both to http://snippi.com/?
If you use the Default Events Template, you can get your theme sidebar in by making copies of /wp-content/plugins/the-events-calendar/views/ecp-page-template.php and /wp-content/plugins/the-events-calendar/views/ecp-single-template.php and placing in an ‘events’ folder in your theme and then adding any theme specific code (taking it from page.php or single.php), including the sidebar code into those plugin templates.
Does that help?
– Jonah
Jonah
ParticipantHi Carolyn,
What do you have selected as the Event Template in Events > Settings > Template? It’s likely something your theme is automatically inserting.
– Jonah
Jonah
ParticipantHi Jo,
Thanks for sending wp-admin access and sorry for the delay in getting back to you. I took a look at things just not and cannot seem to figure out why this is happening. I’m likely going to have to escalate this up and have a developer take a look. Before I do that can you confirm one other thing. Have you made any changes to any of the plugin templates by making copies of the view files and placing them in an ‘events’ folder in your theme? Or, do you have any plugin specific code in your theme’s functions.php file related to our plugin?
Please let me know.
Thanks,
JonahJonah
ParticipantHi Jason,
You would want to edit /wp-content/plugins/the-events-calendar/views/table.php to include additional items in the grid. Make a copy and place in an ‘events’ folder in your theme. Then you can make all the changes you want. You can use get_the_terms() to output your event categories. Here is an example: https://gist.github.com/jonahcoyote/db8e51f0bfeaff31453c
I hope that helps!
Cheers,
– JonahJonah
ParticipantGlad that worked Neptune, let us know if you need anything else!
– Jonah
Jonah
ParticipantHi Carolyn,
What page are you seeing a giant image? Can you please provide the exact URL so I know where to look at what you’re talking about?
Thanks,
JonahJonah
ParticipantHi Jason,
The first thing I would recommend is taking a look at our Themer’s guide to help you get started making customizations: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Then, also take a look at our documentation which contains information on most all our plugin functions to help you with customizations: https://theeventscalendar.com/support/documentation/
Where did you want to display the event category underneath the name? When viewing the events list, or when viewing single events?
Regards,
– JonahJonah
ParticipantHi Charles,
It looks like you have some javascript errors on the page not related to our plugin that are likely interfering with it’s functionality. You will need to resolve these errors which should return functionality to our plugin. I would suggest first deactivating all other plugins to see if this helps and then turning them back on one by one to discover the culprit.
I hope that helps but let me know if you need anything else.
– Jonah
Jonah
ParticipantHi Yvonne, when posting questions about the Community events plugin, please post to the Community Events forum here: https://theeventscalendar.com/support/forums/forum/events/community-events/ – I’m moving this thread there and Casey will be helping you.
Thanks,
JonahJonah
ParticipantHi Denise,
You are getting this error because your theme is running an outdated version of jQuery (1.6.2). You need to update the theme to the latest version to fix it. Please do that and let me know if it resolves the issue.
Regards,
– JonahFebruary 26, 2013 at 3:40 pm in reply to: Horizontal display of events-list-load-widget-display.php #41076Jonah
ParticipantHi Mike,
There are different ways you can do this, mainly all with CSS and to get you headed in the right direction, if you add this CSS it will float the list items:
.eventsListWidget li, .eventsAdvancedListWidget li {
float: left;
width: 180px;
}
You can set the width to whatever you want for however wide you want each item to be. You would add this to your theme’s style.css file somewhere.I hope that helps!
– Jonah
-
AuthorPosts
