Title: Emmanuel Simond's Replies | WordPress.org

---

# Emmanuel Simond

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] [BUG] URLs with # : wrongly 404 detection](https://wordpress.org/support/topic/bug-urls-with-wrongly-404-detection/)
 *  Thread Starter [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/bug-urls-with-wrongly-404-detection/#post-6082701)
 * Hi Janis
 * No worries
 * Thanks for your precious time
 * Have great days
    Emmanuel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Minify] IMPROVEMENT : ADD async for javascript](https://wordpress.org/support/topic/improvement-add-async-for-javascript/)
 *  Thread Starter [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/improvement-add-async-for-javascript/#post-6168993)
 * see [Parser Blocking vs. Asynchronous JavaScript](https://developers.google.com/web/fundamentals/performance/critical-rendering-path/adding-interactivity-with-javascript#parser-blocking-vs-asynchronous-javascript)
 * Adding the async keyword to the script tag tells the browser that it should not
   block the DOM construction while it waits for the script to become available –
   this is a huge performance win!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] The plugin does not work with Multisite](https://wordpress.org/support/topic/the-plugin-does-not-work-with-multisite-2/)
 *  [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/the-plugin-does-not-work-with-multisite-2/#post-6150344)
 * well, how can we kinda “hack” it to nevertheless make it work with the root website
   of the network? i.e. the `DOMAIN_CURRENT_SITE` as found in `wp-config.php`
 * thanks in advance for your reply
    and have a good day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] The plugin does not work with Multisite](https://wordpress.org/support/topic/the-plugin-does-not-work-with-multisite-2/)
 *  [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/the-plugin-does-not-work-with-multisite-2/#post-6150259)
 * can we use it at least with the `DOMAIN_CURRENT_SITE` ? aka the “root” site of
   the network ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] [BUG] URLs with # : wrongly 404 detection](https://wordpress.org/support/topic/bug-urls-with-wrongly-404-detection/)
 *  Thread Starter [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/bug-urls-with-wrongly-404-detection/#post-6082693)
 * Basically, # anchors to the same page, WITHOUT having full URL
 * specific example:
    `<a title="See more info about John Smith" href="#john-smith"
   >John Smith</a>`
 * with the EMPTY anchor somewhere on the very same page:
 * `<a name="john-smith"></a>`
 * the `href` is a simple #whatever, without any extra dash bar
 * hence the regexp clash?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] [BUG] URLs with # : wrongly 404 detection](https://wordpress.org/support/topic/bug-urls-with-wrongly-404-detection/)
 *  Thread Starter [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/bug-urls-with-wrongly-404-detection/#post-6082691)
 * Hi Janis
 * > Could you please post a few examples?
 * basically all links with a “/#whatever-with-minus-sign-in-it”
 * i.e. links WITHOUT explicitly given page
 * e.g. with a RELATIVE link wrongly detected as 404:
    `/about-us/team-mates/#john-
   smith`
 * notice the “/#whatever”
 * thnanks, and have a good day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Meta SEO] Missing escaping of quotes](https://wordpress.org/support/topic/missing-escaping-of-quotes/)
 *  Thread Starter [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/missing-escaping-of-quotes/#post-6145949)
 * so basically add
    `esc_attr()`
 * e.g.:
 * `$meta_title_esc = esc_attr ( $meta_title );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Meta SEO] Invalid argument supplied for foreach()](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-52/)
 *  Thread Starter [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [11 years ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-52/#post-6095335)
 * please apply this fix
 * as it’s not been included in the new 1.0.2 release
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MediaElement.js - HTML5 Video & Audio Player] V2.10.3 video size settings not working](https://wordpress.org/support/topic/v2103-video-size-settings-not-working/)
 *  [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/v2103-video-size-settings-not-working/#post-3409925)
 * [@waynem1](https://wordpress.org/support/users/waynem1/)
 * > This used to be a perfectly working and very useful plugin. Now, well… not 
   > so much 🙁
 * Might be, might be…. today, the list of issues display a bumping 442! Ok, only
   14 bugs and 6 WP issues.
 * Looking at the graph of the activity, the last peak was in April.
    [https://github.com/johndyer/mediaelement/graphs](https://github.com/johndyer/mediaelement/graphs)
 * To notice, there are 9 commits last week. Still alive! 😉
 * And for sure the author, John Dyer, did a massive work, totaling 1849 commits
   during the life of this plugin
 * You asked:
 * > Where is the AUTHOR of this plugin?
 * [https://github.com/johndyer](https://github.com/johndyer)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MediaElement.js - HTML5 Video & Audio Player] V2.10.3 video size settings not working](https://wordpress.org/support/topic/v2103-video-size-settings-not-working/)
 *  [Emmanuel Simond](https://wordpress.org/support/users/emanwebdev/)
 * (@emanwebdev)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/v2103-video-size-settings-not-working/#post-3409873)
 * The source code is hosted [@github](https://wordpress.org/support/users/github/)
 * there are, at the moment, **302**! issues regarding MediaElements
    (List here:
   [github.com/johndyer/mediaelement/issues](https://github.com/johndyer/mediaelement/issues))
 * Does anyone has a better alternative to play videos
    both on desktop browsers
   and on mobiles?

Viewing 10 replies - 1 through 10 (of 10 total)