• Resolved graphichome

    (@graphichome)


    Hi. Love the plugin!!
    Have a few questions regarding the widget appearance for the Site Reviews plugin. 1. Is there a way to increase the width of the input boxes? You can see that they show up very short and cuts off the verbiage contained within the cell.

    2. Is there a way to change the verbiage within the cell prior to a user entering their own data. ie: in the Title of your review, the box reads Summarize your review. Can this be changed to just the word Summary?

    Thank you for your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    1. Site Reviews does not try to impose its own style on your theme. It uses the CSS from your theme to style the submission form. If your form input boxes are cut short it means that your theme is not providing complete CSS for your forms.

    You can easily fix this by adding custom CSS to your site. If your current theme does not allow you to add custom CSS, you can use a plugin to do so such as Simple Custom CSS:

    .glsr-field textarea {
        height: auto;
    }
    .glsr-field input,
    .glsr-field textarea {
        width: 100%;
    }

    2. To change any text in the plugin, use the Translations page in the Site Reviews settings.

    Plugin Author Gemini Labs

    (@geminilabs)

    I haven’t heard back from you in a week so I’m assuming this issue was resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget control’ is closed to new replies.