• Resolved Nicola

    (@nicoleuk)


    MailPress interferes with prettyphoto/lightbox jquery and also the function that allows to auto scroll back to the top of the page using a up button.

    I’ve tested all my plugins and these functions don’t work when Mail Press is active.

    When it’s activated I get this error ” TypeError: jQuery(…).prettyPhoto is not a function
    social_tools: ” “

    When I deactivate Mail Press the error isn’t there.

    http://stylereaction.com/review/vaseline-review

    http://ww.wp.xz.cn/extend/plugins/mailpress/

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.