• Plugin Author Mickey Kay

    (@mcguive7)


    Hello everyone,

    Thanks so much for your patience. It brings me great happiness to announce that BFA v2-beta is ready for testing! Before releasing the update into the wild, I would like to get some feedback from power users such as yourselves to ensure everything is working perfectly before releasing a stable version of the plugin.

    Please have a look at this recent post for testing/feedback instructions.

    Thanks again for all of your great feedback!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Oh I see now, thanks for pointing that out @martinkolarik

    So instead of previous comment, leave line 551 alone.

    Change values of constants to:
    const JSDELIVR_API_URL = 'https://data.jsdelivr.com/v1/package/npm/@fortawesome/fontawesome-free';
    const JSDELIVR_ICON_METADATA_BASE_URL = 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@';
    const JSDELIVR_ICON_METADATA_FILE_PATH = '/metadata/icons.yml';

    Around line 694:
    Replace:
    $this->stylesheet_url = '//cdn.jsdelivr.net/gh/FortAwesome/Font-Awesome@' . $version . '/web-fonts-with-css/css/fontawesome-all' . $this->get_min_suffix() . '.css';
    To:

    $this->stylesheet_url = 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@' . $version . '/css/all' . $this->get_min_suffix() . '.css'; // Updated to use proper css path -TF 2018-12-12
    

    This got it working again for me. There is still an error in the Admin when trying to use the “Insert Icon” button.

    hi @mcguive7 ,
    Given all of the above and that FA will not provide a public API, where do things stand with compatibility with php 7.2 and WordPress 5.2 did you get things working anyway?
    -Thanks!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘BFA 2 beta ready for testing!’ is closed to new replies.