• Resolved mohammedarif

    (@mohammedarif)


    Hi There,
    Gravity Forms Timed Entries is not working inside the popup.

    They told that loading the form via your lightbox is failing/preventing to fire the Gravity Forms JS hook which our methods hook into to start the functionality “gform_post_render”.

    ..If you are JS/Jquery savy you could perhaps attempt to manually call the methods which start the clocks and functionality (on “gform_post_render”.) when the lightbox form is fully loaded if you would like. you would need to call the following
    in Jquery script after the form is loaded into the lightbox.

    
    gfteclock(); 
    var current_page = $(".gfte_current_page_print").html();  
    gftePageClock(current_page);
    $('.gftehidden').hide();
    

    The most common cause of jquery not loading properly is being loaded 2x, but it seems there is something else happening preventing it from running admin side.
    You would have to look into the light box builder plugins hooks to find a hook to call those functions on when the light of is finished loading.

    So please suggest us how can we use Gravity Forms Timed Entries inside HTML Popup

    • This topic was modified 4 years, 2 months ago by Yui.
    • This topic was modified 4 years, 2 months ago by Yui. Reason: redundant link(s) deleted
Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Yui

    (@fierevere)

    永子

    Perhaps you should ask Gravity Forms Timed Entries support, how to use their paid product with Popup Builder – Responsive WordPress Pop up – Subscription & Newsletter

    Thread Starter mohammedarif

    (@mohammedarif)

    Hi there,
    I ask them and they told that you would have to look into the light box builder (Responsive WordPress Pop up plugins) hooks to find a hook to call those functions on when the light of is finished loading that I mention before.
    So now need your help in this matter.

    Hey there,
    Did you try to add the JS code inside the Custom JS or CSS -> JS -> ‘#3 Add the code you want to run after the popup opens’
    https://prnt.sc/ultt12

    Hope this will help.

    Dear @mohammedarif ,

    How are you today?
    Just wondering whether you saw our previous message?
    Please, let us know if you still need help with this issue.

    Dear @mohammedarif ,

    We haven’t heard back from you for 6 days.
    We’re marking this thread as resolved.
    Please, submit a new support thread if you need more help.

    Thread Starter mohammedarif

    (@mohammedarif)

    Hi there,
    Sorry for the delay of reply.
    The plugins author told “If you are starting the pop up on the second page then you don’t need to add the JS code to their “after plugin opens” section. It does NOT appear this works to add the JS there so you can just remove it.”
    Now the timer work from 2nd page. But there is a problem to show full popup now. may be i need to submit another request to you to show the full popup.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Gravity Forms Timed Entries is not work inside the popup’ is closed to new replies.