Title: korymath's Replies | WordPress.org

---

# korymath

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] Show all custom type if no filters selected](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-show-all-custom-type-if-no-filters-selected/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-show-all-custom-type-if-no-filters-selected/#post-2699244)
 * Probably best to start your own thread, are you using [http://wordpress.org/extend/plugins/query-multiple-taxonomies/](http://wordpress.org/extend/plugins/query-multiple-taxonomies/)
 * What are the multiple types that you want to query, this is probably because 
   query strings are specific to the type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] Show all custom type if no filters selected](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-show-all-custom-type-if-no-filters-selected/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-show-all-custom-type-if-no-filters-selected/#post-2699242)
 * This was done with just submitting an empty query, and ensuring that my archive
   for custom post type member was built out. It will jump to a default archive 
   for a custom post type if no special template is defined.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] Sorting by taxonomy](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-sorting-by-taxonomy/)
 *  [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [14 years ago](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-sorting-by-taxonomy/#post-2422317)
 * Totally, you can just append the query string however you want.
 * For instance, if you wanted to search by title, you would just add
 *     ```
       <?php global $query_string; ?>
       <?php query_posts( $query_string . '&orderby=title&order=ASC' ); ?>
       ```
   
 * before your loop.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin:[Query Multiple Taxonomies] Taxonomy dropdowns dissapear when no results](https://wordpress.org/support/topic/pluginquery-multiple-taxonomies-taxonomy-dropdowns-dissapear-when-no-results/)
 *  [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [14 years ago](https://wordpress.org/support/topic/pluginquery-multiple-taxonomies-taxonomy-dropdowns-dissapear-when-no-results/#post-2332265)
 * This helped me as well…
 *     ```
       private function get_terms( $tax ) {
       /* 		if ( $this->all_terms ) */
       /* THIS SHOWS THE DROP DOWNS WHEN THE SEARCH FILTERS PRODUCE NO RESULTS */
       			return get_terms( $tax );
       /*
       		else
       			return QMT_Terms::get( $tax );
       */
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] Show all custom type if no filters selected](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-show-all-custom-type-if-no-filters-selected/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-query-multiple-taxonomies-show-all-custom-type-if-no-filters-selected/#post-2699094)
 * It is almost as if the Submit button jumps right to archive.php ignoring possible
   alternatives like taxonomy-member.php or even just taxonomy.php.
 * Any one able to provide some advice?
 * Kory
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] [Plugin: Shadowbox JS] not working on WordPress Gallery… can't find issue](https://wordpress.org/support/topic/shadowbox-js-not-working-on-wordpress-gallery-cant-find-issue/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/shadowbox-js-not-working-on-wordpress-gallery-cant-find-issue/#post-2689509)
 * Update, looks like I can only see the issue in firefox… wonder if it is a browser
   override?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] Additional Settings for Paypal Integration](https://wordpress.org/support/topic/plugin-contact-form-7-additional-settings-for-paypal-integration/)
 *  [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-additional-settings-for-paypal-integration/#post-1484452)
 * Sure… you would just include the information in the redirect link as follows:
 * `<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=EMAIL&currency_code
   =USD&amount=0&return=http://www.yoursite.com/registration-paid&item_name=Registration
   +Fee">Pay and register here.</a>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] form not working in footer, works in content](https://wordpress.org/support/topic/plugin-contact-form-7-form-not-working-in-footer-works-in-content/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-form-not-working-in-footer-works-in-content/#post-1524006)
 * It is working in my page content though, there is another form on the page that
   is working?
 * So the HTML is valid, it does not conflict… but it is the placement that is debilitating
   it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] form not working in footer, works in content](https://wordpress.org/support/topic/plugin-contact-form-7-form-not-working-in-footer-works-in-content/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-form-not-working-in-footer-works-in-content/#post-1523946)
 * It embeds just fine, but the interaction is off, when hitting submit it refreshes
   the page, and no sign of ajax interaction.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Please HELP Missing Styles!](https://wordpress.org/support/topic/please-help-missing-styes/)
 *  Thread Starter [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [16 years ago](https://wordpress.org/support/topic/please-help-missing-styes/#post-1496913)
 * Seems to vary browser to browser, trying to figure things out rapidly, any help
   out there?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [a warning displayed in a widget](https://wordpress.org/support/topic/a-warning-displayed-in-a-widget/)
 *  [korymath](https://wordpress.org/support/users/korymath/)
 * (@korymath)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/a-warning-displayed-in-a-widget/#post-1178174)
 * Spectacular fix!
 * Thank you so much, absolutely perfect.

Viewing 11 replies - 1 through 11 (of 11 total)