• 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.

    https://wordpress.org/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • Fred D

    (@frederiquedenis)

    Hi,

    Yes, it’s true. Precisely, the modification is in file assets.php, on ligne 53 in version 4.9.1 of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Please update to the latest Font Awesome link’ is closed to new replies.