Forum Replies Created
-
AuthorPosts
-
July 9, 2013 at 4:57 pm in reply to: PRO 3.0 Upgrade – Customization issue with is_single() for tribe_venue post type #54192
Jonah
ParticipantHi aguawebdesign,
Please use the following conditional code for any of the various views:
https://gist.github.com/jo-snips/2415009– Jonah
Jonah
ParticipantHi dorimedia,
I didn’t notice this until but you mentioned “Event Manager Pro” initially. This is not our plugin. Is this what are using or are you using our plugins – The Events Calendar and Events Calendar PRO?
Jonah
ParticipantHi Bryan,
It appears that the https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/ might be obsolete now. Instead please see the Themer’s Guide: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/ – We are having a discussion about whether to get rid of the template overrides tut because everything in it and more is covered in the Themer’s Guide.
Also, in the Themer’s Guide we will probably update this soon but please note that the stylesheet you need to override will depend on what stylesheet you have select in the Events > Settings > Display tab. The stylesheets you can override are:
tribe-events-full.css
tribe-events-skeleton.css
tribe-events-theme.cssI hope that helps!
– Jonah
Jonah
ParticipantOk, sorry to hear about that. I’m going to need wp-admin credentials from both of you if you want me to look into this further. I also need permission to deactivate all other plugins myself and/or switch the theme temporarily. I promise I’ll put everything back the way it was. You can post credentials here privately. Is this happening with all recurring events or only certain ones?
Jonah
ParticipantHi Mamdouh,
Ok, I understand now. How are you actually doing the translation? Is this with a plugin?
– Jonah
Jonah
ParticipantThis reply is private.
July 9, 2013 at 4:22 pm in reply to: Version three breaks custom event display using (WP_Query) #54168Jonah
ParticipantHi mindshare,
Ok, two things. One, you need to use ‘eventDisplay’ => ‘custom’ on any custom query now or else our plugin will hijack yours. Two, your date/time format for the query needs to be in ‘Y-m-d H:i:s’ format. Try those modifications and let me know how that goes.
Regards,
JonahJonah
ParticipantHi koderlab,
We don’t to custom development but I have a list of other firms that may be able to help you out. Let me know and I can shoot you the list.
Regards,
JonahJonah
ParticipantHi Rick,
Unfortunately there’s not a whole lot we can do about performance. Performance can change on a shared hosting environment on any given day or any time of the day. I would highly suggest moving to a faster hosting platform if you need more speed. The only things you can do are try installing a caching plugin and/or work on optimizations throughout your website. It doesn’t sound like you have too many events or anything like that… If you had many thousands then it might be a problem…
– Jonah
Jonah
ParticipantHi Rick,
I’m not seeing any of these events in the calendar or in the calendar widget (and I dont’ see where you’ve got the calendar widget displayed…). Did you delete them?
Jonah
ParticipantHi Jared,
Thanks for the report. We’ve got a ticket logged to get this fixed ASAP but unfortunately no ETA as to exactly when that will be. It’s not going to make it in to 3.0.2 (the next release) but should make it into 3.0.3. Sorry I don’t have more to report here.
Regards,
JonahJonah
ParticipantHi Amy,
Unfortunately not all the template options are going to work out of the box. If using the Default Events Template, you can fully customize this 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. Then, you can add any theme specific divs to wrap things and get things looking a little better. If you need to do page specific markup or PHP, you can use the following PHP conditional statements to further customize things: https://gist.github.com/jo-snips/2415009
I hope that helps but let me know if you have any other questions.
– Jonah
Jonah
ParticipantHey Suzanne,
Did you try deactivating all other plugins to see if this helps? yvrmark, did you try what I suggested as well?
Regards,
JonahJonah
ParticipantHey Bryan,
Not sure why your code is not working anymore but please take a look at these conditionals that I’ve put together and tested with 3.0: https://gist.github.com/jo-snips/2415009
That should work for you but let me know if you have any other questions.
Regards,
JonahJonah
ParticipantYou’re welcome Derek.
Hmm, you may need to play with the selectors a bit to style the background. We can’t help you troubleshoot CSS issues too much so you will need to figure out why it’s not working on your own.
You can change the “Date” text with this selector:
#inner .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
color: #000;
}
You should be able to target the “View As” with:
#inner .tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label {
color: #000;
}
– Jonah -
AuthorPosts
