Viewing 6 replies - 1 through 6 (of 6 total)
  • In essence, the adsense code does not work with minifying of NextGen.
    There is a way to disable this feature (minifying)?

    Plugin Contributor photocrati

    (@photocrati)

    We have seen a few different plugins that do employ a minify method (such as caching plugins) and noted that if that option was turned off NextGEN would work fine, but not if the option was on.

    The NextGEN Gallery does not implement any minify methods that I am specifically aware of, but I will still make a note of this for the developers (just in case I missed something).

    Thread Starter hakachukai

    (@hakachukai)

    I am only using 2 plugin’s

    1: NextGen Gallery 2.07

    2: Adsense Explosion

    There are no other plugin’s

    Does WordPress core minify? I looked all over all the admin menu’s that I could find. I don’t see minify options anywhere. Disabling NextGen stop the minification of the JS.

    without NextGen the javascript is fine:

    <script type=”text/javascript”><!–
    google_ad_client = “ca-pub-9155572265891919”;
    google_alternate_color = “FFFFFF”;
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = “468x60_as”;
    google_ad_type = “text_image”;
    google_ad_channel =”2859206847″;
    google_color_border = “336699”;
    google_color_link = “0000FF”;
    google_color_bg = “FFFFFF”;
    google_color_text = “000000”;
    google_color_url = “008000”;
    google_ui_features = “rc:0”;
    //–>
    </script>
    <script type=”text/javascript”
    src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    </script>

    Using Nextgen the javascript is wrong:

    <script type=”text/javascript”><!– google_ad_client = “pub-9155572265891919”; google_alternate_color = “FFFFFF”; google_ad_width = 468; google_ad_height = 60; google_ad_format = “468x60_as”; google_ad_type = “text_image”; google_ad_channel =”2859206847″; google_color_border = “336699”; google_color_link = “0000FF”; google_color_bg = “FFFFFF”; google_color_text = “000000”; google_color_url = “008000”; google_ui_features = “rc:0″; //–></script> <script type=”text/javascript” src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”></script&gt;

    Plugin Contributor photocrati

    (@photocrati)

    @romolo: thanks for the additional details. I’ll pass this on to the developers. As with Cais who responded above, I don’t think we employ an minification. But it seems something is going on, and you’ve given us enough detail to look at. Thanks.

    Thread Starter hakachukai

    (@hakachukai)

    I tried upgrading to NGG 2.0.17

    Nothing has changed. Issue remains the same ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘NextGen V2.0.7 Breaks JS by minifing it’ is closed to new replies.