• Resolved sgumby

    (@sgumby)


    How do I turn off Time of message showing?

    You have 3 support requests from me. We have no problem purchasing a plugin for this for $40 but so far I’ve stumbled in to some silly bugs that are making this installation take much longer than it should. And this really makes me not want to recommend that my client purchase your plugin because I’m afraid of what I’ll find in the pro version.

    • This topic was modified 1 year, 7 months ago by sgumby.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Sorry, I do not sure what exactly messages do you mean ?
    Do you need to not show such messages at all or show messages during other time or show such messages and do not hide them ?

    Can you send screenshot of what exactly messages do you mean ?

    Thank you.

    Thread Starter sgumby

    (@sgumby)

    When I submit a registration from the front end you show the Form section of your Settings page it allows us to redirect to a page or show a “Thank You” message. You have a setting of 7000 milliseconds for “Time of message showing” which hides it after 7 seconds and redirects us back to the registration form. You should have a setting of 0 for it to NOT hide the message and redirect.

    Plugin Author wpdevelop

    (@wpdevelop)

    Curently it’s does not possible to show it forever. You can set this time for some big number like 999000 to show it during long time.
    We will add the option of defining this time as 0 and showing it forever to the TODO list for having it in future updates of plugin.
    Kind Regards.

    Thread Starter sgumby

    (@sgumby)

    I can’t set it to 9999999. As silly as this sounds I often purchase stuff on websites and then stay on that “thank you” page until I get a confirmation email…..and if I have to leave right away that page needs to stay there until I get back. And when you redirect that back to the form so quickly if they aren’t paying attention they may think the form didn’t work if they don’t see the thank you message.

    For anyone that doesn’t want to wait for the the author to update. Go to booking/js/client.js and look for about line 570 and about line 614. Update it with this code.

    if(new_booking_title_time > 0){
      setTimeout( function () { location.reload( true ); }, parseInt( 1000 + new_booking_title_time ) );  //FixIn: 8.1.2.14
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Turn off Time of message showing’ is closed to new replies.