chrislewisdrums
Forum Replies Created
-
I still don’t know why this happened, and haven’t managed to sort it out. I’d love someone who knows to post a solution!
Forum: Themes and Templates
In reply to: background/body colour (Theme- Mantra)Excellent, fixed it. Thankyou so much!
Forum: Fixing WordPress
In reply to: Sorry, another page colour question!no, the pages are white, and I want them black…
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourThat’s fixed it. Thankyou for your time, both of you. It is greatly appreciated.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourIt’s https://www.chrislewisdrums.co.uk
I really appreciate all your help with this!
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourI just tried changing the text colour in my theme, and it didn’t make any difference in the text input area… Does this mean it’s not from my theme? I tried changing all the text colours – everything set to a dark colour so it would show up, but nothing…
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourHmmm…still struggling a bit! Ahem… The text as you’re inputing on the form is still white
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourOne more small problem….the review is now showing up in black which is great. Now it’s still in white as the reviewer is typing in the review. I’m sure I’ll find the line I need to change to black on my own with a bit of experimenting!
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text coloursorry, I was being stupid and wasn’t lookin at CSS code. I’ve found it and fixed it now. Thankyou so much for your help, it’s much appreciated!
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourIs it in this part of the code?
if (!$inside_div) {
$reviews_content .= ‘</div>’; /* wpcr_respond_1 */
}return array($reviews_content, $total_reviews);
}/* trims text, but does not break up a word */
function trim_text_to_word($text,$len) {
if(strlen($text) > $len) {
$matches = array();
preg_match(“/^(.{1,$len})[\s]/i”, $text, $matches);
$text = $matches[0];
}
return $text.’… ‘;
}Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourok, great, but I just did that and it says phrase not found.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourThat’s fantastic, thankyou. Sorry for the daft questions – I’m pretty new to all this, but is there any easier way to find that part of the code other than reading it all? Just scanned through it quickly but I must have missed it! Going to have another look….