Please update to the latest Font Awesome link
-
The only change that seems to be required to get all the new icons in Font Awesome latest is to change the link to the latest version.
To do this, I changed:
wp_register_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css', false, '4.0.3', 'all' );
to:
wp_register_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css', false, '4.1.0', 'all' );
in:
wp-content/plugins/shortcodes-ultimate/inc/core
and automagically all the new icons become available. But, every time there’s an update to Shortcodes Ultimate I have to go do it again.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please update to the latest Font Awesome link’ is closed to new replies.