Breakpoint filters do not work
-
I’m really struggling with version 5 of this plugin, to get it either to reduce the mobile breakpoint, or to remove it altogether. Neither seems to have any effect.
I’ve just created a new vanilla WP site. The only plugin is The Events Calendar (V5.0.0.1). I’ve created a child theme from TwentyTwenty. The only entry in functions.php is this:
add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);
If I use the Default Events Template, which is full width, it shows the event names at screen widths greater than 768. But anything below that, and the mobile view kicks in, with blue bullet points instead of event names.
Why? Surely the point of the “kill_responsive” filter is to stop that behaviour, isn’t it?
I’ve had no joy either with the “tribe_events_mobile_breakpoint” filter. No value that I’ve tried has any bearing on when the mobile view switches on.
I’ve tried using the TwentyTwenty Default Page Template, but that *always* shows the mobile view. I can’t get that to show the event titles at all.
I want to be able to have event titles showing at container widths lower than 768.
Has anyone else managed to get this working? I’d love to know how … please!
- The topic ‘Breakpoint filters do not work’ is closed to new replies.