• For my sign up form, I am using Popup Maker with Partcipants Database. When the form appears, the text for the sign up button appears on two lines and the button is very narrow against the left margin. The “Forget your private link?” text appears next to the button with no margins.

    I’d like to have the private link text on a separate line and a wider single-line sign up button. How do I do this? I can’t find any css code that affects this.

    Is there any custom css that I can input to change this? Here is a link to the webpage where I’m having this problem (click on “Sign Up To Volunteer” at the bottom of the page).

    https://eriewildliferescue.ca/new/volunteer/

    • This topic was modified 7 years, 9 months ago by TwoGunRosie.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@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 xnau webdesign

    (@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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sign up button’ is closed to new replies.