Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Event – text and images on half the pageHowdy sameergupta83,
It sounds like your theme might not offer support for CPTs like The Events Calendar, without you writing a patch. However, sometimes there is an easy workaround. If you go to WP Admin > Events > Settings > Display and change the Template setting, does it work? You might try each of the options, and hitting update, and seeing if any of them do work. Often one will.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events Not Appearing On Event CalendarHowdy DanaJoy2008,
That is certainly peculiar, and no good. Have you tried a conflict test. This guide walks you through how to test for a conflict, and then identify what is conflicting. I have never really seen something like that before, which is why I would be highly suspicious of a conflict.
When you click View Event from the backend, do you see the event?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Date size and delete the searchHowdy Jonas,
I am sorry to hear that’s not working right for you. The search disappeared for me on mobile as well. If that stock solution is not working, you might have to have your developer look at your site and craft a custom one. Or perhaps someone here would be willing to do that for you. I will definitely leave the topic open in case.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] My event calendar is no longer showingHowdy Kat,
Thanks for the clear explanation of your issue. Very helpful.
Have you tried changing the URL in WP Admin > Events > Settings ? It’s possible that changing it to something like “events-temp” will cause it to show on the new URL, then changing it back might fix. If that doesn’t work, does switching to default permalinks cause the calendar to show? With default permalinks the URL for the events page will change, but you can get the new URL from the admin bar Events drop down.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] PHP code "broken" with new updateHowdy everythingbelton.com,
I am sorry to hear you are having an issue with that snippet. I see you are using the update version of the snippet that we published just prior to launching 3.10. It is working excellent for me, sorting events by their pubdate.
Could you try doing a conflict test, but putting that snippet in a stock theme for testing purposes like Twenty Fourteeen? This guide walks you through how to test for a conflict, and then identify what is conflicting.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event without a dateHowdy godvad89,
That’s a cool idea for a new feature. We actually used to have a feature request along those lines, but it seems the person who suggested it must have deleted it. I can not find it right now and I have searched many different ways. Would you mind making this an official feature suggestion via this page The Events Calendar: Suggest a feature .
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Hide reccuring events with the queryHowdy Erik,
You can query for everything but recurring events by precluding anything with a post_parent (for events only recurrences have a post_parent) and making sure that the meta view ‘_EventRecurrence’ is not set. ‘_EventRecurrence’ Will be set for the parent event, which is always the first event in a series of recurrences.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] someone other than admin adding eventsHowdy Jim,
The plugin respects WordPress Roles such as Author and Editor, if one of those might work instead of Admin. But, that still gives a user access to the backend, however limited. If you want it to be front end only and fine-grained control checkout Community Events.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameHowdy mailme,
That’s a cool idea. It’s easy to see why you are hitting a roadblock, that is not going to be an easy customization to make. There are two ways you could do it, directly modifying ‘/the-events-calendar/src/Tribe/Template/Month.php’, probably the get_daily_events() $arg variable is all you would need to modify. You could set it to preclude all day events, perhaps if the daily count is more than 3.
The second way would be a bit of a hack, but it would not involve directly modifying the plugin so you could still update. You could create theme override for /month/loop-grid.php, and override the $daydata variable. You could create your own version of Tribe__Events__Template__Month::get_daily_events() and populate the $daydata with its variable instead.
I hope one of those options works. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] color changeHowdy Amber84,
That is definitely possible via CSS. If you are familiar with CSS then do the usual WordPress thing and create a child theme. You can event modify the templates themselves using theme overrides. Have a look at the Themer’s Guide if that interests you.
Of course the above requires you know CSS and or PHP. Unfortunately if you do not know these things then it is not possible to write a customization, you would need someone to do it on your behalf.
Cheers!
– BrookHowdy minnithemoocher,
That would be possible via a theme override. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look, wording, and order of things. It does require some PHP knowhow though to do what you want.
I hope that helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Language problemOnolux, such a thing is unfortunately not possible. WordPress might use a single translation in multiple places. Can you use the English capitalization as a guide? I know that is possible in many languages.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Still having problem with ajaxThat would be a good idea. It is extremely likely that it will work great for you, so you can then install the other plugins one-by-one until the problem arises. Whichever plugin you last installed before the problem is the one that is likely conflicting. Once you know which plugin it becomes possible to start researching a solution. Sometimes even a simple google search for the name of that plugin and The Events Calendar will yield other uses solutions.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Change "Events for [month] [year]" to Another NameExcellent! That’s a newer feature for our plugin. We wanted to make it as easy as possible. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How to translate?Howdy Michele65,
We have a tutorial for how to do translations. Let us know if you need any help.
Cheers!
– Brook