- Messages
- 33
- Reaction score
- 26

As search engines and users demand faster loading times, Marketers Delight takes a big step to help optimize the assets your website loads with the new Font Icons Manager.
Read full article on MD.com...
As search engines and users demand faster loading times, Marketers Delight takes a big step to help optimize the assets your website loads with the new Font Icons Manager.
I cannot see any icons at https://marketersdelight.com/font-icons/
Did you change icon classes totally? Remove md-icon-* class will affect all the existing sites.
md-icon-
class names have not been changed in CSS but are no longer stored with the md-icon-
prefix in the database. There is still backwards compatibility for this in any existing options that saved icons before, like in the Optins and any Gutenberg blocks, but you won't have to worry about losing any icons data in this update.<button type="submit" class="search-submit form-submit <?php echo md_icon( 'search', true); ?>" id="searchsubmit"></button>
That's annoying, thanks for letting me know.Good.
I think you missed a comma on line 26 of searchform.php in the beta.
<button type="submit" class="search-submit form-submit <?php echo md_icon( 'search', true); ?>" id="searchsubmit"></button>
Shows Critical Error on Search otherwise.
Strange, I still see some inconsistencies with how a few icon classes are rendered on your site, including theOne more. Pinterest share still uses the class md-icon-pinterest-squared.
View attachment 3162
md-icon-pinterest-squared
class. The class name was changed to remove squared in MD5.2.3, but the old class name is left there for backwards compatibility. Can you try saving your MD settings and let me know? I want to see if it rebuilds your stylesheet with the proper icon class name.