• Resolved Clifford Paulick

    (@cliffpaulick)


    Thanks for this theme. I evaluated several different alternatives and ended up with this one πŸ™‚

    I found https://github.com/afterimagedesigns/wp-bootstrap-starter, but it hasn’t been updated since 2 years ago.

    Is there another place I can submit code suggestions/requests?

    For example, wp_enqueue_style( 'wp-bootstrap-pro-fontawesome-cdn', '//use.fontawesome.com/releases/v5.0.12/css/all.css' ); should not be protocol-relative, and it shouldn’t have a query string added to it.

    Instead, it should be wp_enqueue_style( 'wp-bootstrap-pro-fontawesome-cdn', 'https://use.fontawesome.com/releases/v5.0.12/css/all.css', array(), null ); (really it’s version 5.0.13 now, though)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi Clifford Paulick,

    Thank you for using WP Bootstrap Starter theme yes I submitted this project to GitHub but not updated, but I am planning to update it again to make other people share their code. Please see the updated fontawesome cdn file in the next release. Thanks!

    Thread Starter Clifford Paulick

    (@cliffpaulick)

    Great. Thanks.

    Thread Starter Clifford Paulick

    (@cliffpaulick)

    Heads up that Font Awesome CDN has updated since you updated your theme:
    https://use.fontawesome.com/releases/v5.1.0/css/all.css

    Thread Starter Clifford Paulick

    (@cliffpaulick)

    Um, never mind. My error. You already have v5.1.0 πŸ™‚

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Is this on GitHub?’ is closed to new replies.