ba95472
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Page title is "Archive"Thanks Brian, but I still don’t understand what happened, sorry. So these conditionals didn’t exist in 3.9.3 and earlier? Because, I don’t have this problem with 3.9.3, just with every version after.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Spacious Theme by ThemeGrillHi Brook,
The “double events” is simply that – the repetition of the word “events” in an otherwise normal page title. Until after 3.9.3 it wasn’t a problem, then all of a sudden weirdness (i.e. H1 ‘Archives’ above the Upcoming Events title and double events in the page title). Probably the easiest thing to do would be to A/B for yourself to see what happens when you switch from 3.9.3 to anything after.Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Spacious Theme by ThemeGrillThanks for the reply. I’m confused, sorry. This used to not be a problem with the Spacious Theme by Theme Grill until after The Events Calendar v3.9.3. What changed?
Forum: Plugins
In reply to: [The Events Calendar] Page title is "Archive"Thanks for the reply George. Not sure what you’re asking, sorry. All I know is that what used to be the Events page now says Archives and then below that, ‘Upcoming Events’ . The Spacious Theme is free and very popular (downloaded 1 million + times). Definitely a conflict with the latest Events Calendar updates as 3.9.3 is OK and everything after that, not. Here’s the theme:
https://wordpress.org/themes/spacious/Forum: Plugins
In reply to: [The Events Calendar] Page title is "Archive"Sounds like the same problem I’m having:
https://wordpress.org/support/topic/conflict-with-spacious-theme-by-themegrill?replies=1What theme are you using?
Forum: Plugins
In reply to: [The Events Calendar] Events Widget Error – "No Upcoming Events at this time"Forum: Plugins
In reply to: [The Events Calendar] Previous Events in Wrong Chronoligical OrderHi Brook,
In your snippet, is there a way to put the Previous Events link at the bottom of the page so that it is on the lower right (not lower left)? It’s more logical for my brain for the Previous Events to be going to the right.For example:
Previous Events >>
Forum: Plugins
In reply to: [The Events Calendar] 3.11 broken – why update?Thanks Barry. Just for the record, it’s not just your plugin that I’ve had update issues with, it’s several. For whatever the reasons, it seems plugins, themes and platforms are releasing updates more than ever these days.
Having spent many hours trying to undo problems directly associated with updating, I’ve come to conclude that unless there’s a significant security threat or conflict, that updating in most cases is simply not worth it. Again, if it already looks and works like you want it to, what really do you have to gain by updating?
Forum: Plugins
In reply to: [The Events Calendar] 3.11 broken – why update?Thanks Barry. Here’s the thing, if the Events Calendar (or whatever program you’re using) is already doing the job you need it to do, then “updating” to the latest version can actually put that functionality into jeopardy, and for what? That is my motivation for freezing things once I have them doing what I need them to do. The whole notion that the latest update is by default an improvement I take exception to. More often than not, it seems that knobs were turned with insufficient testing or a reason for doing so.
Forum: Plugins
In reply to: [The Events Calendar] 3.11 broken – why update?Hi Barry,
Thanks for the reply. I’m not sure I understand what you’re suggesting, sorry. I’m saying that there are serious bugs in the latest update which apparently went unchecked/tested. As an end user, I’m interested in what works. If an update is actually a step back into a nightmare of problems, don’t do it.This is a plugin issue not a theme issue. Le Georges had the right of it.
Right. Comparing the two list-widget.php files, from what I can tell, Tribe made the change adding the new
$events_label_plural = tribe_get_event_label_plural();and$posts = tribe_get_list_widget_events();lines:Version 3.10
if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $events_label_plural = tribe_get_event_label_plural(); $posts = tribe_get_list_widget_events(); //Check if any posts were found if ( $posts ) {Version 3.9
if ( !defined('ABSPATH') ) { die('-1'); } //Check if any posts were found if ( $posts ) { ?>And to turn off the red update notification for the Events Calendar in the dashboard so that I don’t keep getting pestered to update, I’ve changed the version number for 3.9.3 to Version: 999999
On your FTP server, go to /wp-content/plugins/the-events-calendar/src/views/widgets/ then copy file list-widget.php and overwrite existing one in /wp-content/themes/your_theme/tribe-events/widgets/ and that’s it.
If you have done any changes previously in that file, like I did, you will have to do changes again.
Le Georges – out of curiousity I just tried this. While it did get the widget to work, it screwed up the regular Events list view. So back to 3.9 again I go. That version (at least for now) still works.
Yes, thanks Presskopp!
> Please could you help me or tell when can I download a 3.9 version?
Maybe Tribe has all their versions posted somewhere, like on Github, but I couldn’t find it.