• Resolved Micha – MS29

    (@fotoglut)


    Hi,

    how can i remove the flattr api calls from NextGen?
    I dont use flattr, but NG puts that Api call to every page.

    i mean this one…

    <!-- <meta name="NextGEN" version="2.1.0" /> -->
    	<script type="text/javascript">
    	/* <![CDATA[ */
    	....
    	    s.src = '//api.flattr.com/js/0.6/load.js?mode=auto&popout=0';

    Thanks

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @fotoglut – Although we do have “third-party compatibility” code for Flattr in our plugin it should only be running if there is a “Flattr” class being found.

    Specifically here:
    ../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php:399

    We run this as a test:

    if (!class_exists('Flattr'))
                return;

    Please double check to ensure you are not using a plugin or your current theme is calling this class.

    Otherwise, if necessary (although not recommended due to it not being update safe) remove that specific section of our third-party compatibility code.

    Thanks!

    – Cais.

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove the Flattr Api calls….’ is closed to new replies.