Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Page does not loadExcellent news! Thanks for getting back to us Henry.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] List Past EventsHowdy Delaware,
THank you for the feedback. Indeed I have seen a couple of other people who wanted this as well. If you’re keen on it oyu might also vote on the feature request for this: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/11012958-widgets-shortcodes-add-start-date-and-end-date
So far it has not proved very popular. But the more popular it gets the sooner we’ll build it. Cheers!
– BrookThank you for getting back!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Problem with a today's eventHowdy Laure,
I’m very happy you’re finding the plugin useful. 🙂
It sounds like you are experiencing a conflict. In order to proceed you will need to test if a “conflict” is happening, and if so narrow it down so a fix can be found for it. This guide walks you through how to test for a conflict, and then identify what is conflicting.
That help you find the cause? Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Images on an event page showing in preview but not liveHowdy Nicki,
It should not be a WordPress 4.4 issue, we’re quite compatible with that version.
That is strange it did not work. I just tried that exact HTML in my browser and it is working great. You might have to try some standard debugging practices from here. Add the HTML to an HTML document on your site, does it work? Add it to a different page… Try it with plugins disabled. Etc. Until you find the root cause. I am sorry we can’t narrow it down more, very strange it’s not working already.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] New Update Spacing ProblemsHowdy FVacademy,
Modern Tribe employees can not provide much assistance with customizations on the volunteer forums here. However we do have an awesome community of volunteers that might be able to help you. But in order to help you they will probably need a link to your site to examine the issues you’ve described.
I hope someone comes along. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar details available to everyoneHowdy sharon135,
That’s a good question. I don’t know the answer as I am unfamiliar with Ultimate Member. Perhaps you would have more success on their forums? Our plugin is a standard wordpress Custom Post Type, so they should be able to provide you with generic instructions for interacting with a standard “Custom Post Type archive page”.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Import from another wordpress website event feedHowdy Jb,
The easiest manual way to export things in a format compatible with the calendar is to export them as a CSV. Then go to WP Admin > Events > Import > CSV.
If you want this feed to be automatically importing into The Events Calendar though then CSV is not an option. The only option left is if the third party plugin exports things as an iCal feed. Then with the iCal Importer addon.
Does that all make sense?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Remove Search Bar from Calendar List ViewHowdy Meta,
To hide it you can just run :
.tribe-bar-search-filter { display: none; }But from there you might to write more CSS to lay things out on your site. This can get fairly complicated sometimes. We Modern Tribe employees are technically instructed not to provide any code including CSS on the volunteer forums, because of budgets. But, perhaps a volunteer from the community can be of more thorough help if the above doesn’t do all you need?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Integration with Post Grid plugin from Visual ComposerHowdy Nova,
The events post type is called “tribe_events”. That is usually the only thing specific to a plugin you will need to know to tap it with WP Queries. But I am not sure exactly where you will need to input this in Post Grid, or if you will need to write a full custom query built around the tribe_events post type. That sort of information really depends on how Post Grid is designed.
I hope that helps get you started in the right direction. Wish we know more about that plugin to help. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How can I set the Font sizeHowdy Marius,
I see no one from the community has been able to help yet. As mentioned in our forum sticky we can’t provide code here like CSS, but I can definitely get you pointed in the right direction.
You can change that with some CSS. Use your browser’s inspector to find the CSS rule you will need to override. From there craft a CSS override to change the font.
I hope that helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How to localize month names with WPML siteHowdy cmkl,
This is a question probably better suited for the WPML folks. There are many reasons why the dates might be wrong language. They actually come WordPress’ internationalization functions, which in turn rely on PHP as Brian said. Something on your install is mucking them up. And you’ll notice it’s not doing it just for The Events Calendar, but it’s doing it for all dates site wide as can be observed on the home page. I’m not sure what is causing that, but we’re not the translations experts here. 🙁
If we can be of help let us know. But, I do think you will find people a lot more knowledgeable on general translation issues over on WPML forums. Especially consider this could be a WPML configuration issue.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Subscribe to Events CalendarHowdy guys,
Like Barry said we can not afford to provide much volunteer support for customizations like this. But, hopefully this helps get y’all in the right direction: http://codex.wordpress.org/Plugin_API/Action_Reference/save_post
Our plugin hook into the save_post action for numerous things that needed to happen upon saving an event. If you need something to happen then as well, that’d be the hook. From there you can check the post_id and content to see if it’s an event that needs an email.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Tooltip not showingHowdy Jon,
It looks to me like you found a fix since we last talked. The tooltips are now showing in Chrome on Windows.
You can find out which file is specifically conflicting by renaming the files in/tribe-evemts/ one at a time. I would start with any JavaScript files in there. If you still need help with this do let us know.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Tooltip not showingHowdy Jon,
It looks to me like you found a fix since we last talked. The tooltips are now showing in Chrome on Windows.
You can find out which file is specifically conflicting by renaming the files in/tribe-evemts/ one at a time. I would start with any JavaScript files in there. If you still need help with this do let us know.
Cheers!
– Brook