Title: AMIB's Replies | WordPress.org

---

# AMIB

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] FATAL error after update to 3.2.4](https://wordpress.org/support/topic/fatal-error-after-update-to-3-2-4/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-after-update-to-3-2-4/#post-15315790)
 * They have checked the existence of function “file_get_html” but FVM does NOT 
   check anything and has renamed functions but NOT main class
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] v.3.2.4 /combined url not found](https://wordpress.org/support/topic/v-3-2-4-combined-url-not-found/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/v-3-2-4-combined-url-not-found/#post-15315751)
 * The previous version was working properly and there was no write permissions 
   related problem.
 * Today I did open more than 30 sites to disable Merge functionality
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ManageWP Worker] cloner.php](https://wordpress.org/support/topic/cloner-php-2/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/cloner-php-2/#post-15096327)
 * Choose a better filename like: managewp-cloner.php.
    There was requests to this
   file in the server log
 * I taught my site is hacked and was trying to find the problem >:
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] One css file isn’t minified (rtl.css)](https://wordpress.org/support/topic/one-css-file-isnt-minified/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/one-css-file-isnt-minified/#post-14196717)
 * Thanks, It is OK now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] One css file isn’t minified (rtl.css)](https://wordpress.org/support/topic/one-css-file-isnt-minified/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/one-css-file-isnt-minified/#post-13661277)
 * The plugin has not built-in support for RTL stylesheets
    You can find the code
   to solve the problem here:
 * [https://rokaweb.ir/fvm-rtl/](https://rokaweb.ir/fvm-rtl/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flamingo] Conflict while getting date](https://wordpress.org/support/topic/conflict-while-getting-date/)
 *  Thread Starter [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/conflict-while-getting-date/#post-13418723)
 * There is no better way for date localization plugins to do the job they are doing.
   And also there is no straightforward method for those plugins to check for real
   usage of function return value.
 * So I think the only solution for this conflict is not to use `wp_date` as there
   is no localization or manipulation necessary.
    -  This reply was modified 5 years, 10 months ago by [AMIB](https://wordpress.org/support/users/amib/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flamingo] Conflict while getting date](https://wordpress.org/support/topic/conflict-while-getting-date/)
 *  Thread Starter [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/conflict-while-getting-date/#post-13412869)
 * Modification of date as local date system is not incorrect. Many many sites are
   using this method just to display dates, not to insert into MySQL with certain
   format.
 * There are some correct usages of the `wp_date` function in the `flamingo`. but
   these two locations are incorrect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flamingo] Conflict while getting date](https://wordpress.org/support/topic/conflict-while-getting-date/)
 *  Thread Starter [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/conflict-while-getting-date/#post-13411891)
 * Here is the [link](https://wordpress.org/plugins/wp-parsidate/)
 * The better question would be:
    Why should the plugin use the filtered `wp_date`
   function to generate a parameter that supports just ONE format and value?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flamingo] Conflict while getting date](https://wordpress.org/support/topic/conflict-while-getting-date/)
 *  Thread Starter [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/conflict-while-getting-date/#post-13408819)
 * > `wp_date()` outputs a Gregorian calendar date string in the specified format
 * This is not true as there are some plugins that change the date system like: `
   parsidate` and some other ones…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Menu just shows black background](https://wordpress.org/support/topic/menu-just-shows-black-background/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/menu-just-shows-black-background/#post-12836329)
 * Setting the menu name with English characters and no spaces solved the problem
   for me. It was a Unicode name contaiing spaces.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] No show on mobile device](https://wordpress.org/support/topic/no-show-on-mobile-device/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/no-show-on-mobile-device/#post-12836325)
 * Setting the menu name with English characters and no spaces solved the problem
   for me. It was a Unicode name contaiing spaces.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Burger Menu Not Working](https://wordpress.org/support/topic/burger-menu-not-working-2/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/burger-menu-not-working-2/#post-12836324)
 * Setting the menu name with English characters and no spaces solved the problem
   for me. It was a Unicode name contaiing spaces.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Mobile Menu Just Stopped Working](https://wordpress.org/support/topic/mobile-menu-just-stopped-working/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/mobile-menu-just-stopped-working/#post-12836323)
 * Setting the menu name with English characters and no spaces solved the problem
   for me. It was a Unicode name contaiing spaces.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Posts Page – Blog Title appears twice](https://wordpress.org/support/topic/posts-page-blog-title-appears-twice/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/posts-page-blog-title-appears-twice/#post-11601993)
 * It seems that there is also a new option to force rewrite in permissions( by 
   using buffers ), this was also auto activated and it took me some time to find
   out what is happening to site title.
 * This option is also a problem itself. What performance and memory issues happen
   if every plugin decides to buffer whole the page to “forcibly” modify the html
   intentionally generated by theme ?
 * These two main modifications and other changes related to them kept me awake 
   by now( 6:30 AM ) fixing the title of some sites to prevent SEO problems.
 * Anyway the problem is solved now. but I hope future modifications do not break
   the compatibility as there are thousands of sites using it.
 * These type of actions may have no effect on many sites. but some handcrafted 
   sites will face issues
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Posts Page – Blog Title appears twice](https://wordpress.org/support/topic/posts-page-blog-title-appears-twice/)
 *  [AMIB](https://wordpress.org/support/users/amib/)
 * (@amib)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/posts-page-blog-title-appears-twice/#post-11601948)
 * I was facing the same issue in the site title( two titles after each other ) 
   and some other incompatibilities.
    The whole title system of new version is breaking
   compatibility with some themes.
 * The old and the new title system do not fulfill every SEO requirement for expert
   users and removing options to bypass this option is not a good decision.

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

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