Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter rdmillerwonderreel

    (@rdmillerwonderreel)

    PS–when I click on the text field, the “reply” text disappears, leaving a blank text field. So the button is responding, a little.

    Plugin Author socialdude

    (@socialdude)

    What’s your website url so that we can see?

    Thread Starter rdmillerwonderreel

    (@rdmillerwonderreel)

    PPS–sorry for the drip, drip, but I just realized that there _is_ something being typed in the field, only the font is white, so it’s invisible! And there doesn’t seem to be a setting to change the font color. What am I missing here?

    Thread Starter rdmillerwonderreel

    (@rdmillerwonderreel)

    planetwonderreel.pw

    Plugin Author socialdude

    (@socialdude)

    It is an issue with your theme.

    The fix: Put the following into your theme:

    .sfsi_subscription_form_field input {color: #000!important;}

    Plugin Author socialdude

    (@socialdude)

    Correction: this one works better:

    .sfsi_subscribe_Popinner input[type=”email”] {color: #000!important;}

    Thread Starter rdmillerwonderreel

    (@rdmillerwonderreel)

    Thanks. Does this go in functions.php? Because when I put it there, I get an error: syntax error, unexpected ‘.’, expecting end of file

    Sorry–I’m not a programmer, just a businessman trying to get a website going.

    Plugin Author socialdude

    (@socialdude)

    We cannot help with the specific placement. However, you can get this plugin https://www.ultimatelysocial.com/usm-premium/, and then we can do it all for you.

    Thread Starter rdmillerwonderreel

    (@rdmillerwonderreel)

    OK, thank you.

    Thread Starter rdmillerwonderreel

    (@rdmillerwonderreel)

    It turns out that (even if there was a conflict with the theme) the problem was in your plugin. In ultimate_social_media_icons.php at line 379, I deleted
    <?php echo sfsi_sanitize_hex_color($option8[‘sfsi_form_field_fontcolor’]); ?>
    and inserted #000 as the color, and now everything seems to work.

    I’ve made a note to fix this again in case you update your plugin.

    Thanks for your help.

    Plugin Author socialdude

    (@socialdude)

    Thx, the developers will check this point.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Can’t type email address in subscription button’ is closed to new replies.