Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter excentricjester

    (@excentricjester)

    I should point out that I’m using the fallback CSS with the code below, because the icons were not loading from the CDN on a client’s iPad. I think it may have been related to using a protocol relative URL.

    add_filter( 'bfa_force_fallback', '__return_true' );

    Plugin Author Mickey Kay

    (@mcguive7)

    Hi there,

    Thanks for the callout. I’ve been swamped and thus haven’t been updating the fallback version regularly. Should be all set with version 1.6.0 now.

    That said, I do want to clarify that the request to the CDN version of Font Awesome is protocol agnostic. Specifically, this is what it looks like:

    $this->stylesheet_url = '//cdn.jsdelivr.net/fontawesome/' . $version . '/css/font-awesome' . $this->get_min_suffix() . '.css';

    So protocol (http vs https) probably isn’t the issue unless you’ve set up some specific headers/settings for your site.

    Thread Starter excentricjester

    (@excentricjester)

    Thanks for the quick update!

    I might remove the filter and try to work out the issue if it arises again.

    Plugin Author Mickey Kay

    (@mcguive7)

    That’s strange. Protocol-agnostic URL’s should be supported across the board.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New Instagram icon’ is closed to new replies.