Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi rediar,
1. We do not have any documentation on how to integrate events into your slider because this is a separate plugin. You will need to look into the WooSlider documentation or contact them or figure out how to integrate custom post types (you want to include the ‘tribe_events’ post type) into the slider.
2. All our documentation is here: http://docs.tri.be/ – our https://theeventscalendar.com/support/ page also has links to FAQ items and tutorials we’ve written. Unfortunately that’s all we have now.
Let me know if you need anything else or have any other questions.
Regards,
JonahJuly 8, 2013 at 1:37 pm in reply to: Unable to change to Event List Page Title and footer problem #53872Jonah
ParticipantHi innovawebdesign,
For the page titles, where is it showing “Site en Construction” for you? I’m not seeing this on the calendar page…
For the footer issue, it looks like you have an unclosed div somewhere in your theme that’s causing this issue. You’ll need to dig around to figure out where it is to correct things.
Regards,
JonahJonah
ParticipantHi Arnab,
Are you using the key on any other website? You can see which URL’s a key is being used by visiting Account Central > License Keys above. Let me know whether or not that helps.
– Jonah
Jonah
ParticipantHi swissvegan,
You can fully modify this template by making a copy and placing in an ‘tribe-events’ folder in your theme. Then, if you want to show the event date without time for example, you can just pass in custom PHP date params as instructed here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-date-functions/#functiontribe_get_start_date
I hope that helps but let me know if you need anything else.
– Jonah
Jonah
ParticipantHi koderlab,
Unfortunately no, there is no way around this. We’re constantly working to make improvements and you could suggest this as a feature request here for us to consider: http://tribe.uservoice.com/forums/195723-feature-ideas
– Jonah
Jonah
ParticipantThanks for sharing this Mamdouh! I’m sure it will help others.
Jonah
ParticipantHi Mamdouh,
Thanks for your praise!
1. Can you disable comments in our plugin settings and still have comments show?
2. Where did you uncheck to use JavaScript to load the page?
– Jonah
Jonah
ParticipantHi Derek,
You can target the “Events In” with:
.label-tribe-bar-date {
color: #000;
}
For the event meta (details, venue and map section, you can target with:
.tribe-events-event-meta {
color: #000;
}
To style the background you’ll need to be a little more specific with the selector:
#inner .single-tribe_events .tribe-events-event-meta {
background: #000;
}
I hope that helps but let me know if you need anything else.– Jonah
Jonah
ParticipantHi opcfw,
Unfortunately there is no known way to do this and you will need to figure out something on your own if you need this. Good luck!
– Jonah
Jonah
ParticipantThis reply is private.
July 8, 2013 at 8:00 am in reply to: V3 Tutorial "WHAT ARE TEMPLATE OVERRIDES, AND HOW DO I DO THEM? is out of date #53778Jonah
ParticipantHi Cynthia,
I just updated https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/ – somehow we missed that one in our documentation updates. We did go through and do a thorough review and update of all documentation for the 3.0 release.
Thanks for bringing this to our attention 🙂
– Jonah
Jonah
ParticipantHi lara,
Unfortunately no, there is no other way unless you want to email the login information. You can email to pro [at] tri [dot] be and attn. to me and reference this thread.
Thanks,
JonahJonah
ParticipantHi all,
The problem is when using your theme’s page template, typically this will include the sidebar. If you use the Default Events Template, it will (should) not display a sidebar anywhere on your event pages. The problem with the Default Events Template is that it will not include much of your theme’s markup for styling and CSS if at all. So, if you use the Default Events Template, you will need to adjust things a bit more, adding markup to the default-template.php file to be more in line with your theme’s styling. You can make changes to the template by making a copy of /wp-content/plugins/the-events-calendar/views/default-template.php and placing in an ‘tribe-events’ folder in your theme. The difficulty from our perspective with this is it’s different with each theme – each theme uses different markup and CSS, so there’s no easy global solution.
You can also use the Default Page Template or another page template option, but with these as well, you will likely need to make some changes to either your theme’s page.php (the Default Page Template) or other page template depending on what you select. This has been a difficulty with our plugin all along, and while 3.0 may have changed some things (markup and CSS) with the structure that contributed to some of the problems here, the issue is the same and always has been something people need to work with the code to get working right with their theme.
We did our best to retain backwards compatibility with everything to prevent things like this from happening, while adding all the new features and code optimizations, but unfortunately as you’ve all seen, this didn’t apply to everyone.
With this being more of a theme compatibility issue, and everyone’s theme being different and needing different customization to work fully with our plugin, it’s not possible for us to help each one of you out to get this working. We can really only offer general guidelines of what you need to do and we have for this issue many times in the past.
As owners of your website, you are ultimately responsible for integration and styling. With an upgrade as big as this was (or really any upgrade for that matter; to be safe and follow best practices), you all should have installed this in a test environment first to make sure everything was working the way you needed it to be before pushing this to a live site.
So, to summarize the issue and solution needed:
Currently there is only one template option available within our plugin in the Events > Settings > Display screen. Based upon that option you will need to do some additional work to get the layout the way you want on any given page with a mixture of PHP, HTML and CSS. Fortunately, each events page contains a page specific body class which you can use to make some of your CSS styling a bit easier. For example, when on the calendar/gridview, there will be a body class of .events-gridview – on the list view there will be a body class of .events-list – this means that you can apply different CSS styling by prefixing your CSS with those classes, i.e.:
.events-gridview #sidebar {
display: none;
}
.events-list #sidebar {
float: left;
width: 300px;
}
You can also modify the selected template’s markup to adjust things as well. To do that first find out what template you are using in Events > Settings > Display. If you have selected the Default Events Template, the plugin will use the /wp-content/plugins/the-events-calendar/views/default-template.php template file for the display. You can override and edit this by making a copy and placing in an ‘tribe-events’ folder in your theme.All of the other Events Template options will use one of your available theme page templates (page.php, full-width.php, etc.) which you can also edit.
Based upon what Events Template option you’ve chosen, you will need to use these conditional wrappers to help you conditionally display or not display certain markup on each corresponding events page: https://gist.github.com/jo-snips/2415009
I hope that helps and sorry for not being able to provide a specific solution for each one of you. My suggestion would be if this seems like something over your head, don’t even waste the time on it. Hire someone to do 1-2 hours of work and get this running the way you need to. It will save you time and money. Good luck!
Regards,
– JonahJonah
ParticipantHi Gabriella/Lee,
I would suggest for now, renaming the old PRO folder ‘events-calendar-pro-OLD’ or something like that. This will deactivate it. Then, manually copy over the new 3.0 pro folder and then when you go to your plugins page, you’ll see both versions and you should be able to see the version number there to know which one is which. Simply activate the 3.0 version and begin testing things. You could delete ver 2 and nothing would happen to your data, but I would suggest going the route I suggested so you can revert to 2.x if anything goes wrong. If everything looks ok with 3.0 running, then you can delete the 2.x version.
I hope that makes sense and helps but let me know if you have any questions.
– Jonah
Jonah
ParticipantHi lara,
There are many reasons why it may have stopped working but it’s hard to know what if we don’t do a little troubleshooting. If you provide me wp-admin access here privately, I can take a closer look and try to see what’s going on. Can you please provide me that and do I have permission to deactivate all other plugins and/or switch the theme? I’ll put everything back the way it was.
Thanks,
Jonah -
AuthorPosts
