fotish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: IE 6 7 not displaying header & sidebar — Help please.Ok…well I worked it out for myself.
If anybody is interested, it had to do with position:absolute and negative margins. To achieve my layout in Firefox (development browser), I had absolutely positioned various elements and then pulled them around the page using negative margins, which IE didn’t seem to like.
To solve the problem, I conditional commented for IE using position:relative and got rid off negative margins and it dropped into place.
Forum: Fixing WordPress
In reply to: Spam in database? how to delete?Do you have Akismet plugin installed? If so look under comments in your admin panel if you are using WP 2.1.3.
Forum: Fixing WordPress
In reply to: WordPress as Multilanguage CMS with blogIf Gengo is not working maybe try the language switcher plugin. It will do any languages that you want as long as you have the relevant POT file for your theme. the plugin worked for me and depending on whether you use the themes POT file or the wordpress POT file it will translate the theme or the whole of the admin section as well.
Dagon design has a plugin called the secure form mailer plugin. I’ve used it before and still works really well for me. As to having access to everything submitted via admin. I’m not sure. You will have access to the results of your form at the e-mail address specified in the plugin. Is that enough?
Forum: Fixing WordPress
In reply to: IE 6 7 not displaying header & sidebar — Help please.Ok, this is a blatant bump but I could really do with some help. Any pointers would be useful.
I tried it with the IE7 script…that didn’t help any and I’ve scoured the support forums for similar posts.
…Does anyone have any good ideas?