nb0602
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Delete Search Box from Twenty Ten ThemeThanks both to Praj and Andrew!
Andrew, your second solution worked! It never occurred to me that the table plugin had the code.
Praj, my problem may also have had something to do with IE. I tried your solution before I posted this request. I saw your post about moving the search bar and thought if I just commented out that section it would delete the search box. Nope.
Thanks, everyone.
Forum: Fixing WordPress
In reply to: Add line to Header in Twenty Ten ThemeYou are the greatest, Tara! Works like a charm.
Forum: Fixing WordPress
In reply to: Delete Search Box from Twenty Ten ThemeHi, Praj:
I’ve already tried this and, unfortunately, it doesn’t work.
Forum: Fixing WordPress
In reply to: Add line to Header in Twenty Ten ThemeThanks, Tara.
Unfortunately, the formatting I inserted in the child theme style.css isn’t recognized. Following is the code for the header in the child theme style.css:
@import url(‘../twentyten/style.css’);
/* =Header
————————————————————– */#header {
padding: 30px 0 0 0;
}
#site-title {
float: left;
font-size: 30px;
line-height: 36px;
color: #4c6e4c;
font-weight: bold;
font-style: italic;
margin: 0 0 18px 0;
width: 700px;
}
#site-title a {
color: #4c6e4c;
font-weight: bold;
font-style: italic
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-size: 20px;
font-style: italic;
color: #4c6e4c;
font-weight: bold;
margin: 15px 0 18px 0;
width: 220px;
}
#site-description a {
color: #4c6e4c;
font-weight: bold;
font-style: italic
text-decoration: none;
}
#second-line-description {
clear: both;
float: center;
font-size: 40px;
color: #4c6e4c;
font-weight: bold;
margin: 15px 0 18px 0;
width: 940px;
}
#second-line-description a {
color: #4c6e4c;
font-weight: bold;
}/* This is the custom header image */
#branding img {
border-top: 4px solid #000;
border-bottom: 1px solid #000;
display: block;
float: left;
}
.one-column #content {
margin: 0 auto;
width: 940px;
}Forum: Fixing WordPress
In reply to: Add line to Header in Twenty Ten ThemeHi, Tara.
Thanks for the quick response. It works but, of course, I want to format the text.
Does “second-line-description” refer to formatting in the style.css?
Does “twentyten” refer to the theme name? If so, should I change that to my child theme name?Thanks again.
Forum: Fixing WordPress
In reply to: Delete Search Box from Twenty Ten ThemeHi, Andrew.
Yes, I want to get rid of the search box completely. Yes, the one to the right of “Special Trips for Special People.”
This is a list of the changes I’ve made to the twenty ten theme:
1. Everything is one column – no sidebar
2. I’ve added a slide show to the header – meteor slides plug in
3. Table Press plug in for the table
4. Static front pageAs you can see the search box is superfluous since I don’t have a lot to search for. The table has everything in it that would be searched for. The search box just confuses my clientele.
Thanks again for the quick response.
Forum: Fixing WordPress
In reply to: Delete Search Box from Twenty Ten ThemeTake a look at my website, https://www.spunkytravelers.com. The particular solution you provided here does not work. The only place in Twenty ten I’ve been able to find any reference to the search form is in the sidebar.php. However, even creating a new blank sidebar.php file in the child theme does not get rid of the “search box” on the static front page.
Thanks for the super quick response!