• I can’t remove the stars from homepage. I tried in settings and Placement, the ‘Show on homepage’ is disabled.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem, for plugin is a page not index page, i have to disable page rating for that ….

    Thread Starter werelyrics

    (@werelyrics)

    I solved it, the label (homepage) is was disabled, but the label page no. Now only shows in the posts.

    I need to rate pages as well…

    Every page has an ID. When you edit a page, you’ll see the ID.
    To exclude pages use this:

    .page-id-9 .kk-star-ratings
    {
    display: none;
    }

    In the example above, page ID 9 will be excluded

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can’t remove from homepage’ is closed to new replies.