• Resolved stephla

    (@stephla)


    Hi,

    I want to display the shortcode site_reviews_summary to posts in category page. It’s work but when I load the other posts in infinite scroll by ajax stars are not display.

    The class are “star-rating” and “star star-full” whereas they should be name “glsr-stars” and “glsr-star glsr-star-full” like the other post.

    How can I resolve my problem please ?

    Thanks

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

    (@geminilabs)

    Hi @stephla

    This is a bug, it will be fixed in v3.6

    If you are comfortable with making a small change to one of the plugin files, you can fix this yourself until the next version is released:

    1. Open the following file in an editor:

    /wp-content/plugins/site-reviews/plugin/Modules/Html/Partials/StarRating.php

    2. Edit line 19 in the code.

    Change this:

            return !is_admin()
    

    To this:

            return !glsr()->isAdmin()
    

    If you are unable to do this, let me know and I will provide another solution.

    Thread Starter stephla

    (@stephla)

    It’s work perfectly !

    Thanks you. You’re plugin is really good

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