Emmanuel Simond
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] [BUG] URLs with # : wrongly 404 detectionHi Janis
No worries
Thanks for your precious time
Have great days
EmmanuelForum: Plugins
In reply to: [Better WordPress Minify] IMPROVEMENT : ADD async for javascriptsee 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
In reply to: [WP Fastest Cache] The plugin does not work with Multisitewell, 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 inwp-config.php
thanks in advance for your reply
and have a good dayForum: Plugins
In reply to: [WP Fastest Cache] The plugin does not work with Multisitecan we use it at least with the
DOMAIN_CURRENT_SITE
? aka the “root” site of the network ?Forum: Plugins
In reply to: [Broken Link Checker] [BUG] URLs with # : wrongly 404 detectionBasically, # 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 barhence the regexp clash?
Forum: Plugins
In reply to: [Broken Link Checker] [BUG] URLs with # : wrongly 404 detectionHi 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
In reply to: [WP Meta SEO] Missing escaping of quotesso basically add
esc_attr()
e.g.:
$meta_title_esc = esc_attr ( $meta_title );
Forum: Plugins
In reply to: [WP Meta SEO] Invalid argument supplied for foreach()please apply this fix
as it’s not been included in the new 1.0.2 release
thanks
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/graphsTo 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?
The source code is hosted @github
there are, at the moment, 302! issues regarding MediaElements
(List here: github.com/johndyer/mediaelement/issues )Does anyone has a better alternative to play videos
both on desktop browsers and on mobiles?