• infinets

    (@infinets)


    When I activate Nextgen gallery plugin, the javascript gets combined/compressed which causes other plugins to break. Please check example below –

    When Nextgen plugin Active
    <!– ff_processor = new Object();

    When Nextgen plugin not Active
    <!–
    ff_processor = new Object();

    Please help me resolve the issue.

    Thanks,
    Harsh

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

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

    (@photocrati)

    @infinets – Your references need a lot more context for us to be able to work with them.

    Thanks!

    – Cais.

    Thread Starter infinets

    (@infinets)

    I have breezing forms and nextgen plugin installed.

    Breezing form javascript –
    <script type=”text/javascript”>
    <!–
    ff_processor = new Object();
    ff_processor.okrun = true;
    ff_processor.ip = ‘115.245.36.101’;
    ff_processor.agent = ‘Mozilla/5.0 (Windows NT 5.1; rv:36.0)
    ..
    ..
    ff_processor.traceBuffer = null;
    //–>
    </script>

    when I activate nextgen then the breezing form javascript gets combined to one line.
    <script type=”text/javascript”>
    <!– ff_processor = new Object(); ff_processor.okrun = true;ff_processor.ip = ‘115.245.36.101’;ff_processor.agent = ‘Mozilla/5.0 (Windows NT 5.1; rv:36.0) .. .. ff_processor.traceBuffer = null;//–>
    </script>

    and this causes breezingform to break.

    Plugin Contributor photocrati

    (@photocrati)

    @infinets – I’m not familiar with “breezing forms” and NextGEN Gallery does not have any dynamic script combining processes so I am not certain how this would be happening.

    At best all I can offer is for you to submit a Bug Report with all the necessary details so we can have a look at your site under the page. We will need log in and FTP credentials for you WordPress installation, too. Please include those on your Bug Report here: http://nextgen-gallery.com/report-bug/

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Combines Javascript’ is closed to new replies.