• Hi.

    I’ve been using nextgen on a page I manage and since the latest update, nexgen breaks my fontawesome by inserting <link rel='stylesheet' id='fontawesome-css' href='https://#####/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/font-awesome.css?ver=3.8.1' type='text/css' media='all' /> in the header and my instance from my functions.php gets overridden.

    I had it inserted from CDN and I would prefer it that way. Also I had the older version, with support for IE7…

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @reddo – Would you be able to submit a Bug Report (https://www.nextgen-gallery.com/report-bug/ … please reference this topic) so we can take a closer look at this with you.

    We may need to get log in and FTP credentials for your WordPress installation as well, please include those with the Bug Report.

    Thanks!

    – Cais.

    Hi Reddo,

    What’s your site url? How did you insert font-awesome.css? Are you en-queuing it via wp_enqueue_script?

    Thanks,
    Mike

    Thread Starter reddo

    (@reddo)

    Hi.

    1st of all, thanks for the quick reply, even though my problem is more annoying than actually breaking something.

    The website is https://jazzybirds.com/ and i had my fontawesome included in the functions php, via the enqueue style:

    function theme_scripts() {
    /*.....*/
    wp_register_style( 'fontawesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css', false, '4.0.3' );
    	wp_enqueue_style( 'fontawesome' );
    }
    add_action( 'wp_enqueue_scripts', 'theme_scripts' );

    I’ll submit a bug report, as you sugested.

    Plugin Contributor photocrati

    (@photocrati)

    @reddo – Thanks for the Bug Report, I’ve asked our lead developer to take a look at it and one of us will get back to you once he has reviewed this.

    – Cais.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘nextgen vs fontawesome’ is closed to new replies.