Tribe events breakpoint
-
Hello is tribe_events_mobile_breakpoint filter working correctly? i just updated to newest version of plugin, and my function stoped working.
function customize_tribe_events_breakpoint() { return 99999; } add_filter( 'tribe_events_mobile_breakpoint', 'customize_tribe_events_breakpoint' );We need to display mobile view in all browser sizes.
And yes, i switched to Twenty Seventeen theme and also deactivated all plugins, but still this function in function.php file is not working. Echoing thisvar_dump(tribe_get_mobile_breakpoint());– is giving my custom breakpoint, but calendar is still shown in desktop version till 769 px(default). Before update this function was working as expected. Pervious version was 4.3.
The topic ‘Tribe events breakpoint’ is closed to new replies.