Keywords page
W.W. Webster
Registered Users Posts: 3,204 Major grins
How can I change the title of this page from "keyword" to "Keywords"? Any help appreciated!
0
Comments
your own page and name it /Keywords or "/My-Keywords". Then add a "keyword cloud" content widget on it.
I've done just this. I added an HTML box at the top before the cloud widget was invented but at the bottom
added the "keyword cloud" widget.
My page
http://www.photosbyat.com/My-Keywords/n-J6gc5
My Website index | My Blog
The keywords page you are referencing is a systems page. Systems pages start with a lower case letter and you are not able to update the name of them. As a workaround, you could create a custom page, add a keyword cloud to it and then name it Keywords. You would then have to link directly to that newly created, custom page instead of pointing your navigation bar link to the keyword system page.
If you have any other questions about this, please let us know.
Josie
SmugMug Support Hero
Thanks guys. I have no problem with the suggested wordaround in principle, but will the cloud-thingy always contain ALL my keywords?
They only allow 255 keywords in a keyword cloud content block. That's a dealbreaker for a separate Keywords page for me. But the other reason I don't use one (I did for a little while when the /keywords page was also limited to 255 keywords) is that visitors will eventually find their way to the default /keyword page. It's inevitable. All it takes is to click on a keyword anywhere on the site. I didn't like having two very similar but not identical pages. It's just confusing.
Dave
And logged in I have over a 1000 KW's that show. The extra coming from passworded galleries.
I have a passworded smart gallery for each of those extra KW's. I created a page with an ancestry
tree so my family can click on any name and go to their smart gallery and see every photo of that person
from my 100's of family galleries.
My Website index | My Blog
.sm-breadcrumb li:nth-child(3) h1 {
visibility: hidden;
position:relative;
}
.sm-breadcrumb li:nth-child(3) h1:after {
display:inline-block;
position: absolute;
top: 0;
left: 0;
content: "Keywords";
visibility:visible;
}
Dave
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
My Website index | My Blog
Good catch! I noticed when I put a high number they showed up behind the dialog box. But then it wouldn't let me save. I didn't try leaving it blank.
Dave
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
I sure am enjoying knocking off these little irksome idiosyncrasies one by one!
On further checking I found that the title showing in the breadcrumb for every page at the root (e.g. also including my About page) had also been changed to "Keywords".
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
But why are some of the keywords bolded? Is there a way to get rid of that, or would I be stymied again?
Most likely you are seeing your top 9 most used keywords in bold. You can get rid of it with CSS:
.sm-user-ui .sm-page-widget-keywords .sm-keyword-one {
[insert text formatting CSS here]
}
.sm-user-ui .sm-page-widget-keywords .sm-keyword-two{
[insert text formatting CSS here]
}
...
.sm-user-ui .sm-page-widget-keywords .sm-keyword-ten{
[insert text formatting CSS here]
}
keyword-one applies to all your keywords except the top 9. Two is the 9th most used, all the way to keyword-ten which is the top used keyword. You can just make them all the same so all the keywords are the same size, weight, etc.
Not sure if you can do it all at once with just .sm-user-ui .sm-page-widget-keywords. Never tried.
Dave
Just curious...
I agree with you that having some keywords bold is not a good thing.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
My Website index | My Blog
It's theme dependent. Some themes apply formatting to the top 9 keywords, others don't. It looks so bad I tend to think it was a mistake. Legacy divided the keywords into percentiles and formatted keywords accordingly. Bottom 10% were tiny, top 10% were huge, and the rest in between. That's how a tag cloud is supposed to work. On new smug, only 9 individual keywords look different from the rest. It makes no sense and looks awful. I brought it up in feature requests a long time ago.
Dave
I hated this in legacy, used CSS to remove the bolding, and was delighted that it didn't appear on my site in new smug.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Well it'd always be optional with CSS. But as it is now, it's especially useless.
Dave