• I’ve been testing v.2.0.13 and it comes with nice features and good functionality for a free plugin. I would love to see integration with Google Fonts or even Typekit out of the box in future releases.

    Support has been great and really fast.

    Overall i would rate the plugin with 4 stars and support with 5. Keep up the good work guys.

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Hey d.andr,

    With a simple filter you can use any fonts you like. We have considered adding google fonts but would clutter options quite a bit with so many fonts.

    Simple enough to add your own options to nearly any part of the admin.

    Heres the filter your looking for.

    add_filter('emodal_font_family_options', 'my_custom_modal_fonts',10);
    function my_custom_modal_fonts($options){
    	return array_merge($options, array(
    		// option => value
    		__('Exo', EMCORE_SLUG) => 'Exo',
    	));
    }

    Why only 4 stars though?

Viewing 1 replies (of 1 total)
  • The topic ‘Nice features and great support’ is closed to new replies.