chrisnomad
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel Gallery not workingYes the plug-in worked like a charm thanks Jeremy.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] uploading iconsI’ve done all the ftp stuff but still no luck. Wonder if it’s because it’s a site within a multisite install? Any idea if I should look for a different folder?
Forum: Themes and Templates
In reply to: [Pinboard] Center Primary MenuSorry to be a pain. I’m having problems changing the colour of the headings (H1, H2 etc). Have tried adding this code to CSS manager:
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
color: #FFFF;If you look in the child style.css file I’ve also changed the colour to white (#FFFF) but it remains darkish grey. I wonder if this is being over ridden somewhere? Many thanks for your help.
Forum: Themes and Templates
In reply to: [Pinboard] Center Primary MenuYes got it thank you Andrew. Looks a lot better. Not sure how I got so much stuff pasted in the child theme. Will this slow the site down? Should I post it into the custom css manager instead? Thanks so much.
Forum: Themes and Templates
In reply to: [Pinboard] Center Primary MenuStuff to modify the look of the theme. Do you see stuff there that shouldn’t be?
Forum: Themes and Templates
In reply to: [Oxygen] Oxygen featured post image limit number?OK thanks. please let me know if there’s any development in that direction.
I’ve been playing around with customizing the theme and have been able to do pretty much everything I wanted to. One area where I got stuck was trying to center the primary menu. At one point I had it to the right (the order reversed for some reason)but not in the center. I’m sure it’s probably something glaringly obvious that I’ve overlooked, but is there a way to specify the parameters for how far out the menu sits from the left hand margin?
Many thanks
Forum: Themes and Templates
In reply to: Problems with custom headerI would love to know if this was resolved. My site was looking great, then encountetred the same problem. Driving me up the wall!
Forum: Themes and Templates
In reply to: [Oxygen] [Theme: Oxygen] Change size of the featured imageHi. I’m actually finding it impossible to post a new topic. This is a related one so please let me know where to post.
I am using oxygen theme front page with featured post slider. My images seem to stop after six. Is this because that is all the thumbnails that can be fit? Is there a way to change the code to include more images? Thank you.
Forum: Themes and Templates
In reply to: [Oxygen] [Theme: Oxygen] Front Page Template override ArchivesI tried this and it worked thanks very much. Can I also remove the date of the posts showing?
Forum: Themes and Templates
In reply to: [Theme: Oxygen] Can't show header in full sizeI have the same problem as Jean. Any help would be much appreciated.
Forum: Themes and Templates
In reply to: Fresh and Clean themeNo I tried using safari and same thing. I finally modified the colour and background image by editing the style.css file. Annoying that is doesn’t work though!
It works as suggested. Paste:
/*added to widen contact form 7 text field*/
textarea {
height: 250px;
width: 500px;
}to your theme’s style.css file
Forum: Plugins
In reply to: [Image Gallery Reloaded] The plugin isn't working in WordPress 3.5Cancel that request – it’s in the obvious place – “settings”
Forum: Plugins
In reply to: [Image Gallery Reloaded] The plugin isn't working in WordPress 3.5Thanks Rimu for the code.I replaced the previous code in the plug in by clicking edit to modify the php file. Works a treat! The photos are just a little bit too wide tough. ny idea how to modify this? Thanks again.