Conditions for Screen Sizes

Thanks a lot for sharing that! Trying to use it but it doesn’t give me anything in the value except default, do you know if I’m missing something here?

Perhaps you have disabled custom breakpoints and are not configured in the constructor?

Screenshot_3

In the field where you have the value “Default”, the list should be loaded after all the settings.

A new option for hiding an element on the frontend using a checkbox.
Thanks Qwen2.5-Max :muscle:

On the frontend, the width of the user’s screen is first recorded in cookies, then the logic of hiding the element works based on this record. In the builder, this is the checkbox on the Content tab. The display of the element can be turned on or off at any breakpoint.

Screenshot_1

In this case, the code is written as a snippet and works through the Code Snippets plugin.

Use it at your own risk.