conkel177
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search box and form fields not showing up.The input {display:none} line was breaking everything that had a call out of input.
Thanks for your help.
P.S. I love the design of pixel1media.com.Forum: Fixing WordPress
In reply to: Search box and form fields not showing up.I found the culprit. Some how a line of code in the style sheet was added.
input{display:none}
.click3
{
width:auto;
height: 50px;
transition:height 1.5s;
-moz-transition:height 1.5s; /* Firefox 4 */
-webkit-transition:height 1.5s; /* Safari and Chrome */
-o-transition:height 1.5s; /* Opera */
display:block;
overflow: hidden;
}Forum: Fixing WordPress
In reply to: Search box and form fields not showing up.i just added the Ajax widget to the sidebar. it does not let you click in the dialog box to type anything and i will also activate the built in search widget above the Ajax one. I can give it a title but it does not show up.
Forum: Fixing WordPress
In reply to: Search box and form fields not showing up.When i switch it somehow breaks the custom theme and i have to delete and re-install the schools custom theme, it also does not work in other themes as well.
I am at the mercy of the marketing department to keep the current theme and site. They just liked the search bar, i’v found a work around with forms but no avail with the search bar.
Forum: Fixing WordPress
In reply to: Search box and form fields not showing up.here is the site i am working with