• Resolved AuthGirl

    (@hyky314)


    Hi,
    I like to customize the email confirmation page which opens up when you click the confirmation link from the email you receive.
    The page’s url looks like ‘http://www.gogastudios.com/home/?dkspeakupconfirm=d2710ccb0d254f50‘ and redirect to homage in a few seconds.

    I’ve been digging whole files inside of this plugin but I don’t see anywhere that I can customize this page.

    Only I could do was changing the stripe background – simply replace the png file under images folder.

    I like to change the text and add a linked image and remove the auto redirect function.

    Please help me where and how to do this. I’ve spend way too much time to figure this out by myself 🙁

    Thanks and regards.
    Vic

    http://wordpress.org/extend/plugins/speakup-email-petitions/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kreg Wallace

    (@kreg)

    Hi Vic,

    In version 1.7.3 the HTML for the confirmation screen starts on line 320 of public-utils.php.

    Thread Starter AuthGirl

    (@hyky314)

    Thank you Kreg sooooooo much~~ 😀
    Your are my saver!! I don’t know how I missed this section.
    Everything works as I want, except one thing.
    If you don’t mind, can you guide me little bit how to turn the auto redirect off ?
    So many thanks KREG!!!
    Vic

    Plugin Author Kreg Wallace

    (@kreg)

    The redirect is done with a meta refresh on this line:

    <meta http-equiv="refresh" content="10;' . home_url() . '">

    It refreshes the page to the home url after 10 seconds. Delete that line to stop the refresh or edit it if you like – more info here.

    Thread Starter AuthGirl

    (@hyky314)

    OMG, now I feel so bad….and feel like such a blind…n..dumb dumb dumb…
    THANK YOU SO MUCH AGAIN for fast answer 😀
    Vic

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: SpeakUp! Email Petitions] Customize email confirmation page’ is closed to new replies.