Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author arena

    (@arena)

    if jQuery is already loaded by the theme

    and you are using MailPress::form()

    do like this

    MailPress::form(array(‘jq’ => true));

    Thread Starter Nicola

    (@nicoleuk)

    Please can you be more specific.

    In which file do I change this?

    Thread Starter Nicola

    (@nicoleuk)

    Nevermind I fixed this by adding

    <?php if (class_exists('MailPress')) MailPress::form(array('txtbutton' => 'Join', 'jq' =>'1')); ?>

    to my header file.

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