• Resolved psorn

    (@psorn)


    Hi there,

    We have just installed your plugin and first impression is really great, thank you!

    Here is our request (we use the Elementor Pro widget and Page builder framework theme):
    – When we insert the form on a WooCommerce page (e.g., product page), the form shows a button for “submit your review”.
    – However, when we insert the form on a standard page, there is only text and no button anymore.

    Please advice on how to get the button also on a standard page.

    Thank you!

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

    (@geminilabs)

    First try changing the “Plugin Style” option:

    If none of those work, you may need to adjust your theme CSS to style the button. A link to the page would be helpful.

    Since you are using Woocommerce, see also: https://niftyplugins.com/plugins/woocommerce-reviews/

    Thread Starter psorn

    (@psorn)

    @geminilabs Thank you for your quick response. It seems like our theme only defined the button style for WooCommerce buttons since it is working properly on Woocommerce pages (while there is no button on “standard” pages).

    Do you have a CSS code for us we can use to force the plugin to use the button style as defined in our theme for the Woocommerce buttons?

    Thank you!

    Plugin Author Gemini Labs

    (@geminilabs)

    What is the URL?

    Thread Starter psorn

    (@psorn)

    @geminilabs This part/page is not yet live. What further information do you need to solve it?

    Plugin Author Gemini Labs

    (@geminilabs)

    You’ll have to figure out the CSS then as this is a theme issue.

    Site Reviews adds some commonly used CSS classes to the button, so you can use any of these CSS selectors to style the button:

    button {}

    .button {}

    .btn {}

    .btn-primary {}

    Thread Starter psorn

    (@psorn)

    @geminilabs Thank you! We were able to solve it with custom css.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Button missing on form (standard page)’ is closed to new replies.