Title: _glsr_average
Last modified: November 14, 2020

---

# _glsr_average

 *  Resolved [traderex](https://wordpress.org/support/users/traderex/)
 * (@traderex)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/_glsr_average/)
 * _glsr_average
    is no longer working
 * i used it in v.4 to sort listings by their rating
 * did the code change?
    v5 is making many headackes for me sadly 🙁
 * also i used the css to center the stars but now the rating (hover effects are
   bugged)
    can you take a look? URL posted too when I hover 5 stars it only fills
   out 4, i need to to go the right (empty space) until it fills out 5
 * thanks 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F_glsr_average%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/_glsr_average/#post-13662845)
 * `_glsr_average` works for me. You may want to try the following:
 * 1. Go to the Site Reviews > Tools page, hold down the ALT key, and run the Migrate
   Plugin tool.
    2. Next, if the “_glsr_average” is still not working then run the“
   Reset Assigned Meta Values” tool.
 * Please also see: [https://wordpress.org/support/topic/merging-aggregaterating-info-into-blog-post-not-work-anymore/#post-13655595](https://wordpress.org/support/topic/merging-aggregaterating-info-into-blog-post-not-work-anymore/#post-13655595)
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/_glsr_average/#post-13662858)
 * Site Reviews v5 uses CSS grid and flexbox for layout.
 * To fix the layout of the star rating field, do this:
 * 1. Remove the custom `.glsr-default form.glsr-form .gl-star-rating-stars` CSS
   rule that you added.
 * 2. Use this instead:
 *     ```
       form.glsr-form .glsr-field-rating {
           display: flex;
           flex-direction: column;
           align-items: center;
       }
       ```
   
 *  Thread Starter [traderex](https://wordpress.org/support/users/traderex/)
 * (@traderex)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/_glsr_average/#post-13664590)
 * thanks for the awesome and swift response!
    both solutions worked like a charm:))

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

The topic ‘_glsr_average’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [traderex](https://wordpress.org/support/users/traderex/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/_glsr_average/#post-13664590)
 * Status: resolved