Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Roland Barker

    (@xnau)

    This can’t be fixed with CSS because of the table layout.

    Try using the bootstrap template:

    [pdb_signup template=bootstrap]

    Thread Starter TwoGunRosie

    (@twogunrosie)

    The bootstrap template worked very well. Thank-you! Is there any way that I can change the “lost link” text? If I shorten it to “Forget your private link? Click here.”, it will all be on one line and look better. Is that possible? I have looked but can’t find anything anywhere.

    Thread Starter TwoGunRosie

    (@twogunrosie)

    Sorry about that. About 30 seconds after I posted again I found it. However, when I changed the text mentioned above within “Resend Link Settings”, it didn’t change in the sign-up form.

    Plugin Author Roland Barker

    (@xnau)

    Thanks for pointing that out, it looks like I have it wrong in the template.

    To fix this, you will need to edit the template file:
    wp-content/plugins/participants-database/templates/pdb-signup-bootstrap.php

    near the bottom, you’ll find:

    <span class="pdb-retrieve-link"><?php $this->print_retrieve_link(__('Forget your private link? Click here to have it emailed to you.','participants-database')); ?></span>

    That should be:

    <span class="pdb-retrieve-link"><?php $this->print_retrieve_link(); ?></span>

    so that it will use the setting value for the link text. I’ve got this corrected in the next release.

    • This reply was modified 9 years, 4 months ago by Roland Barker.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sign up button’ is closed to new replies.