• Resolved benjammin

    (@benjino)


    Ratings stars are showing on every single page of my site and want them to show only on single-post view.
    I’m using Beaver Builder with B. Themer.
    Any direction on removing them from the other pages from within the Ratings settings would be of help, or via PHP snippet added to functions . php file would be of help. I would think that in settings there would be a way to show/hide per page but it’s either there and I am not seeing it, or it isn’t there.

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

Viewing 1 replies (of 1 total)
  • Thread Starter benjammin

    (@benjino)

    I solved the issue with this bit of CSS, but I’m wondering if there is a way within the plugin, or through the plugin code that would be closer to the plugin itself?

    This makes the ratings show only on single-post view and WP default loop Archive, which is what I want.

    .page-template-default.page table.rw-rating-table.rw-ltr.rw-left.rw-no-labels {
        display: none;
    }
    • This reply was modified 5 years, 7 months ago by benjammin.
Viewing 1 replies (of 1 total)
  • The topic ‘Ratings on every page’ is closed to new replies.