Is this on GitHub?
-
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]
The topic ‘Is this on GitHub?’ is closed to new replies.
