grinlock
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Server Health Stats] UsageI have sent mail in with the above link if a new Admin Login for you to have a look.
After 48 hours I will be resetting the account if you don’t get the time, please send me an email to set a new password.Forum: Plugins
In reply to: [WP Server Health Stats] UsageI see nothing unless I am looking at the wrong thing.
Personally I rather not share details.Forum: Plugins
In reply to: [WP Server Health Stats] UsageFresh install of WP with only addon enabled, before further testing.
Forum: Plugins
In reply to: [HeadSpace2 SEO] None of my SEO settings were being set inThings have now changed slightly, It’s not working quite right.
“Page Title:” in the ‘edit Page’ in completely ignored.
But…
“Description:” & “Keywords:” are grabbed, but under another set of descriptions and keywords. Giving the page TWO LOTS of description and keywords. This is Very Bad as the second set(From headspace2) are ignore when search engines look at them.So the confusion one first post. Not that it wasn’t working at all, it was that it isn’t editing. It’s adding on…
Forum: Fixing WordPress
In reply to: How to change wordpress theme background?What esmi said but add these to the body.
background-repeat: repeat, repeat-x, repeat-y, no-repeat;
repeat; all directions or
repeat-x to left and right repeat. or
repeat-y fro up & Down repeat. or
no-repeat for no repeat !!background-attachment: scroll, fixed ;
scroll moves as u scroll up and down.
fixed means that the image sits still when scrollingbackground-position: top, right top, left top, ect…;
determines where the corner of image will site. 😀Enjoy. now i’ll go back to making a fail 1st theme.