• The chapin theme would not display my photos plugin search form.

    Line 3726… in chaplin’s style.css reads:

    /* Widget: Search ------------------------------- */
    
    .widget_search label,
    .widget_search img {
    	display: none;
    }

    This display: none;, applied to .widget_search label does the harm.

    In order to fix this I added the following custom css:

    /* Fix wp searchform */
    .widget_search label{
    	display:inline !important;
    }

    The page I need help with: [log in to see the link]

  • The topic ‘Plugin Search box did not work’ is closed to new replies.