Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #347406

    Hi there.

    I created a modal popup following your instructions here: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173

    It works fine on a desktop, and even on my iPhone. But on iPad, the link appears to be dead. Nothing happens.

    You can see for yourself here: http://herbalcoldcare.com
    Scroll down toward the bottom, there’s a big red button that says Read More Testimonials – that’s what goes to the modal popup.

    Is there any way to modify that wordpress function to work on an iPad?

    #347661

    Hey Jan!

    Thank you for using Enfold.

    I checked the site on my iPod and it works fine. The script loads a little late. Please look for this code:

    add_action('wp_head', 'popup_inline');
    

    Replace it with:

    add_action('wp_footer', 'popup_inline', 10);
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.