richarduk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Childishly Simple] calendar/date graphicHi,
D’you mean the top left of all posts?
I’m guessing that you want to remove the whole of the date? Simplest way is to put p.post-date {display:none;} at the bottom of style.css
This won’t actually remove it from the source HTML but will stop it showing.Alternatively you might mean that you don’t want the actual background image but still want the date showing, in which case try putting p.post-date {background-image:none;} at the bottom of style.css
Forum: Reviews
In reply to: [Childishly Simple] WowUpdate re. header: Custom Headers were a feature added to WP 3.4 onwards, so check you have the latest WordPress upgrade.
http://codex.wordpress.org/Function_Reference/add_theme_support
Forum: Reviews
In reply to: [Childishly Simple] WowHi,
I’m the theme author. Thanks for the review, apologies for the ‘Appearance / Header’ not appearing. This might be an earlier version of the theme? During the theme approval process various glitches were pointed out, and this is when I updated the theme to use the Custom Header.
Have just double-checked, and the latest version is OK.
Once the theme was approved I found a few more glitches, in particular that the post title and Page title should have been the same color but weren’t. Fixed that, and added the option to move the top sidebar items up and down in order to align them with posts, so it might be worth updating to the latest version. You can do that without losing any of your saved options (touch wood). 🙂
Forum: Themes and Templates
In reply to: Theme updates – resubmit theme for every minor bug fix?Thanks, Esmi.
So I just submit an update as if it’s a new theme?
Richard
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] does nothingPlugin does nothing at all in my wp root install. Tried Chrome, FF, IE. Other plugins:
Block Bad Queries
cforms
cookie-cat
Cookie Control
MailChimp
Search Unleashed
Thumbel Slider
TinyMCE Advanced
Forum: Themes and Templates
In reply to: Blog tagline in theme?See, all I can find is this:
http://codex.wordpress.org/Theme_Review
If incorporated into the Theme, site information is required to be called using the correct template tag:
Site Description: bloginfo( ‘description’ )
Nowhere does it say that I HAVE to add a blog tagline. It’s kinda 1990s to want a tagline on a blog – a logo does the same job better.
Forum: Everything else WordPress
In reply to: Can't log in to tracBrilliant! That did the trick. Thanks, Otto and Ipstenu.
The effect did literally take place immediately.
I wonder if the trac system doesn’t recognise certain characters. My original password was eBZL)jHU… (I’ve left off the last few characters). Perhaps that ) was what caused the problem?
Anyhow, many thanks!
Forum: Everything else WordPress
In reply to: Can't log in to tracHmmm.
My memory’s faulty.
I uploaded the theme at http://wordpress.org/extend/themes/upload/ (obviously 🙂 ) and to do that it says log in. So I must have logged in normally. The email I received gives my user name as richarduk and owner nofearinc so everything fine so far.
I also got a link to the trac ticket. This is where it gets hazy. I had no need to log in at that point, but did I register, and if so, how? I have no idea how to register except under a new user name at wordpress.org
I have no idea how I messed up, but I must have done 🙂
Forum: Everything else WordPress
In reply to: Can't log in to tracThanks, I can’t log in to http://core.trac.wordpress.org/ though I can log in here. As far as I remember I registered when I submitted my theme. BUT I might have registered a few months before as a trial run to see how the theme submission process worked – if I did, and it was around the June reset of all passwords, could that be the problem?
But then I wouldn’t have been able to submit my theme, would I?
Can moderators reset things in any way? I don’t want to submit my theme from square one again as it’s a long wait … 🙂
Forum: Everything else WordPress
In reply to: Can't log in to tracI know. It doesn’t make sense to me. Am I right in saying there isn’t any way to register except by having a username and password from the forums? I have a ticket in my username on trac but can’t log in using my forum password. Obviously when I took the ticket out 7 weeks ago I was able to log in.
Ho humm.
Forum: Everything else WordPress
In reply to: Can't log in to tracAh. So maybe something’s broken?
It says here http://core.trac.wordpress.org/ ‘You may login to this site using your WordPress.org username and password.’
Since I’m logged in here to post this, shouldn’t I also be able to log in to trac?
Forum: Everything else WordPress
In reply to: Can't log in to tracThanks, tried that. I’m using identical psword to forums, think I might have changed the forum password and not the trac one, haven’t got a record of the old trac one. Any way of getting it changed?
Forum: Fixing WordPress
In reply to: Query post categories based on current pageYeah, sorry, in essence I’m trying to say, if it doesn’t work, simplify everything. So by ‘stick one loop in there’ I meant replace that block of if/else with just one loop to see if that alone worked.
If one loop did work then the problem is in your pasted block of code as a whole.
If one loop didn’t work then the problem is maybe in the line of code that creates the loop, in which case try a different way of creating the loop.
That sort of thing. Just simplify in order to figure it out.
Forum: Fixing WordPress
In reply to: Query post categories based on current pageSorry, didn’t add php tags round the line of code …
Forum: Fixing WordPress
In reply to: make line breaks in rss feed display?