• Overall, I really like WP Customer Reviews as a new user, but I am finding the documentation rather slim. I have some newbie questions I’m hoping someone can help with.

    Here is a link to the customer reviews page I am testing on: http://cedarhurstlodge.pitlarson.com/reviews/

    1) In the entry form, it is not showing the stars when the page is loaded, and you need to click on the field for the stars to appear.

    2) I’ve add a Custom fields on review form for “Location”, but I can’t figure out how to show it in the reviews.

    3)I can’t figure out what to change in the CSS for the reviewer name in the listing of reviews. This is also where I would like to list the “Location”, as mentioned in the previous item 2).

    4) I’ve add the shortcode to display posts in a text widget, as shown on the settings page, but it is not working: [WPCR_SHOW POSTID=”ALL” NUM=”3″ SNIPPET=”” MORE=”” HIDECUSTOM=”0″ HIDERESPONSE=”0″].

    http://wordpress.org/plugins/wp-customer-reviews/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter elarson

    (@elarson)

    I think I have resolved this question, but I think it is an error in the code.

    When I change the field to “required” it does show up in the reviews.

    Question 2) I’ve add a Custom fields on review form for “Location”, but I can’t figure out how to show it in the reviews.

    Thread Starter elarson

    (@elarson)

    The shortcode in the widget appears to work now. I think this may have started working after loading WP 3.7.1, but I am not sure.

    Thread Starter elarson

    (@elarson)

    Any news about my question? 1) In the entry form, it is not showing the stars when the page is loaded, and you need to click on the field for the stars to appear.

    BTW, we changed the location of the reviews to: http://cedarhurstlodge.pitlarson.com/guestbook/

    Thread Starter elarson

    (@elarson)

    I figured out the stars problem. The z-index was too low for my theme (Graphene with a child theme).

    Here is the specific code that I changed in case anyone else has this problem with their theme (I added a 1 before the values):

    #wpcr_commentform .score1 {width:20%; z-index:155;}
    #wpcr_commentform .score2 {width:40%; z-index:154;}
    #wpcr_commentform .score3 {width:60%; z-index:153;}
    #wpcr_commentform .score4 {width:80%; z-index:152;}
    #wpcr_commentform .score5 {width:100%; z-index:151;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Newbie questions’ is closed to new replies.