nick.peckham
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Side by side image thumbnails in 2016 themeHave done, thanks and sorry!
Forum: Fixing WordPress
In reply to: Where’s the second row of my edit controls gone?!Argh! Thanks Steve!
The explanation I found on google must have been an old version or something, it really was that simple!
Forum: Fixing WordPress
In reply to: Where’s the second row of my edit controls gone?!That’s a detailed list!
Thanks, I’ll work through those.Forum: Fixing WordPress
In reply to: WP hangs when I try to login as admin, any ideas?OK, updates from the log files.
There are no errors in the error log.
The access log has hundreds of the same log item:[30/Jun/2016:15:29:36 +0100] “GET /wp-admin/ HTTP/1.1” 302 –
This repeats every second when I try to login to the wordpress admin.What next please?
Forum: Fixing WordPress
In reply to: How to identify and fix images with large file sizes?Thanks Will, I’ll give them a look!
Forum: Fixing WordPress
In reply to: How to get an author photo appear by a post?Just to be clear, we have gravatars set up, but they are not appearing so we want to know how to make them visible.
Thanks again,
NickForum: Themes and Templates
In reply to: Twenty-Sixteen theme – can I trim the wasted space?Thanks, I just had a go at that.
It’s not doing quite what I expected though – the plain background has now vanished entirely, so there are also stars behind the text, which makes it a bit harder to read. I was hoping to reduce the width rather than remove it.
I’m not sure if I did it right, here’s what I added.
Part 1:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]/** * 11.0 - Content */ .site { background-color: #fff; /* Extra lines added below by Nick */ background-image: url('https://nick-stevens.com/wp-content/uploads/2015/12/starback0116.jpg'); background-repeat: repeat; background-position: top left; background-attachment: scroll; /* End extra lines */ }
And part 2:
/** * 11.1 - Header */ .site-header { padding: 2.625em 7.6923%; /* Next line added by Nick */ padding-top:0px }
And there still seems to be the large gap above the header.
Thanks,
NickForum: Fixing WordPress
In reply to: Added plugin, WP now crashing! Memory errorAh, that clears it up, vocabulary duly noted!
Forum: Fixing WordPress
In reply to: Added plugin, WP now crashing! Memory errorAnyway, just tried the delete by FTP route, and it worked a treat. Thanks for a clear explanation, I was not sure if it was safe to just delete a folder like that.
Nick
Forum: Fixing WordPress
In reply to: Added plugin, WP now crashing! Memory errorThanks – I can’t start the dashboard, not sure what you mean by the back end?
Forum: Themes and Templates
In reply to: Theme: Twenty Eleven, Text Width used, Banner WidthCan anyone help please?
Forum: Fixing WordPress
In reply to: Copying WP between folders on my site.Thanks for the info, I’ll take a look at all that.
Forum: Fixing WordPress
In reply to: Copying WP between folders on my site.Thanks Kayleigh.
I thought that just copying files did not work – or is it OK because everything is at root level?
One other thing occurs to me – is it possible for an outsider to work out what subdomains I have set up? If so someone could find my test install…
Thanks for your help,
NickForum: Themes and Templates
In reply to: [Enigma] Can I get second level menus?I have now tried this, the sub pages now appear ndented at the bottom of the top level page. But I was hoping to have the sub page appear as an option when you mouse over, or click on the higher level page link near the top of the home page.
Is this possible please?
Nick
Forum: Themes and Templates
In reply to: [Enigma] Can I get second level menus?Thanks, I will try that this evening.