• Hi,
    I am sure this is something simple but I seem to be missing it.

    With the signup bootstrap template, the help text is not displaying on the page at all.
    When I change to the default template, the help text is displayed but the input fields are all squashed up on the right side of the page.
    I am not an expert with css but would prefer to use the bootstrap template but have the help text displayed.
    What am I missing or doing wrong?
    I am using the theme, Hestia with this website.

    Loving the plugin so far.

    regards,
    LF

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The help text is included in the bootstrap template, but your theme may be preventing it from being seen. If you inspect the HTML using the Browser Developer tools, you’ll see that it is there, but hidden for some reason. I can’t be specific, it has to do with the specifics of your theme.

    Accessing your browser developer tools

    Thread Starter ljfox

    (@ljfox)

    Thanks. It is only happening with Google Chrome. Edge and Firefox display the help text.

    Thread Starter ljfox

    (@ljfox)

    I found a fix if this happens to anyone else. This seems to work.
    In the pdb_signup_bootstrap template, I changed the following:

    <span class=”help-block”>
    <?php $this->field->print_help_text() ?>
    </span>

    changed to:

    <span class=”helptext”>
    <?php $this->field->print_help_text() ?>
    </span>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Signup bootstrap template help text missing’ is closed to new replies.