richarduk
Forum Replies Created
-
Forum: Hacks
In reply to: wp_enqueue_style adding stylesheet to footerLet me rethink this. The external stylesheet probably won’t over ride the internal stylesheet, even though it’s below it. Rats. But if it does – I’ll have to test this, more rats – is there any way to get an external stylesheet where I want it?
Forum: Hacks
In reply to: wp_enqueue_style adding stylesheet to footer<whisper>ok, I was wrong</whisper> 🙂
I’ve seen it widely written about in the way I described and it was also in the responsive theme header so I thought it was something arcane that I didn’t know about.
I REALLY want a stylesheet below the main block of stylesheets output by wp_head, like this:
Block of stylesheets output by wp_head()
Internal stylesheet created by advanced user that selectively over-rides defaults
External stylesheet selected by the novice user that applies a whole load of color changes side-wide
AND
blank custom stylesheet that can be duplicated in a child theme without the need to duplicate header.phpForum: Fixing WordPress
In reply to: wp_enqueue_style add to headI’d like a solution to this too – I’ve read elsewhere that it adds in the footer rather than the head, and that’s my personal experience.
My angle is that I want to add a custom stylesheet (for use in a child theme) after an internal stylesheet i.e further down the page. Using wp_head() would output the link above the internal stylesheet.
Moving wp_head() isn’t an option
Just found this:
http://codex.wordpress.org/Function_Reference/wp_enqueue_style
As of WordPress 3.3 wp_enqueue_style() can be called mid-page (in the HTML body). This will load styles in the footer.Still looking
Think it’s a bug – enqueue_scripts has the option to load in the footer, probably very similar code and someone overlooked. Why would anyone want to load styles in the footer? (see above) Does the codex mean scripts?
Theme dev moving post to top.
Forum: Themes and Templates
In reply to: [Childishly Simple] Leave comments and view comments not workingProbably other. The theme had to pass a theme test where this sort of thing would have been picked up. Have you tried Settings / Discussion ? (sorry, don’t know how experienced you are with WP)
I believe this is where Esmi replied
http://wordpress.org/support/topic/good-but-cant-turn-off-leave-a-reply-showstopper#post-
Forum: Themes and Templates
In reply to: [Childishly Simple] How to remove page titlesHi klb248,
You emailed me to notify me that there was a post here and I’ve replied by email seeking further clarification.
Richard
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Installed pluging but now what???Check that you haven’t installed Google XML Sitemap (no plural) which is a completely different plugin which seems pretty useless.
Forum: Requests and Feedback
In reply to: Suggestion for posts that are changed to draft statusOops! It was cached in the SE and cached in my browser. Beginner’s mistake 🙂
Hi Joe,
I note that your issue has been resolved (you left a review and the issue was resolved by one of the forum moderators, thanks Esmi :-)) so I’m marking this as resolved.
Forum: Themes and Templates
In reply to: [Childishly Simple] Header Image AdjustmentMarked as resolved
Forum: Themes and Templates
In reply to: [Childishly Simple] Header Image Adjustment<really i prefer rounded corners and i used rounded corners in my website is it the reason for non compatible with IE issue? >
Yep – I should have made it plain in my theme that IE 8 and downwards don’t support CSS rounded corners. IE9, however, does. IE8’s days are numbered.
You should be able to increase the height of the containing div for the top menu using something like this at the bottom of style.css
.top-navigation { min-height:100px; }Forum: Themes and Templates
In reply to: [Childishly Simple] Header Image Adjustment<how can i increase Top Menu vertical distance in order to get larger Menu icons?>
Do you mean the height of the main menu – the menu that stretches the full width of the site?
Or do you mean you want to make the dropdown menu’s ‘higher’/ ‘taller’?
<How can i make my website compatible with IE8 or higher?
as when i load my website in IE8 and IE9 it gives me NON compatible site with internet explorer please help me. >Do you mean rounded corners? If so, good old IE doesn’t support these until IE9. There are workarounds, such as http://davidwalsh.name/css-rounded-corners
and
http://code.google.com/p/curvycorners/
which use javascript, but the complication of adding them and making sure there were no problems / keeping them updated seemed too much for me. IE 8 has about 10% market share on one of my sites, but it’s going to gradually drop, and IE8 users for the most part probably won’t even know that the option for rounded corners on the interweb exists. 🙂<if the header image upload or choice allows for images smaller than the width of the site, I would prefer ‘max-width’. >
Thanks, alchymyth
Forum: Themes and Templates
In reply to: [Childishly Simple] calendar/date graphicMarking this as resolved as not heard back
Forum: Themes and Templates
In reply to: [Childishly Simple] Header Image AdjustmentWow! I’m humbled 🙂
Thanks very much alchymyth, the OP sent me a couple of emails and my replies were totally different, I think I misunderstood what he meant on one of them, your replies are far better than mine. I just checked in out of curiosity …
Hmmm …
I seem to have duplicate css img.header
D’you think max-width would be better than width?
Richard