Title: iSoftware's Replies - page 3 | WordPress.org

---

# iSoftware

  [  ](https://wordpress.org/support/users/isoftware/)

 *   [Profile](https://wordpress.org/support/users/isoftware/)
 *   [Topics Started](https://wordpress.org/support/users/isoftware/topics/)
 *   [Replies Created](https://wordpress.org/support/users/isoftware/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/isoftware/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/isoftware/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/isoftware/engagements/)
 *   [Favorites](https://wordpress.org/support/users/isoftware/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)

[←](https://wordpress.org/support/users/isoftware/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/isoftware/replies/?output_format=md) [2](https://wordpress.org/support/users/isoftware/replies/page/2/?output_format=md)
3

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Customizing Maintenance Mode](https://wordpress.org/support/topic/customizing-maintenance-mode/)
 *  Thread Starter [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years ago](https://wordpress.org/support/topic/customizing-maintenance-mode/#post-5120411)
 * As you suggest the other approach would be a filter to get the template , perhaps
   as such:
    ` if ( $template = apply_filters('aiowps_site_lockout_template_include',
   AIO_WP_SECURITY_PATH.'/other-includes/wp-security-visitor-lockout-page.php')){
   include_once( $template ); }
 * I would also suggest moving $maintenance_msg code found inside the template into
   a global function such as aiowps_maintenance_message() to echo or return the 
   message so that theme developers can use that on the fly.
 * You can send me a copy of the plugin when you put together the changes to test
   it
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iSoftware Blocks] display issue with pictures inside "Blocks" in IE-Browser](https://wordpress.org/support/topic/display-issue-with-pictures-inside-blocks-in-ie-browser/)
 *  Plugin Author [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/display-issue-with-pictures-inside-blocks-in-ie-browser/#post-4458735)
 * Thank you for contacting us.
 * This is a browser related issue and not related to the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iSoftware Blocks] display issue with pictures inside "Blocks" in IE-Browser](https://wordpress.org/support/topic/display-issue-with-pictures-inside-blocks-in-ie-browser/)
 *  Plugin Author [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/display-issue-with-pictures-inside-blocks-in-ie-browser/#post-4458730)
 * Hi hansjoerg.jaeckel,
 * Please contact us direct at [support@isoftware.gr](https://wordpress.org/support/users/isoftware/replies/page/3/support@isoftware.gr?output_format=md)
   with access to your demo environment and a jpg or two that shows the problem 
   you are experiencing so that we may assist you further.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iSoftware Blocks] Show a region/block with PHP](https://wordpress.org/support/topic/show-a-regionblock-with-php/)
 *  Plugin Author [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/show-a-regionblock-with-php/#post-4481919)
 * In our projects, we usually use this plugin in conjunction with WP-Views(a commercial
   plugin from wp-types.com) in order to achieve what you are after as this gives
   us maximum flexibility and control over how this content is rendered.
 * We set up a custom view that selects all blocks for a specific region in WP-Views
   in a layout that we want to use(list, column, etc) and then insert that view 
   where we want to display it.
 * Alternatively, you can achieve the same effect with a custom WPQuery in php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iSoftware Blocks] display issue with pictures inside "Blocks" in IE-Browser](https://wordpress.org/support/topic/display-issue-with-pictures-inside-blocks-in-ie-browser/)
 *  Plugin Author [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/display-issue-with-pictures-inside-blocks-in-ie-browser/#post-4458707)
 * Hello and happy new year!
 * Please post the content you use in your block and how you render it and the version
   of IE-browser you have trouble with so that we may assist you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iSoftware Blocks] Show a region/block with PHP](https://wordpress.org/support/topic/show-a-regionblock-with-php/)
 *  Plugin Author [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/show-a-regionblock-with-php/#post-4481709)
 * We do not offer a build-in way to render a whole region yet! So you either have
   to do a custom WPQuery to get all block post types that belong to a specific 
   block region and render them using the above mentioned shortcodes or alternatively
   use the WPViews plugin or equivalent that creates and displays queries from the
   backend.
 * I hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iSoftware Blocks] Show a region/block with PHP](https://wordpress.org/support/topic/show-a-regionblock-with-php/)
 *  Plugin Author [iSoftware](https://wordpress.org/support/users/isoftware/)
 * (@isoftware)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/show-a-regionblock-with-php/#post-4481706)
 * Hello and happy new year!
 * You have four options that you can use in php:
 * do_shortcode(‘[isw-block name=”hallo world”]’);
    do_shortcode(‘[isw-block id=”
   123″]’);
 * — or —
 * global $ISWBlocks;
    ISWBlocks->render_block_shortcode( array( ‘name’ => ‘hallo
   world’));
 * where the ‘name’ => ‘hallo world’ is the post_name or post_title and the output
   will be translated with WPML if installed
 * — or —
 * global $ISWBlocks;
    ISWBlocks->render_block_shortcode( array( ‘id’ => 123 ));
 * where ‘id’ => 123 is the id of the block and the output will be translated with
   WMPL if installed
 * — or —
 * global $ISWBlocks;
    ISWBlocks->render_block ( $id )
 * where $id is the block id and will be rendered without WPML translation

Viewing 7 replies - 31 through 37 (of 37 total)

[←](https://wordpress.org/support/users/isoftware/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/isoftware/replies/?output_format=md) [2](https://wordpress.org/support/users/isoftware/replies/page/2/?output_format=md)
3