Results 1 to 1 of 1

Thread: Display Number of Stars as Text

  1. #1
    Thread Starter
    Forum Member angel0405's Avatar
    Join Date
    Aug 2012
    Posts
    8
    Thanks
    6
    Thanked 1 Time in 1 Post

    Question Display Number of Stars as Text

    Hi, I am currently trying to insert a text that shows the current star rating of the business.
    Right now what I see is that the theme just places a div that loads up a background with the stars. That is not 508 compliant, since there is no text there for the screen readers. I am trying to get a hidden span in there that will say (4/5 stars) etc.

    Right now I see that you are calling some function that generates the div like so:

    Code:
    p class="reviews"><?php
    		the_review_count();
    
    
    		if ( va_user_can_add_reviews() ) {
    			echo ', ' . html_link( '#add-review', __( 'Add your review', APP_TD ) );
    		}
    	?></p>
    This is on line 14 of single listing.php

    Does someone know how to get to the function that actually generates the stars so I can tinker with that? thanks in advance.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Classipress with GD star rating: show stars in stead of price
    By almer1984 in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: November 7th, 2012, 05:06 PM
  2. Increasing the size of the stars for rating
    By inov8ionz in forum Report Vantage Bugs (Legacy)
    Replies: 6
    Last Post: May 31st, 2012, 12:09 AM
  3. Blog Post Display number and Featured Slider
    By tyles2 in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: March 16th, 2012, 08:07 PM
  4. how to display the total number of stores in the system...
    By couponspicy in forum Clipper General Discussion
    Replies: 1
    Last Post: December 10th, 2011, 09:51 AM
  5. How to display text when mouse hover over??
    By jackie2011ws in forum ClassiPress General Discussion
    Replies: 2
    Last Post: November 23rd, 2011, 05:18 AM