• When folks bookmark my site, it’s blank where the site name should be. I think I know why – my site title and tagline field in general settings are blank because I don’t want them appearing over the header. So my question is this: I obviously need for the site name to show up when people bookmark. How (and where?!) do I tell it to put the site name in people’s bookmarks, but NOT have that show up on my pages?
    I’m running twentyten with a child theme. The site is http://www.tinyfaces.com.
    I’m a newbie to css, so if you can be clear about what exactly to do, I’d really appreciate it. Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I tried to bookmark your site in Google Chrome and your site title, “www.tinyfaces.com” appeared.

    Is this what you mean by “bookmark”, or are you bookmarking with a service such as Delicious?

    Thread Starter Winterlily

    (@winterlily)

    Is this what you mean by “bookmark”

    Yes. When I bookmark in Firefox, I get the same thing: the URL. Some people are telling me (not sure what browsers – I suspect mobile or maybe more likely, IE) that the name field is totally blank rather than having the URL. In any case, I don’t want it that way. I want the site name “Tiny Faces” to be what shows up in your bookmark list, not the URL. When I add the “site title” in the general settings of WP, the site name will then show up properly when you bookmark. Of course, I get the big ol’ humongous title over my header then too, which I don’t want.

    ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As you’ve stated, you can add the Site Title in the general settings of WP to solve this.

    To solve the preceding text problem on your banner, you can use CSS to hide the text, however if your theme is not custom, you’ll need to use either a Child Theme or Custom Styles/CSS plugin.

    Thread Starter Winterlily

    (@winterlily)

    Thanks. As mentioned, I am already using a child theme for modifications so that’s not a problem.

    Also, like I said, I’m a rank beginner with CSS, so can someone please tell me exactly what I’d need to do? I’ll put the site title in the settings, but then what exactly do I add to the CSS in the child theme to “hide” it from showing on the live pages? Does it matter where? (My child theme has ONLY the mods.)

    Thanks!

    Thread Starter Winterlily

    (@winterlily)

    Never mind. Found the answer and it works now.

    For anyone else out there struggling with the same thing, I added the site title and descrip to the general settings and then added the following code to the child theme stylesheet (style.css) :

    #site-title, #site-description { display: none; }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site name not showing up when people bookmark’ is closed to new replies.