Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Error in jquery.themepunch.tools.min #10009533
    SecureDefence
    Participant

    Please ignore, it is fixed, problem was due to not using the image as first element in LI.

    Thanks


    in reply to: Error in jquery.themepunch.tools.min #10009532
    SecureDefence
    Participant

    Hi Jonas,
    I have done some testing and here’s what I found

    1. All the images are there
    2. If I remove all the <li> the error disappears
    3. If I add one <li>, any of the <li>, no error
    4. If I add another <li>, even the same one, the error comes back.

    So the error appears regardless of what’s in the <li> as long as there are more than one <li>

    Thanks,
    Memonics


    in reply to: Some Issues #10009510
    SecureDefence
    Participant

    Perfect,
    Thanks a lot Jonas


    in reply to: Some Issues #10009472
    SecureDefence
    Participant

    Thank you so much, your answer above fixed 1 and 2. For #3 I have put $.magnificPopup.close(); in the view in the if (data.responseJSON.response == ‘success’) {
    after displaying the success message
    if (($messageSuccess.offset().top – 80) < $(window).scrollTop()) {
    $(‘html, body’).animate({
    scrollTop: $messageSuccess.offset().top – 80
    }, 300);
    }

    Now on the browser version, it closes as soon as I click the submit button without showing the success message. On the mobile version, it shows the success message but doesn’t closes the popup.

    Thanks again for the help
    Mehnaz


Viewing 4 posts - 1 through 4 (of 4 total)