aviciipdx
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Display reviews in home page.You cannot add a shortcode to theme template.
Forum: Plugins
In reply to: [WP Customer Reviews] backgroud of reviews not showingUpload the image and add the background style to the tapz.co.uk stylesheet
Forum: Plugins
In reply to: [WP Customer Reviews] EmailAdd this to your default CSS (it will still leave a bullet in front of your phone number though):
#wpcr_hcard_s a.email { display: none!important; }Forum: Plugins
In reply to: [WP Customer Reviews] backgroud of reviews not showingYour CSS is not correct or you have a mistake. There is no background associated with it.
noosafit.co.uk, style.css, line 1373:
blockquote { background: url("images/sprite_master.png") no-repeat left -475px #F3F3F3; border: 1px dotted #E3E3E3; clear: both; margin: 10px 0 10px 10px; padding: 8px 18px 5px 10px; }
tapz.co.uk, style.css line 73:
blockquote { border-left-style: solid; border-left-width: 3px; font-family: Georgia,"Times New Roman",Times,serif; font-size: 17px; font-style: oblique; margin: 10px 10px 10px 20px; padding: 15px 20px 15px 25px; }
Forum: Plugins
In reply to: [WP Customer Reviews] Display reviews in home page.samadara – did you add the code in on the HTML tab?
Forum: Plugins
In reply to: [WP Customer Reviews] No Reviews Wanted Below Submit Review buttonno
Forum: Plugins
In reply to: [WP Customer Reviews] Change Font style of reviewsThe reviews use blockquote. You can either change this in your default stylesheet, or you can change it just for the reviews by using:
#wpcr_respond_1 blockquote {font-style:normal!important;}
If you leave them a response, it will also be italicized. You can use:
p.response {font-style:normal!important;}
Marcus,
Still not sure what box you are referring to, if you would link to the page with the problem it would be much easier to help you.If you are saying that a form gets a color from your default stylesheet, you can change it by using something like:
form#wpcr_commentform {background:#FFF!important }
or for a table:
table#wpcr_table_2 {background:#FFF!important }
You should put this in your default theme so it will not be overwritten if the plugin is updated. I would also suggest using the Firebug plugin for Firefox so you can identify where your default stylesheet is adding in this style.
Forum: Plugins
In reply to: [WP Customer Reviews] Display reviews in home page.[WPCR_SHOW POSTID=”#”]
Change # to the ID of your Customer Review page.Amy-
I am guessing you are having a conflict with a script. Possibly the pop up contact box that displays after a few seconds. With the site being live, it is hard to do the testing needed. If possible, I would try disabling the plugins and testing, as well as the script for the “Let’s Talk” box that pops up. If it is that, maybe writing some code so it will not run on that one page.The site also has some issues in IE7 you might want to check out.
ilonka – did you change the page the reviews are on? Each review is assigned an ID from the page. If you moved it, you can log into phpMyAdmin and change the review page IDs from there to make them show up again.
You do not seem to be using this plugin anymore. Please close this ticket if that is the case.
Amy – you do not seem to be using the plugin anymore.
Hypd – I just sent a test. Please check the Pending reviews to see if it showed up.
The page # is a class, not a id.
body class=”page-id-697″
Should be this:
.page-id-697 .hreview { display: none !important; }
.page-id-697 hr { display: none !important; } (to remove the lines as well)