Title: Tofandel's Replies | WordPress.org

---

# Tofandel

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Notification - Custom Notifications and Alerts for WordPress] “Reply to” header](https://wordpress.org/support/topic/reply-to-header-5/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/reply-to-header-5/#post-18525639)
 * I did enable this option but I don’t have any Headers section on the Notification
   page. That’s why I went with a filter
 * > [View post on imgur.com](https://imgur.com/GMBVIJ4)
 * > [View post on imgur.com](https://imgur.com/Dk5AuXS)
    -  This reply was modified 1 year, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 1 year, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Notification - Custom Notifications and Alerts for WordPress] “Reply to” header](https://wordpress.org/support/topic/reply-to-header-5/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/reply-to-header-5/#post-18518138)
 * I was able to do that with a filter
 *     ```wp-block-code
               add_filter('notification/carrier/email/headers', function ($headers, Email $email, Triggerable $trigger) {            if ($trigger instanceof ContactNotification) {                $tags = $trigger->getMergeTags();                $keyedTags = [];                foreach ($tags as $tag) {                    $keyedTags[$tag->getSlug()] = $tag;                }                $headers[] = 'Reply-To: ' . $keyedTags['last_name']?->getValue() . ' ' . $keyedTags['first_name']?->getValue() . ' <' . $keyedTags['email']?->getValue() . '>';            }            return $headers;        }, 10, 3);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Notification - Custom Notifications and Alerts for WordPress] Update to version 9 broke my website](https://wordpress.org/support/topic/update-to-version-9-broke-my-website/)
 *  [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/update-to-version-9-broke-my-website/#post-18241249)
 * A plugin cannot and should not autoupdate to a major version. Unless you are 
   using some thrid party auto upgrading software, a major version upgrade should
   always be a manual operation
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yoast 20.3+ affect redirect of WooCommerce lost-password](https://wordpress.org/support/topic/yoast-20-3-affect-redirect-of-woocommerce-lost-password/)
 *  [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/yoast-20-3-affect-redirect-of-woocommerce-lost-password/#post-18200941)
 * Had the same issue, this was caused by the “Advanced > Crawl Optimizations > 
   Remove unregistered url parameters” checked in premium, but it was still active
   but not visible and uncheckable when the non premium version was in use
    -  This reply was modified 1 year, 8 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 1 year, 8 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 1 year, 8 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 1 year, 8 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 1 year, 8 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Square Thumbnails] It works but the non dismissible pls donate is getting on my nerves](https://wordpress.org/support/topic/it-works-but-the-non-dismissible-pls-donate-is-getting-on-my-nerves/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/it-works-but-the-non-dismissible-pls-donate-is-getting-on-my-nerves/#post-18088753)
 * We should also be able to edit which thumb size we want this plugin to apply 
   to
   Right now it applies to all of them, which is very undesirable
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] External images with lazy loading are broken](https://wordpress.org/support/topic/external-images-with-lazy-loading-are-broken/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/external-images-with-lazy-loading-are-broken/#post-17848129)
 * It seems that the file has the url html encoded, which is then passed to esc_url(
   but the wordpress forum decodes them so it does not show correctly in the above
   output)
   I’m providing a pastebin here with the html needed to reproduce the issue
   [https://pastebin.com/y85qNjEt](https://pastebin.com/y85qNjEt)If you have this
   html in your page (which is valid html according to the specs, html attributes
   can be html encoded), EWWW will choke on this image and output it as [http://https://](http://https://)
   So it seems the output of get_images_from_html is missing an html_entity_decodeThis
   is the line I changed to have it output correctly
 *     ```wp-block-code
       $file = \str_replace( '&038;', '&', \esc_url( \trim( $file ) ) );
       ```
   
 *     ```wp-block-code
       $file = \esc_url( \trim( html_entity_decode( $file ) ) );
       ```
   
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 2 years, 2 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] External images with lazy loading are broken](https://wordpress.org/support/topic/external-images-with-lazy-loading-are-broken/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/external-images-with-lazy-loading-are-broken/#post-17848059)
 * Not that I know, I disabled every other plugin
   This is the code when EWWW lazyloading
   is enabled (and before js runs)
 *     ```wp-block-code
       <img class="img lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://https://static.apidae-tourisme.com/filestore/objets-touristiques/images/254/220/12967166-diaporama.jpg" decoding="async"><noscript><img class="img" src="https://static.apidae-tourisme.com/filestore/objets-touristiques/images/254/220/12967166-diaporama.jpg" data-eio="l"></noscript>
       ```
   
 * This is the code when EWWW is disabled
 *     ```wp-block-code
       <img class="img" src="https://static.apidae-tourisme.com/filestore/objets-touristiques/images/254/220/12967166-diaporama.jpg">
       ```
   
 * Relevant debug log
 *     ```wp-block-code
       <b>EWWW\Lazy_Load::validate_image_tag()</b><b>EWWW\Base::is_lazy_placeholder()</b>found a valid image tagoriginal image tag: <img class="img" src="https://static.apidae-tourisme.com/filestore/objets-touristiques/images/254/220/12967166-diaporama.jpg"><b>EWWW\Lazy_Load::parse_img_tag()</b><b>EWWW\Page_Parser::get_image_dimensions_by_url()</b>getting dimensions for http://https&amp;#x3A;&amp;#x2F;&amp;#x2F;static.apidae-tourisme.com&amp;#x2F;filestore&amp;#x2F;objets-touristiques&amp;#x2F;images&amp;#x2F;254&amp;#x2F;220&amp;#x2F;12967166-diaporama.jpg<b>EWWW\Page_Parser::get_dimensions_from_filename()</b>looking for dimensions in http://https&amp;#x3A;&amp;#x2F;&amp;#x2F;static.apidae-tourisme.com&amp;#x2F;filestore&amp;#x2F;objets-touristiques&amp;#x2F;images&amp;#x2F;254&amp;#x2F;220&amp;#x2F;12967166-diaporama.jpg<b>EWWW\Base::url_to_path_exists()</b>trying to find path for http://https&amp;#x3A;&amp;#x2F;&amp;#x2F;static.apidae-tourisme.com&amp;#x2F;filestore&amp;#x2F;objets-touristiques&amp;#x2F;images&amp;#x2F;254&amp;#x2F;220&amp;#x2F;12967166-diaporama.jpgnot a valid local imagewidth attr:  and height attr: detected memory limit is: 270532608
       ```
   
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
    -  This reply was modified 2 years, 2 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang broke permanent links](https://wordpress.org/support/topic/polylang-broke-permanent-links/)
 *  [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/polylang-broke-permanent-links/#post-17271455)
 * I’m also having a similar issue, whenever I change a theme option, any page shows
   the blog page, debugging shows that it takes the first part of the path as a 
   language but we enabled the hide default language setting
 * So we have to go and uncheck this checkbox and check it again for it to work 
   and the issue comes back very often
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Element Pack Addons for Elementor - Elementor Widgets, Elementor Templates, Elementor Addons] Missing translation in ‘ep-search.js’](https://wordpress.org/support/topic/missing-translation-in-ep-search-js/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/missing-translation-in-ep-search-js/#post-16644846)
 * Any news? This simple fix is still pending, you can check the source by yourself
   there
   [https://plugins.trac.wordpress.org/browser/bdthemes-element-pack-lite/trunk/assets/js/ep-scripts.js#L9088](https://plugins.trac.wordpress.org/browser/bdthemes-element-pack-lite/trunk/assets/js/ep-scripts.js#L9088)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Element Pack Addons for Elementor - Elementor Widgets, Elementor Templates, Elementor Addons] Missing translation in ‘ep-search.js’](https://wordpress.org/support/topic/missing-translation-in-ep-search-js/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/missing-translation-in-ep-search-js/#post-16587618)
 * Please check the file path I gave, not the localization from the php file
   I mentionned
   that the localization exists but is hardcoded in the js file and thus ineffective
 * ![](https://i0.wp.com/img001.prntscr.com/file/img001/itF4d4a7RHeJuX8YNisbhQ.png?
   ssl=1)
 * See how the string `SEARCH RESULT` is hardcoded
   It should be `${window.ElementPackConfig.
   search.search_result}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Element Pack Addons for Elementor - Elementor Widgets, Elementor Templates, Elementor Addons] Missing translation in ‘ep-search.js’](https://wordpress.org/support/topic/missing-translation-in-ep-search-js/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/missing-translation-in-ep-search-js/#post-16565938)
 * Sorry, did you read my message?
   The string is **HARDCODED**, it’s not translatable
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Broken post categories links](https://wordpress.org/support/topic/broken-post-categories-links/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/broken-post-categories-links/#post-16543573)
 * In addition, the language of “Non classé” is set to English (I guess it doesn’t
   have one) but if I change it and save it, it stays the same
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Invalid css minification](https://wordpress.org/support/topic/invalid-css-minification/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/invalid-css-minification/#post-16385437)
 * Like this:
   `$enc = mb_detect_encoding($str, array_filter(mb_list_encodings(),
   function($enc) { return strpos($enc, "UTF-7") !== 0; }), true);`Tested that it
   fixes the issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Invalid css minification](https://wordpress.org/support/topic/invalid-css-minification/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/invalid-css-minification/#post-16385341)
 * [https://github.com/php/php-src/issues/10192](https://github.com/php/php-src/issues/10192)
   
   Maybe we can remove UTF-7 from the mb_list_encodings() as a workaround
    -  This reply was modified 3 years, 7 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Invalid css minification](https://wordpress.org/support/topic/invalid-css-minification/)
 *  Thread Starter [Tofandel](https://wordpress.org/support/users/tofandel/)
 * (@tofandel)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/invalid-css-minification/#post-16385234)
 * I have located the issue to the `fvm_ensure_utf8` function
   It’s an issue with
   php8.1+ only[https://onlinephp.io?s=ZZFvS8MwEMZfr9DvcHaDtTjZQISxWnznJ9BXIiVLrmuwTUr-DIf43b00rlMWEkjufnmey-XxaWiHNJkDKusNgmuZA-uMVAeQFrxrtrM0abziTmoFzbGvI1mHVL4gtICvNJktUHGooN_XAh1yRxjXgmRGZhUSnbSXsM2LFTjjsSjp9pGZWvh-yIPMGJEN5FGzqqBhncUi2MwMOm9UjJSwXgPXvhOgtINoDGcHor8BCYNJ64a0steX57ttFqs-y1F1XKsjmqu6f_EVxMqi40iiAKfHDl2c_mqG-yPPOoNMnCaUFs05vUF2tPn3ojShdJosuLXUzaVUg3dv7jRglRkmpM7ed7xF_kHmtyD7Q3AEGnttBJodPAyfYHUnBcw3m-09Z0FxWU6KVx9I4dBv5K2GcKD9Dw%2C%2C&v=8.2.1%2C8.1.14%2C8.0.27](https://onlinephp.io?s=ZZFvS8MwEMZfr9DvcHaDtTjZQISxWnznJ9BXIiVLrmuwTUr-DIf43b00rlMWEkjufnmey-XxaWiHNJkDKusNgmuZA-uMVAeQFrxrtrM0abziTmoFzbGvI1mHVL4gtICvNJktUHGooN_XAh1yRxjXgmRGZhUSnbSXsM2LFTjjsSjp9pGZWvh-yIPMGJEN5FGzqqBhncUi2MwMOm9UjJSwXgPXvhOgtINoDGcHor8BCYNJ64a0steX57ttFqs-y1F1XKsjmqu6f_EVxMqi40iiAKfHDl2c_mqG-yPPOoNMnCaUFs05vUF2tPn3ojShdJosuLXUzaVUg3dv7jRglRkmpM7ed7xF_kHmtyD7Q3AEGnttBJodPAyfYHUnBcw3m-09Z0FxWU6KVx9I4dBv5K2GcKD9Dw%2C%2C&v=8.2.1%2C8.1.14%2C8.0.27)
    -  This reply was modified 3 years, 7 months ago by [Tofandel](https://wordpress.org/support/users/tofandel/).

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

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