Title: mcwebdesignro's Replies | WordPress.org

---

# mcwebdesignro

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Woocommerce drop down filter does not work on iOS](https://wordpress.org/support/topic/woocommerce-drop-down-filter-does-not-work-on-ios/)
 *  [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/woocommerce-drop-down-filter-does-not-work-on-ios/#post-6271095)
 * Try this. Enter the following code into your theme functions.php file:
 *     ```
       add_action( 'wp_enqueue_scripts', 'agentwp_dequeue_stylesandscripts', 100 );
   
       function agentwp_dequeue_stylesandscripts() {
       if ( class_exists( 'woocommerce' ) ) {
       wp_dequeue_style( 'select2' );
       wp_deregister_style( 'select2' );
   
       wp_dequeue_script( 'select2');
       wp_deregister_script('select2');
   
       }
       }
       ```
   
 * This simple bit of code will disable the enhanced boxes and give you a good old
   fashioned dropdown menu. This method has been tested in WooCommerce 2.5.5.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delete Spam Users] Page delete 'Comment Count'](https://wordpress.org/support/topic/page-delete-comment-count/)
 *  Plugin Author [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [12 years ago](https://wordpress.org/support/topic/page-delete-comment-count/#post-5003440)
 * I’ll add this feature in the next update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delete Spam Users] Users with no posts OR no comments?](https://wordpress.org/support/topic/users-with-no-posts-or-no-comments/)
 *  Plugin Author [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [12 years ago](https://wordpress.org/support/topic/users-with-no-posts-or-no-comments/#post-5060895)
 * I’ll add this feature in the next update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delete Spam Users] doesnt work for me](https://wordpress.org/support/topic/doesnt-work-for-me-40/)
 *  Plugin Author [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [12 years ago](https://wordpress.org/support/topic/doesnt-work-for-me-40/#post-4971390)
 * Try the old version: [http://downloads.wordpress.org/plugin/no-posts-user-delete.1.0.zip](http://downloads.wordpress.org/plugin/no-posts-user-delete.1.0.zip)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress WP-Advanced-Search] Language files don't have correct name](https://wordpress.org/support/topic/language-files-dont-have-correct-name/)
 *  Thread Starter [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/language-files-dont-have-correct-name/#post-4654013)
 * The current version is 2.01, but you still didn’t correct the language file names.
 * In WP-Advanced-Search.php you have:
 * `load_plugin_textdomain('WP-Advanced-Search', false, dirname(plugin_basename(
   __FILE__ )).'/lang/');`
 * The files in lang folder must have the name like is defined in the code above:
   WP-Advanced-Search-xx_XX.mo and WP-Advanced-Search-xx_XX.po, wih upper case at
   beginning.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress WP-Advanced-Search] Language files don't have correct name](https://wordpress.org/support/topic/language-files-dont-have-correct-name/)
 *  Thread Starter [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/language-files-dont-have-correct-name/#post-4653831)
 * The plugin is default in french language, but has support for other languages.
   The files are located in the plugin’s folder “lang”, but they have a wrong name.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delete Spam Users] Respect Post Types?](https://wordpress.org/support/topic/respect-post-types/)
 *  Plugin Author [mcwebdesignro](https://wordpress.org/support/users/mcwebdesignro/)
 * (@mcwebdesignro)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/respect-post-types/#post-4349159)
 * NO, it doesn’t.

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