• Resolved krushi9658

    (@krushi9658)


    I want to display Stars as a rating option instead of a dropdown.
    Please let me know how can I change this option

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

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

    (@geminilabs)

    If the star rating in the review form is being displayed as a dropdown, it means that:

    1. Your theme is not using wp_footer() (it should be)
    2. Or, your theme is adding custom styles to the dropdowns on your website (if it is, I can help you if you can provide a live link to the website)
    3. Or, your theme is throwing a javascript error before the Site Reviews script has a chance to load.

    Thread Starter krushi9658

    (@krushi9658)

    Thank you for the quick reply!

    I have wp_footer() function on my theme. and I haven’t got any errors.
    Here is my podcast page https://dclocalleaders.com/podcast/ click on ay podcast to go into the detail page where you will find the review form.

    Please check it once and let me know as soon as possible.
    Thanks!

    Plugin Author Gemini Labs

    (@geminilabs)

    It looks like you may be using an optimisation plugin on your site which lazyloads the page scripts (or loads them after the DOMContentLoaded event has fired)?

    To fix this, you will need to either exclude the Site Reviews javascript file from this optimization, or manually run the following javascript after your page has finished loading:

    GLSR.Event.trigger('site-reviews/init')
    
    Thread Starter krushi9658

    (@krushi9658)

    the issue has been resolved. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I display stars instead drop down?’ is closed to new replies.