Join me on FluentCommunity 2.0 Release Party [LIVE]
Please join me now, and let's discover all the new features together! This will be big!
LIVE Event Details:
- Date & Time: Now
- Live Video: https://www.youtube.com/live/AHpD5oP82FQ
Check out FluentCart: https://fluentcart.com/discount-deal
I'm ready! 🎉
Joining now
Installed, but only after I repackaged it. Zip has the wrong path inside. Shahjahan Jewel
J V Would you please try now.
I've already done the FluentCommunity update... I'm curious to see if I can find something new... I'm happy.
Nice update
Anyone know what this means and/or an example of how/when to use the hook?
Filter Hook for developers to resize the Screen
Developers can now utilize a new filter hook to dynamically adjust screen sizes for custom layouts and UI behavior. This offers greater flexibility and control when fine-tuning the visual experience across different devices.
Thomas Oates, when you view a lesson, there is an option 'Go Full Screen', by default it is not enabled. A filter hook has been provided to adjust the initial default value of the lesson screen mode.
apply_filters('fluent_community/course_lesson_fullscreen_default', 'no')
add_filter('fluent_community/course_lesson_fullscreen_default', function () { return 'yes'; // if you want to enable fullscreen by default });
Tawsif Ahmed Riyad Thanks!
Tawsif Ahmed Riyad Just a little comment here to say that the symbol doesn't change when in full screen. Normally to exit full screen the symbol is something like this:
J V, noted, thank you for clarifying.
Legal