Changeset 3041907
- Timestamp:
- 02/27/2024 12:38:52 PM (2 years ago)
- Location:
- osom-block-visibility
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osom-block-visibility/tags/1.0/readme.txt
r3038054 r3041907 40 40 The plugin uses wp_is_mobile function to check if the device it's a mobile (or tablet) or not. This has the limitation that it can't discern between mobile and tablet, but it has the advantage that let's you load only the necessary block for the device. This can reduce the number of blocks loaded per page even by half in some cases. 41 41 42 #### Follow Along:43 44 * [Visit the OsomPress site](https://osompress.com/)45 * [Follow on X/Twitter](https://twitter.com/osompress)46 47 42 == Installation == 48 43 … … 82 77 If you need to hide several blocks that are close to each other we recomend you to group them and apply the settings to this group block. 83 78 79 = I'm resizing the browser window to test if it hides the block but I don't see any change, why is that? = 80 81 That's the expected behavior, since the plugin it's not using CSS to hide the block content. 82 If you want to test how it's seen on a mobile/tablet you should visualize it using one of those devices. 83 84 84 = Can I use Osom Block Visibility on WordPress Multisite? = 85 85 … … 90 90 No, the plugin is designed to work with WordPress Block Editor. 91 91 92 #### Follow Along: 93 94 * [Visit the OsomPress site](https://osompress.com/) 95 * [Follow on X/Twitter](https://twitter.com/osompress) 92 96 93 97 == Screenshots == -
osom-block-visibility/trunk/readme.txt
r3038054 r3041907 40 40 The plugin uses wp_is_mobile function to check if the device it's a mobile (or tablet) or not. This has the limitation that it can't discern between mobile and tablet, but it has the advantage that let's you load only the necessary block for the device. This can reduce the number of blocks loaded per page even by half in some cases. 41 41 42 #### Follow Along:43 44 * [Visit the OsomPress site](https://osompress.com/)45 * [Follow on X/Twitter](https://twitter.com/osompress)46 47 42 == Installation == 48 43 … … 82 77 If you need to hide several blocks that are close to each other we recomend you to group them and apply the settings to this group block. 83 78 79 = I'm resizing the browser window to test if it hides the block but I don't see any change, why is that? = 80 81 That's the expected behavior, since the plugin it's not using CSS to hide the block content. 82 If you want to test how it's seen on a mobile/tablet you should visualize it using one of those devices. 83 84 84 = Can I use Osom Block Visibility on WordPress Multisite? = 85 85 … … 90 90 No, the plugin is designed to work with WordPress Block Editor. 91 91 92 #### Follow Along: 93 94 * [Visit the OsomPress site](https://osompress.com/) 95 * [Follow on X/Twitter](https://twitter.com/osompress) 92 96 93 97 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.