• Resolved carlos514

    (@carlos514)


    Hello,
    I just installed the plugin and it works great!
    Just one problem that I’ve been trying to resolve for hours. When an appointment is reserved and confirmed, a popup appears with the title: “Confirmation of Your Booking”. I cannot find this string anywhere in the Custom Texts section to translate.
    I’ve managed to translate everything else, including the message inside the popup, but not the title. Can you help me please?
    Thanks!
    Carlos

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hakan Ozevin

    (@puckrobin)

    Hi Carlos,

    Changing the popup title is possible with settings in Advanced Features addon, however you can also change it like this:

    add_filter( 'app_confirmation_title', 'app_confirmation_title' );
    function app_confirmation_title(){
    return 'New title comes here';
    }

    Add these codes inside Tools > Custom Functions and change the text as you wish.

    Cheers,
    Hakan

    Thread Starter carlos514

    (@carlos514)

    Hi Hakan,
    Works perfectly, thank you!!

    Carlos

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup Title missing in Custom Texts’ is closed to new replies.