• Resolved kiwidesign

    (@kiwidesign)


    Hello there!

    I just had to manually update the version of FontAwesome included in the plugin since it was conflicting with the FA version installed in my website, and showing the older version of the icon (specifically the new insta icon, which has been updated by FA, was shown as the old one)

    I suggest you update the version of FA included in the plugin, and possibly even add a checkbox in the settings to disable entirely the FA loading by the plugin (I currently have THREE different FA versions loading in my homepage, due to different plugins loading it)

    Thanks a lot!
    k.

    https://www.ads-software.com/plugins/wd-instagram-feed/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Tigran Nazaryan

    (@progmastery)

    hi @kiwidesign,

    thank you for noting that font-awesome version is quite old in our plugin.
    We will update it ASAP.

    Shortcode enqueues font awesome only in the pages where it runs.

    Here is the code responsible for that, in frontend/shortcode.php

    wp_register_style('font_awesome', plugins_url('../css/font-awesome/font-awesome.css', __FILE__));
    wp_enqueue_style('font_awesome');

    function wp_register_style does not add the style if it already registered with the same handle(‘font_awesome’). Can you please list the plugins and/or themes in your website which also load font-awesome, so that we can check the handles and rename them if necessary?

    Plugin Contributor Tigran Nazaryan

    (@progmastery)

    done.
    font awesome updated to the latest version 4.6.3 and
    style handle set to “font-awesome” with hyphen in the v 1.1.8 update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update/disable FontAwesome?’ is closed to new replies.