This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

sharonq

Forum Replies Created

Viewing 15 replies - 46 through 60 (of 76 total)
  • Author
    Replies
  • in reply to: Adding content to #3357
    sharonq
    Participant

    Thank Jason – good to know the best way to do this.

    To edit my 404 page is it OK to edit contents–404?

    in reply to: Adding content to #3303
    sharonq
    Participant

    Answering 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” />

    in reply to: Adding content to #3302
    sharonq
    Participant

    Hmmm 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>

    in reply to: Adding content to #3300
    sharonq
    Participant

    How 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.
    in reply to: image crop sizes #3059
    sharonq
    Participant

    Not 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.

    in reply to: entry-title #3058
    sharonq
    Participant

    Thanks Jason – that helps a lot – and explains why combining the two did not work the first time I tried – I reversed the order…

    in reply to: entry-title #2964
    sharonq
    Participant

    That 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.

    in reply to: Pages/Posts/Post Grid Titles #2962
    sharonq
    Participant

    That worked perfectly – my first child theme php!

    in reply to: IE and Builder #2954
    sharonq
    Participant

    Perfect – 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 🙂

    in reply to: Pages/Posts/Post Grid Titles #2952
    sharonq
    Participant

    Thanks 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.
    in reply to: IE and Builder #2903
    sharonq
    Participant

    This 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.
    in reply to: Scaffolding #2901
    sharonq
    Participant

    I 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 container

    TB uses Row-Fluid (as it should) so it matches the row/fluid – the mistake I made was using ROw.

    in reply to: Image size: Default Starter Child Theme #2258
    sharonq
    Participant

    Was just looking for this today – great timing 🙂

    Can I define extra sizes in functions php? I need a 100×100 crop too

    in reply to: LInking from Post to Page? #2158
    sharonq
    Participant

    Thanks Jason – I’ll give it a try

    in reply to: Error on fresh wp3.5 install #1913
    sharonq
    Participant

    That 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.

Viewing 15 replies - 46 through 60 (of 76 total)