curtislow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Searching with multiple tags using checkboxesHi tykho,
I used the solution you offered above using searchform.php, build_search and search.php. After upgrading to WordPress 3.1 keyword search is broken. Did you notice? And do you have a solution? I spent hours on it already, but without succes.
Kind regards
Forum: Plugins
In reply to: [Plugin: PrintFriendly] using CSS to style print and PDF outputs?Hi printfriendly team!
Could you please remove the float:left on images or make it optional? It messes up entire layouts. Or maybe include an option to use your own print.css.
Kind regards
Forum: Fixing WordPress
In reply to: Searching with multiple tags using checkboxesHi tykho,
I try to display a title for the search results (You searched for:). I added the following line to search.php: printf( __( ‘Search Results for: %s’ ), ” . get_search_query() . ” )
It seems that this only works for the keyword search and not for categories and tags. Have you got any advice on this one? I would be very grateful!
Forum: Fixing WordPress
In reply to: Searching with multiple tags using checkboxesHi msanguinetti,
I had the same problem. I noticed the strange url ($url = header(“Location:/fv/?s=$text&cat=$cat&tag=$tag”)) at the bottom of build_search.php. That seemed to be the problem. I removed de “/fv” at the start of the url and that seemed to do the trick for me.
$url = header(“Location:/?s=$text&cat=$cat&tag=$tag”);
I am not sure why the “/fv” part was in the url, but maybe tykho has an explanation for this.
Good luck!
Forum: Fixing WordPress
In reply to: Searching with multiple tags using checkboxesThanks tykho! Exactly what I was looking for. Someone should really turn this into a plugin. Lots of people are searching for something like this. Kind regards
Forum: Fixing WordPress
In reply to: refine search using a checkbox list of tagsHi Dave,
Did you already find a solution? I need the same functionality. So far I’ve found:
https://www.jeremyduffy.com/computers-internet/wordpress-stuff/wordpress-multiple-categories
https://www.ads-software.com/extend/plugins/faceted-search/
Both do not offer exactly what I want. Maybe it helps you a little further.
Forum: Themes and Templates
In reply to: Checkbox lining up@elfin – thanks
@cregy – did you solve your problem with alignment of checkboxes?
Forum: Themes and Templates
In reply to: Checkbox lining upHi Cregy,
What kind of plugin did you use for the checkboxes?