I just realized the subsidiary aside widgets aren't shown on the search results page. Is there an easy way to have them there, too?
(I don't know if this is valid for plain Thematic as well.)
Thank you!
- Ben
I just realized the subsidiary aside widgets aren't shown on the search results page. Is there an easy way to have them there, too?
(I don't know if this is valid for plain Thematic as well.)
Thank you!
- Ben
Hi Ben,
this is a feature :)
Search your style.css for:
.search .xoxo li {
display:none;
}
.. and remove it.
Chris
Duh! Too easy. Next time, I'll check the source code before I post something. Added to my custom stylesheet to have the widgets being displayed again.
Thank you so much!
- Ben
Oh, maybe it should be added that to have only the footer widgets (aka subsidiary widgets) shown again to have
#footer .xoxo li {
display: block;
}
in the custom .css.
- Ben
The correct CSS is:
.search-results #footer .xoxo li {
display: list-item;
}
- Ben
…and then replace .search-results with .search and it's correct. Sorry for triple posting :)
-Ben
You must log in to post.