Title: _Thomas's Replies | WordPress.org

---

# _Thomas

  [  ](https://wordpress.org/support/users/_thomas/)

 *   [Profile](https://wordpress.org/support/users/_thomas/)
 *   [Topics Started](https://wordpress.org/support/users/_thomas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/_thomas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/_thomas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/_thomas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/_thomas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/_thomas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/_thomas/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/_thomas/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Javascript errors when results on same page as search form](https://wordpress.org/support/topic/javascript-errors-when-results-on-same-page-as-search-form/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/javascript-errors-when-results-on-same-page-as-search-form/#post-5269276)
 * Hi,
 * The JavaScript errors seem to come from your theme.
    Try to fix it first, because
   I think that’s could be why the menu disappears 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Do I have to have Categories/Taxonomy?](https://wordpress.org/support/topic/do-i-have-to-have-categoriestaxonomy/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-i-have-to-have-categoriestaxonomy/#post-5252797)
 * You’re welcome!
 * Btw I’m not the plugin’s author, but Shane is currently working on ACPS 2.0 and
   the new version should be more customizable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Do I have to have Categories/Taxonomy?](https://wordpress.org/support/topic/do-i-have-to-have-categoriestaxonomy/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-i-have-to-have-categoriestaxonomy/#post-5252790)
 * In the /core/widgets/acps_widgets.php or /core/shortcodes/acps_shortcodes.php
   file, comment the `if( $acps_multiple_terms ){...}else{...}` statement and it
   should only display the text search box 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Customizing form outputs](https://wordpress.org/support/topic/customizing-form-outputs/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/customizing-form-outputs/#post-5226950)
 * I made a mistake in my previous post, I was thinking about the `foreach($acps_taxonomy_values
   as $key => $value)’ loop.
 * Here’s how the plugin works (acps_widgets.php) :
    For each taxonomy (line 222),
   if the multiple terms option is checked (line 242), it’s will build a checkbox
   input for each term (line 243-258). Else (if the multiple terms option is NOT
   checked), it will build a <select> tag with all the terms in <option> (line 260-
   278).
 * So the plugin is not made to display each taxonomy differently, if you still 
   want to do that, you’ll have to delete the `foreach($acps_taxonomy_values as 
   $key => $value)` loop and to duplicate all the code between lines 222 and 284
   in order to display each taxonomy individually.
 * I don’t have time right now to show you an example, sorry.
    Good luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Check Boxes](https://wordpress.org/support/topic/check-boxes-1/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/check-boxes-1/#post-5255226)
 * You’re welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Check Boxes](https://wordpress.org/support/topic/check-boxes-1/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/check-boxes-1/#post-5255224)
 * Haha no problem^^
 * If you want to get ride of the `<br>` tags, you have to edit the /code/widgets/
   acps_widgets.php of /code/shortcodes/acps_shortcodes.php file (depending on how
   you display the form).
 * In the `foreach( $acps_taxonomy_terms as $acps_taxonomy_term )` loop.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Check Boxes](https://wordpress.org/support/topic/check-boxes-1/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/check-boxes-1/#post-5255219)
 * Do you mean, the `<br>` tag ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Check Boxes](https://wordpress.org/support/topic/check-boxes-1/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/check-boxes-1/#post-5255212)
 * Hi,
 * What do you mean with “annoying tags in the code after each label” ?
 * Currently Shane is working on ACPS 2.0, he said that there will be no more update
   until 2.0. But maybe there will be AJAX filters in the new version. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Do I have to have Categories/Taxonomy?](https://wordpress.org/support/topic/do-i-have-to-have-categoriestaxonomy/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/do-i-have-to-have-categoriestaxonomy/#post-5252758)
 * I’m not sure to understand what you need, but if you want to search several Custom
   Post Types with the same form, I think you can override the /templates/acps-results_loop.
   php by adding something like :
 * $this->acps_args[‘post_type’] = array(‘customtype1’, ‘customtype2’, ‘customtype3’);
 * before this line : $acps_results = new WP_Query( $this->acps_args );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Customizing form outputs](https://wordpress.org/support/topic/customizing-form-outputs/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/customizing-form-outputs/#post-5226947)
 * I think the best way is to break the `foreach( $acps_taxonomy_terms as $acps_taxonomy_term)`
   loop, in order to define how each taxonomy is built in the form.
 * Duplicate the instructions which were inside the foreach loop and replace all
   the _$acps\_taxonomy\_term_ with _$acps\_taxonomy\_terms[0]_, _$acps\_taxonomy\
   _terms[1]_ depending on the number of taxonomies you have/want.
 * Then you can edit each instruction to choose how each taxonomy is display.
    Hope
   you can understand what I mean!
 * Good luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Customization of results page](https://wordpress.org/support/topic/customization-of-results-page/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/customization-of-results-page/#post-5244325)
 * No problem, I thought you were in vacation.
 * Glad to hear that 2.0 is coming soon! =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Customization of results page](https://wordpress.org/support/topic/customization-of-results-page/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/customization-of-results-page/#post-5244200)
 * > **How do I theme my results page/loop?**
   > ACPS allows you to override the default results page and loop by adding the
   > files ‘acps-results_loop.php’ and ‘acps-results.php’ in a number of places 
   > in your active theme folder. Either copy the file(s) into the ‘/wp-content/[
   > theme_directory]/acps/templates’ or ‘/wp-content/[theme_directory]/‘ directory
   > to override the default templates.
 * Does it answer to your question ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Customizing form outputs](https://wordpress.org/support/topic/customizing-form-outputs/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/customizing-form-outputs/#post-5226906)
 * Hi,
 * 1. The think the easiest way to do that is to replace all the <input type=”checkbox”
   > with <option> tags in the /core/acps_widget.php or /core/shortcodes/acps_shortcodes.
   php files ; in the “foreach( $acps_taxonomy_terms as $acps_taxonomy_term” loop.
 * But don’t forget to open the <select> tag before the loop, and to close it after.
 * 2. I’m not sure to understand what you wanted to know, but all the HTML IDs and
   classes used on each term are defined in the acps_widget.php/acps_shortcodes.
   php files.
 * Good luck.
 * ps : i’m not the creator of the plugin, so I may be wrong 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] Custom post names showing nonsense](https://wordpress.org/support/topic/custom-post-names-showing-nonsense/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-post-names-showing-nonsense/#post-5200690)
 * I had the same issue, I think this is a compatibilty issue with the recent version
   of WordPress.
 * To make it work, I renamed my custom fields names with the _field\_XXX_ values
   and I selected the corresponding value in the Gravity Forms dropdown.
 * Otherwise, you can try this solution : [http://wordpress.org/support/topic/gf-and-gf-cpt-and-acf?replies=2](http://wordpress.org/support/topic/gf-and-gf-cpt-and-acf?replies=2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Post Search] Problem with accents](https://wordpress.org/support/topic/problem-with-accents-1/)
 *  [_Thomas](https://wordpress.org/support/users/_thomas/)
 * (@_thomas)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/problem-with-accents-1/#post-5182541)
 * And when it works, are you sure that there’s no “Rosé” or “Rose” in the title
   or in the content of the CPT it returns ?
 * I think that the key-word research is based only on the title and the content,
   not on the taxonomies.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/_thomas/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/_thomas/replies/page/2/?output_format=md)