By nevets88 on
In this page, the search box works: http://www.duplika.com/blog/ad-blueprint
In my page, using the same theme, the value typed to the search box is not passed to the server: http://ccmockup.frabujous.us/.
I suspect this has something to do with edit-search_theme_form_keys/search_theme_form_keys.
The value of this input is not getting passed on.
Am I on the right track? Any suggestions? Thanks in advance.
Comments
More Info
I got the search box to work by removing the files from the theme directory:
search_theme_form.tpl.php
search-theme-form.tpl.php
So something is wrong with the code in these files.
search_theme_form.tpl.php (removed the delimiters):
search-theme-form.tpl.php:
print str_replace('Search this site:','',$search_form);