Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WP Fortune

    (@bpluijms)

    Hi Ederer,

    Could you give me more information about your requests?

    Thread Starter babr

    (@ederer)

    Hi Bart Pluijms,

    I’d like to have Placeholders instead of the labels or maybe additionally. Do you know what I mean?

    Plugin Author WP Fortune

    (@bpluijms)

    Unfortunatelly I don’t undersrtand you. Could you give us an example.

    At the moment there are no plans to add new features to this plugin.
    The next release will contain some new things, but it’s planned for August.

    Best regards,
    Bart

    Thread Starter babr

    (@ederer)

    For example the search-input tag on this website. It includes a placeholder attribute. Here is the HTML:
    <input class="text" type="text" placeholder="Search www.remarpro.com" maxlength="150" value="" name="search">

    Do you now know what I mean?

    King regards,
    Ederer

    Plugin Author WP Fortune

    (@bpluijms)

    Hello Ederer,

    Thank you for your clearification.
    At the moment it’s not planned to do so, but you could add the placeholders with some basic jquery.

    For example:

    <script>
    jQuery(document).ready(function() {
      jQuery(FIELD).attr('placeholder','Username');
    });
    </script>

    I will add this request to our development list so it will be added in a future version.

    Best regards,
    Bart

    Thread Starter babr

    (@ederer)

    Hey Bart,

    thank you for your answer!
    Where should I add your script? If I add it to the header.php or footer.php it doesn’t work…any idea?

    Best regards,
    Ederer

    Plugin Author WP Fortune

    (@bpluijms)

    Normally after jQuery is inserted in your theme.

    Most themes have jQuery enabled, if not, you’ve to insert jQuery to.
    And ofcourse you’ve to adjust the script to you specific needs.

    Best regards,
    Bart

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Placeholder for inputs’ is closed to new replies.