• Resolved ahton1977

    (@ahton1977)


    Site Reviews. How to configure forms using plugins Ninja Forms – WPForms Lite ? Where to read, under tell me.

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

    (@geminilabs)

    You can’t configure the Site Reviews form with other plugins.

    Use the shortcode options to hide the fields you don’t want, use the Settings page to change the fields that are required, and for adding custom fields, see: https://pastebin.com/4fvKErcp

    Thread Starter ahton1977

    (@ahton1977)

    Thank you, tell me the formula how to configure the interval between strips and words in the Summary and Submit a Review block so that there is no merging between the check box, setting the distance between blocks and words

    Plugin Author Gemini Labs

    (@geminilabs)

    I’m sorry, I don’t understand your question.

    If you want your review submission form to have a specific layout, you can try changing the plugin style in the settings; if that does not suit your needs, then you will need to add your own custom CSS to make any layout adjustments.

    Thread Starter ahton1977

    (@ahton1977)

    I can’t make a space in ccs as on images between words and stripes, tell me how to attach the CCS formula and font size
    https://cloud.mail.ru/public/nq9b/4zjFQQGYT

    Plugin Author Gemini Labs

    (@geminilabs)

    If this is happening, it is because your theme’s CSS is removing the padding.

    To fix this, you can force the padding like this:

    .glsr-ltr .glsr-bar-label {
        padding-right: 10px !important;
    }
    .glsr-ltr .glsr-bar-percent {
        padding-left: 10px !important;
    }
    Thread Starter ahton1977

    (@ahton1977)

    Codes installed all also did not help

    Thread Starter ahton1977

    (@ahton1977)

    Now your code helped thank you, I inserted it in the plugin template, tell me how you can change the font size?

    Plugin Author Gemini Labs

    (@geminilabs)

    1. WordPress themes allow you to add additional CSS like this:

    2. The first thing to try is to change the plugin style in the settings to “Site Reviews (minimal)”, this style does not apply any font related CSS rules.

    Otherwise, if you need to customise the fonts, you will need to add some custom CSS to your theme.

    You can use the Web Inspector of your browser to discover which classes to target with your Custom CSS (see: https://designtlc.com/use-chrome-inspector-edit-website-css/)

    See also:

    https://ww.wp.xz.cn/support/topic/custom-css-222/
    https://ww.wp.xz.cn/support/topic/change-colors-19/#post-9007077
    https://ww.wp.xz.cn/support/topic/widget-summary-of-reviews-font-size/

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘How to configure forms using plugins’ is closed to new replies.