Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    This will be possible in our next release. Should go out this afternoon. I’ll post the code on how to achieve it after it launches.

    Thread Starter wendyvw

    (@wendyvw)

    Any chance you’ve had the opportunity to post the code?

    I appreciate it.

    Plugin Author Hal Gatewood

    (@halgatewood)

    Hello, unfortunately it didn’t make the last release. But I just put through 2.0.5 that has the ability.

    After you update your plugin you’ll need to add the follow code to your functions.php file in your theme:

    function tr_stars( $icon, $template_name, $id )
    {
    	return "fa-paw";
    }
    add_filter( 'testimonial_rotator_star' , 'tr_stars', 10, 3 );

    For anybody else who reads this, the ‘fa-paw’ can be changed to any of the FontAwesome icons codes: http://fontawesome.io/icons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change stars to paw (font awesome)’ is closed to new replies.