shadow
Forum Replies Created
-
Forum: Your WordPress
In reply to: Manji2 Theme Released.And on a positive note:
Thank you for making Manji2 available Khaled. your hard work is much appreciated.
I will be having a ‘play’ with it as soon as time permits π
Forum: Plugins
In reply to: Yes, 1-click backup does work in 1.5Thanks Ryan. This is very handy.
I was having the same problems as Moxie but just downloaded the update and it works fine this time.
Forum: Fixing WordPress
In reply to: border between post area and sidebarGo to http://shadows.os42.com/bg1.jpg and grab that image.
Save to your images directory.Replace
#page {
background-color: #ddddcc;with
#page {
background: #ddddcc url('images/bg1.jpg');This will give you a black 1px line down between your content and menu. If you want to change the black line – use a paint program to fill the black…
HTH π
Forum: Fixing WordPress
In reply to: border between post area and sidebarTry adding
border-right: 1px solid #B54141;to your .narrowcolumn
Forum: Fixing WordPress
In reply to: border between post area and sidebarA site reference would help quite a bit π
Forum: Your WordPress
In reply to: Don’t look now, but…Hey TG – Nice to see you back π
You have been missed.Nice looking site too…
Forum: Installing WordPress
In reply to: Fatal errors everywhere!You need to do this in your phpmyadmin.
This may help:- http://www.tamba2.org.uk/wordpress/site-url/
Forum: Installing WordPress
In reply to: Fatal errors everywhere!Just a thought: Are you sure you have your files uploaded to the right place?
It looks like httpdocs is in the wrong place here.
/usr/local/psa/home/vhosts/wynderlon.com/httpdocs/index.phpI could be totally wrong though π
Forum: Themes and Templates
In reply to: I couldn’t leave well enough alone – busted in IEIt’s a case of more validation errors Paul.
If you go to validate your page you can see you have 41 errors at the moment, including not closing p tags and divs etc.
If you sort these out first it is most likely the page will not load incorrectly in any browser.
Perhaps email me if you need help π
Forum: Themes and Templates
In reply to: Designs / Layouts / Themes ListingA special type of protein-enhanced cookie that has been specifically designed to keep a Podz running smoothly and without complaint.
Forum: Themes and Templates
In reply to: CSS: Help with Overflow or Getting the text containedYour CSS is having trouble validating because of the following.
Line: 41 Context : div#extra
Invalid number : fontoblique is not a font-size value : normal oblique 9px/14px Verdana,Helvetica,Arial,sans-serifPerhaps try and change this section first and see how it goes from there.
Forum: Fixing WordPress
In reply to: Mass change of user levelsSounds like a good suggestion IanD. I will look into it π Thanks.
Forum: Themes and Templates
In reply to: Need help figuring out what happened to right columnIsn’t that always the way? Glad it is working now π
Forum: Fixing WordPress
In reply to: Mass change of user levelsThanks IanD.
Yes, that looks like it may be a way in but I am not sure how I would go about writing a query which would edit a whole set of users at one time.
The trouble is, too, I have about 50 to change to 9 and 350 odd to change to 2 and they are not in an easily identifiable [ID] order.
I will most likely have to do all these manually this time but perhaps I can work it all out before I ever have to do it again.
Thanks for the suggestions π
Forum: Themes and Templates
In reply to: Need help figuring out what happened to right columnThis may not fix your problem but you need to do this anyway.
Your #menu and xxnav have no closing ‘;’ for the background colour.
Alson in your p , li , .feedback – you are using / to separate medium and normal. This won’t work.
Just fix those up first and then we can move on to look at more…