Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Theme layout issue on pluginHowdy jh5512,
You could create a standard WP “Page Template” and then not show the sidebar in that template. You might already even have on created. Have you viewed the various template in WP-Admin > Events > Settings > Display? Does oine of those looks as you want, without a sidebar?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Displayed fonts are incorrect. How do I make changes?Howdy Daryleg,
You could definitely do that with CSS. You could add the CSS in any CSS file that’s loaded on that page. Your theme probably has a large number. You could also create ta theme override if you are familiar with that sort of thing: 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.
I hope that helps. Modern Tribe reps can not offer much support for CSS here in the free volunteer forums. However, one of the awesome folsk in the community might be wilingg to bolunteer their time and walk you through it or write some code. So I will definitely leave this topic open.
Cheers!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Homepage WidgetHowdy Ridgefield,
What is your parent theme? It is likely that your parent theme has overrides in it, and those need updating. If there is an update available for that theme, you might try updating it. If not, you can perform the patch yourself or contact the thee author and let them know there is an incompatibility.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] 'eventDisplay' => 'all' — no longer workingHowdy Ben,
Could you clarify your question? I do not quite understand, but maybe pealo does.
Pealo your code will show any event since 2014. If all your events are for 2014 and foward, then yes it shows all of your events. 🙂
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] how I can display all event past and upcoming !!Howdy Ben,
You could do that by setting the default date for your calendar to one in the distant past, before any events were created. If the default date is the past, then all events are upcoming and thus listed.
Follow this tutorial to change the default date: https://theeventscalendar.com/knowledgebase/set-calendar-to-show-specific-month/
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] False eventsHowdy Verbier Kev,
If your server is now generating the appropriate HTTP Status then all you can do is wait for Google to reindex those pages. You can of course request they reindex, which sometimes speeds things up.
If the status are not correct yet you are on the latest version, can you share a link to a problem page?
hello zpaiss, we definitely would like to help. Would you mind opening up your own topic and thoroughly detail your problem? Per the forum rules on wordpress.org you should start your own topic, unless “you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme, and configurations as the original poster”. Having your own topic helps ensure that each person gets the topics full attention and no one’s unique details get accidentally ignored.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Next Month Link Not Showing in Full Calendar ViewHowdy Cbimi,
Do you have any caching in place? It is possible that you are viewing an old cached version of that page. Clearing the cache should fix it.
If that doesn’t resolve things then 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.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Can't translate months and days of the weekHowdy jrausell,
Both of those are pulled from WP’ itself. Have you tried changing the default WP language in WP-Admin > Settings > General? Does that fix things?
Cheers!
– BrookHowdy Michael,
It sounds like The Events Calendar is well suited to your needs. By default it does all of those things. Past Events are only visible if you click the Past Events link. Categories are offered. View by day and month come free. Events Calendar PRO offer’s a view by Week option> I recommend you try out the few version with Month and Day views and see how it’s working. If it’s satisfactory you might consider Events Calendar Pro as well.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Past events showing up in Upcoming EventsThat is a very unusual problem! I strongly suspect this is the result of a conflict. Likely of a security or caching plugin.
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. What does that test reveal?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] EC/Divi 2.4 remove sidebarHowdy bknutson25,
Have you tried modifying the Template options in WP-Admin > Events > Settings > Display? Is the Divi template that you want in that drop down? If so select and hit save. You should be good. If it’s not then you will need to ask Divi if can create a standard WP “Page Template”. If you can create one using Divi’s API that looks as you want, then it will appear in the drop down for selection.
I hope that option works. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events Shortcode possibility?Howdy Tanner2,
Our Events Calendar PRO does offer shortcodes. However, currently the only shortcodes we offer are a mini version of the month view and list views. Nothing that allows you to embed all the details for a single event into another page. For that you would have to roll your own shortcode. Definitely doable, but will require a fair knowledge of WP Shortcode API.
I hope that information can help.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events Widget Error – "No Upcoming Events at this time"Howdy guys!
Thank you for sharing that link BA. That definitely sounds like the issue. Are you guys able to follow the steps found near the end of that comment chain? Does that fix things right up?
– Brook
I am sorry Henk. Most of the people here were also posting in another thread, and that one dived into detail a bit more.
The file that changed can be found here: /wp-content/plugins/the-events-calendar/src/views/widgets/list-widget.php
You will see two variables inside of it, a little after line 25 you will see:
$events_label_plural = tribe_get_event_label_plural(); $posts = tribe_get_list_widget_events();Make sure both of those are in the top of your theme’s override. Your theme override is typically found in /wp-content/themes/[YOURTHEMENAME]/tribe-events/widgets/list-widget.php So open that file up, and see if it is missing those two variables/lines. If so, copy them over to your theme, and it should be good.
If you need more information or elaboration, our themer’s guide can help clarify how your theme is creating overrides and how you can modify those overrides: Themer’s Guide
Definitely let the community here know if you have any questions. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How to Abbreviate Days in Calendar View?That is a perfect solution! I can’t thank you enough for sharing oddadmin.
Happy calendaring!
– Brook