Support » Plugin: Rich Reviews by Starfish » Form color almost invisible

Viewing 5 replies - 1 through 5 (of 5 total)
  • Ian

    (@foxytechnology)

    Sorry for the late response! There’s been a flu going around my town :-/

    An upcoming release will allow you to style those labels at will. They are barely visible because I set the font-weight of .rr_form_heading in rich-reviews.css to be 100. Take the field away, or give it a larger weight (perhaps 400) and that’ll fix it.

    I also see that you’ve translated the fields. I would LOVE to have translations included in the next release. Can you get in touch with me by email (iandouglas at nuancedmedia dot com) and let me know if this is something you’d be willing to help me with? I would greatly appreciate it! 🙂

    Thread Starter nextlv

    (@nextlv)

    Thanks for your answer.

    Changing to 400 or take the fieldaway it in the .css file doesn’t change anything for me. Boxes are always too small, placed far on the right and almost invisible for my users.

    What else can I do?

    Ian

    (@foxytechnology)

    I’m very sorry for the late reply-
    In the CSS, change the classes .rr_small_input and .rr_large_input so they both have:
    border: 1px solid black;
    Similarly, try various combinations of removing the
    float: right !important;
    from the class “right”, as well as adding one or more of:

    float: left;
    display: block;
    display: inline-block;
    display: inline;

    to the rr_small_input and rr_large_input classes.

    Thank you very much for this support thread – because of you, mostly, I am going to completely change the way the form is handled in version 1.4!

    Thread Starter nextlv

    (@nextlv)

    Hi,

    I’m not a programmer so even if it seems simple, it is not form me 😉

    I’m very anxious to install the next version.

    Two other propositions as a marketer:

    1. That would be great also if the plugin can send an email to the admin when somebody write a review because I’ve had some customers waiting for my validation for a while.

    2. That would be awesome if after sending a review (or after the validation by the admin) the reviewer could be directly redirected to a “reward page” or could receive a email with a “reward link”.

    Get the idea?

    Take care.

    Thread Starter nextlv

    (@nextlv)

    Hi,

    3 weeks your plugin is installed on several of my websites and I note that Google doesn’t reference any page with my customers reviews!!!

    How is it possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form color almost invisible’ is closed to new replies.