About this topic

  • Posted by cbsop 1 year ago. There are 4 posts. The latest reply is from byron.
  • This topic is resolved
  1. I there a way to cause the "hide ratings" link to not be shown? I want to display the gallery and have image ratings turned on, but I don't need the "hide ratings" link shown in the gallery itself.

  2. Hi CB,

    There isn't a way without going in an changing the code. I'll see if I can add an option.

    BB

  3. I managed to solve it with pure CSS :

    .bwbps-toggle-ratings-clear{
    	visibility:hidden;
    	display:none;
    }
    
    .bwbps-rating-toggle{
    	visibility:hidden;
    	display: none;
    }

    It would be great to see it as an option eventually though.

    Thanks for the help!

  4. Glad you got it solved. The option is in the next release.

    BB

RSS feed for this topic