Title: WP Apps's Replies | WordPress.org

---

# WP Apps

  [  ](https://wordpress.org/support/users/wp-apps/)

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/wp-apps/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wp-apps/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/wp-apps/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Gutenberg] Native WP gallery does not work](https://wordpress.org/support/topic/native-wp-gallery-does-not-work/)
 *  Thread Starter [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/native-wp-gallery-does-not-work/#post-13279804)
 * Thank you.
 * For first I did not find mentioned setting. Took a while to figure out, where
   this setting is.
 * I think you should remove this weird feature “**Click here** to display more 
   tools and options. Note: these options remain in effect even when hidden on this
   page.” and make all options visible. It looks just regular description and UX
   principles wise it’s badly implemented as it looks just description for options
   below. Please fix it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Remote Media Libraries] No updates](https://wordpress.org/support/topic/no-updates-18/)
 *  [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/no-updates-18/#post-12257966)
 * Probably the developer has abandoned the project as this does not make the profit
   he expected. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flow-Flow Social Feed Stream] Facebook feed error](https://wordpress.org/support/topic/facebook-feed-error-4/)
 *  [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/facebook-feed-error-4/page/2/#post-11777657)
 * vlaios, the script you shared, is not working!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang Theme Strings] Plugin error message in Version 4.0 register uninstall hook](https://wordpress.org/support/topic/plugin-error-message-in-version-4-0-register-uninstall-hook/)
 *  [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-error-message-in-version-4-0-register-uninstall-hook/#post-10880158)
 * Method Plugin_Install_Hooks_Init in file mw-polylang-theme-strings.php should
   be rewritten. An invalid approach is used! According to WP documentation the 
   callback to run when the hook is called, must be a static method or function.
 * `register_uninstall_hook($this->Path_Get('plugin_file_index'), array($this, '
   Uninstall'));`
 * but it should be something like this:
 * `register_uninstall_hook( __FILE__, 'MW_Polylang_Theme_Strings::Uninstall');`
 * Method Plugin_Install_Hooks_Init shall be rewritten to load other required recourses.
 *     ```
               private function Plugin_Install_Hooks_Init(){
                   register_activation_hook($this->Path_Get('plugin_file_index'), array($this, 'Install'));
                   register_uninstall_hook($this->Path_Get('plugin_file_index'), array($this, 'Uninstall'));
                   add_action('upgrader_process_complete', array($this, 'Plugin_Upgrade'), 10, 2);
               }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Serious malfunction –](https://wordpress.org/support/topic/serious-malfunction/)
 *  Thread Starter [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/serious-malfunction/#post-8990176)
 * Jan,
    thank you for response!
 * How is that a serious bug?
 * Here is an example:
 * echo ‘”Me & You” == “Me **&**amp; You” is ‘ . json_encode((“Me & You” == “Me **&**
   amp; You”)); // “Me & You” == “Me & You” is false
 * $post_1 = get_page_by_title(‘Me **&**amp; You’); // null;
 * $post_2 = get_page_by_title(‘Me & You’); // WP_Post ;
 * So, when The Event Calendar does the check get_page_by_title but title is using
   HTML entities, then it does not find the item from database.
 * Simple!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide Singular Title] how to reset all changes?](https://wordpress.org/support/topic/how-to-reset-all-changes/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-reset-all-changes/#post-5910235)
 * Hi Gregori,
 * there is no such option at the moment, but we will add it into next release for
   sure!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide Singular Title] multisite install](https://wordpress.org/support/topic/multisite-install-5/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/multisite-install-5/#post-5908399)
 * Hi! Thank you for asking!
 * If you want to install Hide Singular title as multisite plugin, it’s recommended
   to use “must-use method”.
    1. Install [WP-Autoloader](https://wordpress.org/plugins/wp-autoloader/) as must
       use plugin
    2. Install [Hide Singular Title](https://wordpress.org/plugins/hide-singular-title/)
       as must use plugin or as regular plugin and activate it for each site manually.
 * Make sure that WP-Autoloader is loaded first of all of must-use plugins. Please
   read those [instructions](https://wordpress.org/plugins/wp-autoloader/installation/)
   for more details.
 * Please read also WordPress Codex article [Must Use Plugins](http://codex.wordpress.org/Must_Use_Plugins)
   for more details how to install properly must-use plugins.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Autoloader] Plugin not activating for multi-site](https://wordpress.org/support/topic/plugin-not-activating-for-multi-site/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-activating-for-multi-site/#post-5829481)
 * Hi Barbara,
 * for multisite installation, its recommended to add plugin into **mu-plugins**
   folder.
 * **Please read the documentation of plugin**, which actually contains also instructions
   for multisite installation
 * [https://wordpress.org/plugins/wp-autoloader/installation/](https://wordpress.org/plugins/wp-autoloader/installation/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Autoloader] Plugin could not be activated because it triggered a fatal error.](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-219/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-219/#post-5761133)
 * Hi Muhammad Abbas!
 * This plugin uses **PHP namespace**s, which are available since PHP 5.3
 * Please can you upgrade your PHP at least to version 5.3!!
 * Also, please note that version 2.0.9 is the current version of plugin. 2.0.6 
   an older version of plugin and as chengelog says, since 2.0.7 any PHP version
   safe load (Avoids failure if PHP version is less than 5.3)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Hide Singular Title] Not quite what it seems](https://wordpress.org/support/topic/not-quite-what-it-seems/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/not-quite-what-it-seems/#post-7934963)
 * Hi segana!
 * Thank you for comment.
 * **It’s always recommended to read documentation before installation of any extensions.**
   Documentation of plugin clearly states the minimum requirements. I’m sad that
   you didn’t find a minute to read the documentation, otherwise you had noticed
   the requirements.
 * Please can you explain accusations about arrogance?
 * There are plenty of factors, which might affect your installation of plugin.You
   haven’t contacted us or provided any valuable information to evaluate your case
   or recreate it.
 * ** It’s a free plugin provided as is, no any warranties etc. This plugin comes
   with some minimal system requirements too. You need proper PHP version etc.**
 * You are welcome to contact My Miniapp Support to resolve your issue.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Hide Singular Title] garbage – STAY AWAY](https://wordpress.org/support/topic/garbage-stay-away/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/garbage-stay-away/#post-7933422)
 * Hi atomizer!
 * It’s hard to understand your frustration and false accusations. There are plenty
   of factors, which might affect your installation of plugin.You haven’t contacted
   us or provided any valuable information to evaluate your case or recreate it.
 * You are welcome to contact My Miniapp Support to resolve your issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide Singular Title] Not Hookedb t I have autoloader activated](https://wordpress.org/support/topic/not-hookedb-t-i-have-autoloader-activated/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-hookedb-t-i-have-autoloader-activated/#post-5653162)
 * Let know if any help is still needed!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide Singular Title] CSS Fallback usage?](https://wordpress.org/support/topic/css-fallback-usage/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-fallback-usage/#post-5690902)
 * **Thank you for asking! 😉**
 * CSS Fallback tries to use some **CSS snippets** to hide specified singular titles
   on case if your current theme does not use WordPress singular titles properly.
 * **You have to modify css-fallback.css file to suite your needs. **You need also
   some knowledge about HTML and CSS to use this feature. **css-fallback.css file
   is loaded only for page/post for which the title hiding is enabled**.
 * CSS Fallback is needed only on case, when theme desinger haven’t used WP API 
   properly. You have to create css instrucions for sepecific HTML element to hide
   it, for example:
 *     ```
       .post h1.title {
       	display: none;
       }
       ```
   
 * You have to figure out the peopre css snipet by yourself as it’s theme dependent.
 * Let us know, if you have any additional questions.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Hide Singular Title] Useless](https://wordpress.org/support/topic/useless-94/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/useless-94/#post-7919729)
 * Hi Bendico!
 * There are plenty of factors, which might affect the plugin. It’s a free plugin
   provided as is, no any warranties etc. You haven’t provided any valuable information
   to evaluate your case or recreate it.
 * Hide Singular Title does a lot more than most of similar plugins, it comes with
   features which aren’t available on other similar plugins. But this plugin comes
   with minimal system requirements too. You need proper PHP version etc.
 * You are welcome to contact [My Miniapp Support](http://myminiapp.com/support/)
   to resolve your issue
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Hide Singular Title] Hide but don't remove](https://wordpress.org/support/topic/hide-but-dont-remove/)
 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-but-dont-remove/#post-7918900)
 * Hi!
 * Thank you for review!
 * Seems that your issue is related to theme design. [Hide Singular Title](https://wordpress.org/plugins/hide-singular-title/)
   removes title, but some theme designers don’t use proper WordPress API commands
   to load titles, on which case you might need an additional CSS fallback too, 
   which helps to handle design related issues as well. Please check built-in documentation
   about CSS fallback.

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/wp-apps/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wp-apps/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/wp-apps/replies/page/2/?output_format=md)