singhrt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble changing font size in side barThat pointed me in the right direction.
I got it to work with:
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color : #777;
font-size: 11px;Forum: Fixing WordPress
In reply to: Cumulus allignment issueIf you had difficulty accessing the site it should be available now.
Forum: Themes and Templates
In reply to: postmetadata themeIf you had difficulty accessing the site it should be available now.
Forum: Fixing WordPress
In reply to: Cumulus allignment issueForum: Fixing WordPress
In reply to: Alignment in explorerI’m having exactly the same problem. What do you mean by removing title tags at the top of the index page and how do I go about doing this?
You can see the problem at https://www.ashleyhill7861.org.uk/greyfriars/
I removed the <title> tags at the top of header.php but this did not help.
Forum: Fixing WordPress
In reply to: Allignment issues in IE6I think I’ve fixed it by adding what you see in italics below, in the relevant section of style.css:
.narrowcolumn {
clear:left;
}.narrowcolumn2 {
clear:left;
}#searchsubmit {
width:55px;
}Forum: Themes and Templates
In reply to: Fine in Firefox/Safari but messy in IE6I think I’ve fixed it by adding what you see in italics below, in the relevant section of style.css:
.narrowcolumn {
clear:left;
}.narrowcolumn2 {
clear:left;
}#searchsubmit {
width:55px;
}Forum: Themes and Templates
In reply to: Fine in Firefox/Safari but messy in IE6Right, update:
I’ve put my CSS through a validator website.
It found errors, corrected them, and I update the .css file. It is now not reporting any errors.
You can see here:
However the sidebar misalignment still remains in IE6. I have a hunch that this is down to <h tags, but havee no idea what needs changing.
Any ideas?
Forum: Themes and Templates
In reply to: Fine in Firefox/Safari but messy in IE6Brilliant mate, thanks. I’ll let you know if I find anything too.
Forum: Fixing WordPress
In reply to: Seperate blogs but same usersIVE DONE IT!!
For me just put in
define(‘CUSTOM_USER_TABLE’, $table_prefix.’my_users’);
into the wp-config file. The error message stopped by not including the following:
define(‘CUSTOM_USER_META_TABLE’, $table_prefix.’my_usermeta’);
obviously changing my_ to your table name.
Forum: Fixing WordPress
In reply to: Sharing users between 2 blogsIVE DONE IT!!
For me just put in
define(‘CUSTOM_USER_TABLE’, $table_prefix.’my_users’);
into the wp-config file. The error message stopped by not including the following:
define(‘CUSTOM_USER_META_TABLE’, $table_prefix.’my_usermeta’);
obviously changing my_ to your table name.
Forum: Fixing WordPress
In reply to: Seperate blogs but same usersThis looks promising but I’m getting the “not authorised to access this page” message.
Does anyone have a way around this?
Forum: Fixing WordPress
In reply to: Sharing users between 2 blogsI’m trying this as well but I’m getting the same “You have no authorisation to access this pages”.
Does anyone have a sollution for this?
Forum: Themes and Templates
In reply to: Working fine in Firefox/Safari but not IEGreat, Gangleri. Through the link above I found a CSS Validation Service and put my stylesheet through that.
It’s still not perfect, but it is a significant improvement!
In Internet Explorer there remains a big bar down the right, and the side bar search is a bit squashed.
Does anyone know how to resolve this?
Forum: Themes and Templates
In reply to: Working fine in Firefox/Safari but not IEWe have resolved those issues and the problem remains.
We believe it is a conflict with .css
Any ideas?