alewis
Forum Replies Created
-
Forum: Plugins
In reply to: [VikRentCar Car Rental Management System] Search FormYou can ignore that. I see that can be changed using the widget, rather than the shortcode.
Forum: Plugins
In reply to: [Aquila Admin Theme] Not applied site wideHello Guy.
Credit where it is due, you have done a marvellous job with this plugin/theme.
Thank you so much for that! That has worked – I will need to tweak the front end admin menu stylesheet, but it doesn’t look like it’ll take too much changing π
Thank you again for both the great plugin, and your help!
Al
Hi there.
Thanks for the quick reply.
Whilst that is helpful, its not really what I wanted to do exactly.
The employee profile page is not something i envisage them wanting to access very often, if at all. So what I’d like to do is embed the “take a leave” button on other pages they will visit. I’d also like to be able to embed their leave calendar onto another page.
Is this possible?
Thanks again π
Oops. I completely forgot that the OP removed the div!
Thanks for your help fellas (and Mistamatrix thanks for pointing out that references to the star.png need removing!)
Okay, thanks anyway Demoris. I had a look and couldn’t find anything else either. More digging required it seems!
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourctrl+f and search for textarea in your themes css file.
You’ll see a font size etc in there, add color: black;
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourHm, I’ve had a quick look and cant see anything in wp-customer-reviews.css and cant see anything. I think this is probably inherited from your themes css – have a look around in there. Try downloading Firebug for Firefox – it’ll allow you to inspect the css of each page element.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourNo worries Chris.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourAh, no, you’re in a php file.
Hover over “plugins” on your left sidebar menu, choose editor. Now over on the right you’ll see a dropdown called “select plugin to edit” – choose wp customer reviews and press select. Now underneath that you’ll see a list of files contained within that plugin – choose the wp-customer-reviews.css, then ctrl+f and paste that code..
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourNo worries Chris.
just go in to the editor, ctrl+f and paste the original code, ie
#wpcr_respond_1 blockquote.description p { font-size:14px; font-weight:normal; display:inline !important; }
and enter – you’ll go directly to the code
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Text colourChris,
In wp-customer-reviews.css you will see
#wpcr_respond_1 blockquote.description p { font-size:14px; font-weight:normal; display:inline !important; }
add your desired font colour in there, for example
#wpcr_respond_1 blockquote.description p { font-size:14px; COLOR: BLACK; font-weight:normal; display:inline !important; }
Hey Demoris – anything else that might need changing do you think? I’ve removed the coe you mentioned and am still required to enter a star rating.
Acafella, any joy?
Thanks.