Plugin Directory

Changeset 3041907


Ignore:
Timestamp:
02/27/2024 12:38:52 PM (2 years ago)
Author:
osompress
Message:

update readme

Location:
osom-block-visibility
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osom-block-visibility/tags/1.0/readme.txt

    r3038054 r3041907  
    4040The 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.
    4141
    42 #### Follow Along:
    43 
    44 * [Visit the OsomPress site](https://osompress.com/)
    45 * [Follow on X/Twitter](https://twitter.com/osompress)
    46 
    4742== Installation ==
    4843
     
    8277If 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.
    8378
     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
     81That's the expected behavior, since the plugin it's not using CSS to hide the block content.
     82If you want to test how it's seen on a mobile/tablet you should visualize it using one of those devices.
     83
    8484= Can I use Osom Block Visibility on WordPress Multisite?  =
    8585
     
    9090No, the plugin is designed to work with WordPress Block Editor.
    9191 
     92#### Follow Along:
     93
     94* [Visit the OsomPress site](https://osompress.com/)
     95* [Follow on X/Twitter](https://twitter.com/osompress)
    9296
    9397== Screenshots ==
  • osom-block-visibility/trunk/readme.txt

    r3038054 r3041907  
    4040The 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.
    4141
    42 #### Follow Along:
    43 
    44 * [Visit the OsomPress site](https://osompress.com/)
    45 * [Follow on X/Twitter](https://twitter.com/osompress)
    46 
    4742== Installation ==
    4843
     
    8277If 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.
    8378
     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
     81That's the expected behavior, since the plugin it's not using CSS to hide the block content.
     82If you want to test how it's seen on a mobile/tablet you should visualize it using one of those devices.
     83
    8484= Can I use Osom Block Visibility on WordPress Multisite?  =
    8585
     
    9090No, the plugin is designed to work with WordPress Block Editor.
    9191 
     92#### Follow Along:
     93
     94* [Visit the OsomPress site](https://osompress.com/)
     95* [Follow on X/Twitter](https://twitter.com/osompress)
    9296
    9397== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.