wambamboo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Strip out #wrapper background colourI can do:
#wrapper {
background-color: transparent;
}to get make the background transparent, but if I do this:
#wrapper {
background-color: transparent;
background: url(images/transparent.png) repeat;
}I seem to get the .png but with the white background.
Is this a cascade problem?
I’d rather not go into the twentyten style sheet.
Forum: Plugins
In reply to: Really Simple CAPTCHA – am I being Really Simple?Just me: generate a new CAPTCHA tag in Contact Form 7!
Forum: Plugins
In reply to: [plugin: contact form 7] Is there any absolute positioning in Contact Form 7?wpcf7-text wpcf7-validates-as-required
is the class that’s playing up…Forum: Plugins
In reply to: [plugin: contact form 7] Is there any absolute positioning in Contact Form 7?Update: both my header and footer are position: fixed, but these text fields only go over the top of the header, not the footer. Weird!
Forum: Themes and Templates
In reply to: Put header in page templateThe way my site is laid out, there’s a large picture on the left, about 125px down from the top. On the right of that picture is the header, with the main text beneath it. The menu is in a fixed position at the top, so everything flows behind it when the user scrolls (hence I couldn’t use absolute positioning for the header).
There isn’t actually a blog page on this site so that’s not too much of a problem for me.
Hope this makes sense. I don’t like to put the URL on here as it’s a site for a paying client and I prefer to stay anonymous on these forums.
Everything seems to be working how I want it anyway.
Thanks!Forum: Themes and Templates
In reply to: mobile cssThis worked:
@media screen and (max-device-width: 1000px) {
#footer {position: static; bottom: 0px;}
}Forum: Themes and Templates
In reply to: mobile cssI’ve tried to target mobiles inline like this:
@media screen and (max-device-width: 480px) {
#footer {position: static; bottom: 0px;}
}and through another stylesheet like this:
<link href=”mobile.css” rel=”stylesheet” type=”text/css” media=”only screen and (max-device-width: 480px)” />
but am not having any luck.
Does anyone have any ideas?
PS I’m testing on Android
Thanks
Forum: Themes and Templates
In reply to: mobile cssThanks
Will all mobile devices recognise this? Would this override any devices that use media=”screen”?Forum: Fixing WordPress
In reply to: Flash Not LoadingI’ve uninstalled and reinstalled Flash.
I’ve also checked that my header and footer tags are intact and they are fine.
But still no Flash.
Forum: Themes and Templates
In reply to: Favicon for Twenty Ten 1.0 ThemePut it in the <head> of header.php
Forum: Fixing WordPress
In reply to: Flash Not LoadingTried it in all browsers. Will try it on other computers when I get the change. Thinking of switching to WPaudio plugin if I can’t get it to work.
Forum: Fixing WordPress
In reply to: Twitter Widget: unable to correct bad formattingIf you make the title less wide or float it right or both does it go up?
Forum: Fixing WordPress
In reply to: Flash Not LoadingI’ve also tried uploading Flash in another of my WordPress sites and the same thing is happening so I don’t think it’s corrupted files either.
Is anyone else experiencing this?
Forum: Fixing WordPress
In reply to: Flash Not LoadingI have now.
The only plugins I have at the moment are Under Construction and WP-Sticky but I had these before I uploaded any media and they weren’t a problem up to now.
It didn’t make any difference. It either tries to switch to quicktime as I’m embedding, and if I change it back to Flash it doesn’t work.Forum: Fixing WordPress
In reply to: How do you create internal hyper links?Go into the HTML page editor as opposed to the visual one.
You need to create HTML anchor tags. Here’s how: https://www.yourhtmlsource.com/text/internallinks.html