Unable to change the wording in the yellow box

Discussion in 'WordPress' started by Leon Davidian, Apr 28, 2014.

  1. #1
    Need to Know How to Change wording in Column see link

    https://docs.google.com/file/d/0B9_YIn2J4Rx0SHI2eGl1SF9ldFU/edit

    I can not find where to go to change this.

    Thank You,

    Lee
     
    Leon Davidian, Apr 28, 2014 IP
  2. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #2
    It will be in the theme you're using, somewhere. Try hunting through the header file and look for "breadcrumbs" (the term used to refer to that).

    Without knowing the theme name and how it's coded, it's impossible to say exactly.
     
    TIEro, Apr 29, 2014 IP
  3. Leon Davidian

    Leon Davidian Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Thank you for responding.
    I looked in the Header file and I do not see Breadcrumbs. My theme is [​IMG]| CarStarts | 2.0

    https://docs.google.com/file/d/0B9_YIn2J4Rx0Q3RuWDRIcW5aX1E/edit

    Leon
     
    Leon Davidian, Apr 29, 2014 IP
  4. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #4
    Hah, I just realised what a dimwit I've been. You don't want to change the structure, you want to change the content... It says "Home | automotive repair questions" because "automotive repair questions" is the name of the page.

    You should be able to change the page name (Dashboard->Pages) and it'll change on the breadcrumb.

    Obviously I can't see your admin dashboard from the site itself, but that should be what you're looking for.

    Having said that, the control panel on that theme is complex, so it might be doing something weird. I couldn't reproduce what you have there. If it's not a page, there will be something, somewhere that's called "automotive repair questions" - a page, a menu item, something.
     
    TIEro, Apr 29, 2014 IP
  5. Leon Davidian

    Leon Davidian Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    Hello, That is OK - we're human.
    The Home page name is HOME - nothing else. My Focused key word is "automotive repair questions" - I removed all words relating to automotive repair questions - cleared cache - and still shows it as Home | automotive repair questions in the yellow part.
    This really has me puzzled were all the blog names "page names" are in the yellow as it should, but for thew life of me I cannot find where this is in the style sheet or anywhere - to where I can release this glitch to just Home?
    Here is the Home page screen shot https://docs.google.com/file/d/0B9_YIn2J4Rx0X1QwNjdtLXNaX3M/edit

    Thank you for your time and help,

    Leon
     
    Leon Davidian, Apr 29, 2014 IP
  6. Leon Davidian

    Leon Davidian Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    website is www.autorepairhelp.us
     
    Leon Davidian, Apr 29, 2014 IP
  7. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #7
    I honestly can't make my testbed do the same thing. It's got to be reading the text from somewhere in your options (presumably the SEO settings), but mine doesn't do it. Perhaps it's conflicting with a plugin?
     
    TIEro, Apr 29, 2014 IP
  8. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #8
    It`s simple:) It`s all in the CSS
    You have there in style.css :
    .articles .post-caption {
    background: linear-gradient(to bottom, #FFEA00 0%, #FFC808 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 9px;
    height: 48px;
    padding: 0 10px;
    position: relative;
    }

    Just change the color of that background and you`re set.


    Sorry, i wasn`t paying attention, it was the breadcrumbs text you wanted to change, and i have no clue :(
     
    webcosmo, Apr 29, 2014 IP
  9. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #9
    Well, not really familiar with SEO pressor. I am not going to get into that bit lol..

    At any rate, with Yoast for instance, there are templates for some title tags and things of that nature so that may be causing the issue.

    Aside from that, I would have to crawl in there real fast to see where that is coming from. All I can really tell at a glance of the source code is that its designated as h1, hence fairly important to be able to control.

    Just thinking out loud really.

    Nigel
     
    Nigel Lew, Apr 29, 2014 IP