Forum Replies Created
-
AuthorReplies
-
sharonq
ParticipantThank Jason – good to know the best way to do this.
To edit my 404 page is it OK to edit contents–404?
sharonq
ParticipantAnswering my own question – but wanted to check it with you.to be sure I did it right – still new to php
I copied header.php to my child theme and added the line below the (head)
(head>
(meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
(meta name=”google-site-verification” content=”-HjBXM8djFDaW-lUd_LoiywwlJrHyzteTUkybnUIHys” />sharonq
ParticipantHmmm having trouble adding content – and getting an error when I edit…
(head>
(meta name=”google-site-verification” content=”-HjBXM8djFDaW-lUd_LoiywwlJrHyzteTUkybnUIHys” />
(title> My title
(/head>sharonq
ParticipantHow do I add content to the area? eg:
My title
-
This reply was modified 10 years, 1 month ago by
sharonq.
-
This reply was modified 10 years, 1 month ago by
Jason Bobich.
sharonq
ParticipantNot quite sure what the difference is – when you say “filter it on to the framework”
I read this: http://wordpress.org/extend/plugins/theme-blvd-image-sizes/ and still need the “php for dummies”
When would the filter be used?Thanks for the code – that worked just fine.
sharonq
ParticipantThanks Jason – that helps a lot – and explains why combining the two did not work the first time I tried – I reversed the order…
sharonq
ParticipantThat took a while:
I ended up using
.entry-header .entry-title
So – this would mean that the css only applies when the object has *both* classes – was that correct?
Initially I was using .entry-title h1 which worked on the font but not the background – and then it got messed up with the link/no link titles (which are gone), then I tried using #header and .header with .entry-title and .entry-header and finally put the two together.
CSS is a tricky beast – when you understand it it seems so easy -but there are so many options it’s easy to get lost.
My CSS file is getting bigger and bigger as I add customizations. I comment a lot to try to keep it all sorted out.
Thanks for all the tips – I am doing as much as I can on my own but still get stumped once in a while.
sharonq
ParticipantThat worked perfectly – my first child theme php!
sharonq
ParticipantPerfect – I didn’t expect the phone to be pretty (it’s an old Windows phone) but when the same thing showed up in IE 9 I got worried. I have never heard of “compatibility mode” before… IE drives me crazy 🙂
sharonq
ParticipantThanks Jason – that is what I needed to know. JS is great – the further I go with it the more opportunities I have to learn. The biggest challenge is that I don’t know what I don’t know so the dev docs don’t make a lot of sense to start with but as I learn more I will be able to start using them.
-
This reply was modified 10 years, 2 months ago by
sharonq.
-
This reply was modified 10 years, 2 months ago by
Jason Bobich.
sharonq
ParticipantThis is what it looks like on my PC (and my Windows Phone)
Any idea where to start troubleshooting?
http://oi45.tinypic.com/2d8f4w8.jpg-
This reply was modified 10 years, 2 months ago by
sharonq.
-
This reply was modified 10 years, 2 months ago by
Jason Bobich.
sharonq
ParticipantI created a Test Page: http://teamsfirst.ca/test-columns/
Row-Fluid seems to work fine – Row (which is what I was using) is shifted 25px to the left.
I will try to answer my own question…
Row – uses pixels – which assumes a container of a fixed width (1024?)
Row-Fluid uses percentages – so it works fine in JS because it can adjust to the 980 w containerTB uses Row-Fluid (as it should) so it matches the row/fluid – the mistake I made was using ROw.
sharonq
ParticipantWas just looking for this today – great timing 🙂
Can I define extra sizes in functions php? I need a 100×100 crop too
sharonq
ParticipantThanks Jason – I’ll give it a try
sharonq
ParticipantThat was the problem – it was a plugin that hitched a ride on another WPMU plugin – I didn’t even realize it was there. It’s gone now and the error have stopped – and I can load my website on IE for the first time.
-
This reply was modified 10 years, 1 month ago by
-
AuthorReplies