• markusjj

    (@markusjj)


    Thanks for contributing this very cool plugin. I love the simplicity of cleanliness of design.

    One question though: Following the installation, with just the default setup, the plugin displays the Title string: “Email Subscription” and repeats the same string as the form label “Email Subscription”. I see that I can edit the Title to anything I want. But I could not find any place where to change, or simply remove the second Label “Email Subscription”. … Perhaps I am missing something? Shouldn’t this be user-configurable?

    I would prefer not to muck around with CSS, but if there is an easy to simply remove the Label and also to collapse the space between the title and the input box, would you kindly provide me with the CSS?

    Thanks! And I’d be delighted to vote 5 stars…. Awesome work.

    https://wordpress.org/plugins/feedburner-email-subscription/

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

    (@zourbuth)

    Hi markusjj.
    By default this plugin will not create a widget title if you don’t set it.
    And this plugin also does not use label.

    Could you please give a sample screenshot or link to the page?

    Thanks.

    Thread Starter markusjj

    (@markusjj)

    Thanks for your prompt reply! So, here’s my issue in more detail:

    I could edit h3 content class=”widget-title”.

    However, I could not edit (or remove) the span content in class=”screen-reader-text”. That’s not so ideal.

    I think I would prefer either edit or remove/delete the content in the span class=”screen-reader-text”. And then collapse it vertically, so that there is no empty gap between the “widget-title” and the input class=”form-control search-field”.

    Of course I still would have the ability to keep the h3 element, “widget-title”. (Editable of course. Just as it is right now.)

    http://brainsonwings.com

    Plugin Author zourbuth

    (@zourbuth)

    You can use the widget “Custom Style & Script” to hide it:

    <style type='text/css'>
        label.sr-only { display: none; }
    </style>
    Thread Starter markusjj

    (@markusjj)

    Thank you, Zourbuth. Works well. Very nice, and awesome work!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘"Email Subscription" Title and Label’ is closed to new replies.