Title: Mahmood Asadi's Replies | WordPress.org

---

# Mahmood Asadi

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Can I use this plugin to filter a custom product loop?](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years ago](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/#post-13252668)
 * You can contact us with [info@themify.me](https://wordpress.org/support/users/hibitco/replies/info@themify.me?output_format=md).
   Please don’t forgot to include this thread URL for our reference.
 * Kind regards,
    Mahmood
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Can I use this plugin to filter a custom product loop?](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years ago](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/#post-13244622)
 * I need to access your website to debug it. But please consider it is against 
   WP forum policy to share credentials.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Can I use this plugin to filter a custom product loop?](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years ago](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/#post-13244487)
 * Actually I just wanted to make sure our plugin works with a custom loop or not.
   So I print some products with a custom loop on a page. Then drop the product 
   filter on the sidebar and tested it with it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Can I use this plugin to filter a custom product loop?](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years ago](https://wordpress.org/support/topic/can-i-use-this-plugin-to-filter-a-custom-product-loop/#post-13244191)
 * Hi,
 * I’ve simulated it at my end with a few changes and it is working. Just you should
   consider you need to put some containers with a specific CSS class. Products 
   must be wrap in `<ul class="wpf-search-container products"></ul>`. Also, each
   product must wrap in `<li class="product"></li>`.
 * Please let us know if you have any questions.
    Kind regards, Mahmood
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Search results show in the topbar](https://wordpress.org/support/topic/search-results-show-in-the-topbar/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-results-show-in-the-topbar/#post-12585558)
 * [@tonecockpitdesign](https://wordpress.org/support/users/tonecockpitdesign/) 
   Glad to hear it is resolved. If you like the plugin, please give us a rating:
   
   [https://wordpress.org/support/plugin/themify-wc-product-filter/reviews/#new-post](https://wordpress.org/support/plugin/themify-wc-product-filter/reviews/#new-post)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Search results show in the topbar](https://wordpress.org/support/topic/search-results-show-in-the-topbar/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-results-show-in-the-topbar/#post-12580809)
 * Hi Tone,
 * I see that you are using “generatepress” theme. You can use the below code to
   add the required CSS class to the container.
 * You should add this code to the end of functions.php file in your theme directory.
   
   1. Please go to your theme directory. it should like this(/wp-content/themes/
   generatepress) 2. Find and open the functions.php file 3. Add this piece of code
   to the end of the file.
 *     ```
       add_filter( 'generate_main_class', 'tone_wpf_custom_css_class' );
       function tone_wpf_custom_css_class($classes){
       	$classes[] = 'wpf-search-container';
       	return $classes;
       }
       ```
   
 * Please let us know if you have any questions.
    Best regards, Mahmood
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Search results show in the topbar](https://wordpress.org/support/topic/search-results-show-in-the-topbar/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/search-results-show-in-the-topbar/#post-12559357)
 * Hi Tone,
 * I’ve checked your website and found out you don’t have any products in the provided
   link. To clear the problem here I want to give you a short description of the
   plugin.
    When you insert the plugin filter somewhere on your page and start to
   filter products, the plugin tries to find the proper place on the page to show
   the result and if the proper place could not be found, it selects the first HTML
   tag with “post” CSS class.
 * Now, in the provided link that you’ve sent, the plugin can not find any place(
   because it is not woocommerce page or there are not any products), so it selects
   the first HTML element with “post” class that it founds it on the topbar.
 * I suggest you add a CSS class (wpf-search-container) to your main content container(
   [http://prntscr.com/ris42e](http://prntscr.com/ris42e)), so the plugin detects
   it as the filter result container.
 * Hope it helps,
    Mahmood
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Menus] Automatically activates all sub-posts with the same slug](https://wordpress.org/support/topic/automatically-activates-all-sub-posts-with-the-same-slug/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/automatically-activates-all-sub-posts-with-the-same-slug/#post-12357764)
 * [@corinnak](https://wordpress.org/support/users/corinnak/) Hi,
    We’ve fixed the
   issue and if you want to have it earlier than the next release, please let us
   know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Menus] Doesn’t work for subpages](https://wordpress.org/support/topic/doesnt-work-for-subpages/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-for-subpages/page/2/#post-12347037)
 * [@cezariuszmarek](https://wordpress.org/support/users/cezariuszmarek/) UPDATE:
   We’ve fixed both of bugs. (Sub-page and URL issue in the tooltip). If you want
   to have the bugfix earlier than the next release, please let us know via email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Menus] Can not select conditions after 1.1.6 version update](https://wordpress.org/support/topic/can-not-select-conditions-after-1-1-6-version-update/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/can-not-select-conditions-after-1-1-6-version-update/#post-12332318)
 * [@radow](https://wordpress.org/support/users/radow/) [@dubidehatif](https://wordpress.org/support/users/dubidehatif/)
   Glad to hear that.😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Sorting by price does not work when plugin is active](https://wordpress.org/support/topic/sorting-by-price-does-not-work-when-plugin-is-active/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/sorting-by-price-does-not-work-when-plugin-is-active/#post-12331671)
 * [@cyman](https://wordpress.org/support/users/cyman/) We’ve found the issue and
   fixed it. It will be available in the next release. If you want, I can assist
   you to have the bugfix earlier. Also, please don’t forgot to regenerate from 
   Woocommerce tools. For more information please read this thread. [https://wordpress.org/support/topic/sort-by-price-cart-problem/](https://wordpress.org/support/topic/sort-by-price-cart-problem/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Menus] Can not select conditions after 1.1.6 version update](https://wordpress.org/support/topic/can-not-select-conditions-after-1-1-6-version-update/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/can-not-select-conditions-after-1-1-6-version-update/#post-12330944)
 * [@radow](https://wordpress.org/support/users/radow/) [@dubidehatif](https://wordpress.org/support/users/dubidehatif/)
   Would you please clean your browser cache? It may come from your browser cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Themify - WooCommerce Product Filter] Sorting by price does not work when plugin is active](https://wordpress.org/support/topic/sorting-by-price-does-not-work-when-plugin-is-active/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/sorting-by-price-does-not-work-when-plugin-is-active/#post-12326777)
 * Hi [@cyman](https://wordpress.org/support/users/cyman/),
 * Which version do you use? Do you use the latest version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Menus] Doesn’t work for subpages](https://wordpress.org/support/topic/doesnt-work-for-subpages/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-for-subpages/#post-12284011)
 * [@cezariuszmarek](https://wordpress.org/support/users/cezariuszmarek/) Have you
   try to disable plugins one by one to make sure if the problem is a plugin conflict
   or not?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Menus] Doesn’t work for subpages](https://wordpress.org/support/topic/doesnt-work-for-subpages/)
 *  [Mahmood Asadi](https://wordpress.org/support/users/hibitco/)
 * (@hibitco)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-for-subpages/#post-12283717)
 * [@cezariuszmarek](https://wordpress.org/support/users/cezariuszmarek/) Hey, do
   you use any bilingual plugin like WPML or something like that?

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