Please help on configuration!!! css/javascript issue?
-
Hi,
I have installed and activated the plugin WP Customer Review on my theme.
I’d like to add the possibility to enter a review at the end of each article and see all the reviews of previous users on the same article.
So I’d like to add it to my article page template:
I add <?php echo do_shortcode(‘[WPCR_SHOW POSTID=”‘ . get_the_ID() . ‘” NUM=”5″ PAGINATE=”1″ PERPAGE=”5″ SHOWFORM=”1″ HIDEREVIEWS=”0″ HIDERESPONSE=”1″ SNIPPET=”” MORE=”” HIDECUSTOM=”0″ ] ‘); ?>
I see the button “Create your own review” under the articles, but the “submit” button seems not work.Maybe it is because I cannot see the check box in front of “Check this box to confirm you are human.” ?? …
I tried to force it by the style.css.wpcr3_div_2 input[type=”checkbox”],
.wpcr3_table_2 input[type=”checkbox”],
.wpcr3_check_confirm input[type=”checkbox”],
.wpcr3_clear,
.wpcr3_fconfirm2,
.label{
-webkit-appearance: checkbox !important;
}but it doens’t work…
I tried to change the css by Inspecting the single page by Google Chrome>Inspect … but even if i flag the checkbox, Submit doesn’t work.
My questions are:
1) is there the possibility to disable the check box on human?
2) is it the reason why the submit of the review doesn’t work or I have set a wrong configuration?
3) i see the “Average rating” at the end of the form of review creation: is it possible to move the “Average rating” outside of the form? I’d like to see it at the top of my articles…
4) is available the possibility to show directly the form to enter the review in the page without clicking on the button “Create your own review”?
5) is available the possibility to allow just to logged users to enter a review?
6) ia available an Aggregate Rating functionality to show in a widget the total rates per each rate-value (how much user select 1-star, how much select 2-stars, how much select 3-stars, … ?)?Thank you very much in advance for any suggestion!
Spachi
- The topic ‘Please help on configuration!!! css/javascript issue?’ is closed to new replies.