Title: klol's Replies | WordPress.org

---

# klol

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Premium Addons for Elementor - Powerful Elementor Templates & Widgets] Equal Height works only when I resize the browser](https://wordpress.org/support/topic/equal-height-4/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/equal-height-4/#post-16823618)
 * Oh great! It works great with this code!
   Thanks a lot for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Premium Addons for Elementor - Powerful Elementor Templates & Widgets] Equal Height works only when I resize the browser](https://wordpress.org/support/topic/equal-height-4/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/equal-height-4/#post-16818324)
 * Thank you fr your answer. 
   It does work when I choose “grid display”.I use Anywhere
   Elementor to display my slider.But also Anywhere Elementor for the grid.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Premium Addons for Elementor - Powerful Elementor Templates & Widgets] Equal Height works only when I resize the browser](https://wordpress.org/support/topic/equal-height-4/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/equal-height-4/#post-16817450)
 * Hi, 
   Thank you for your answer. Of course, here’s the screenshot.[https://snipboard.io/zwl5y7.jpg](https://snipboard.io/zwl5y7.jpg)
 * Thanks for you help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Archive Page restrictions work but not products](https://wordpress.org/support/topic/archive-page-restrictions-work-but-not-products/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/archive-page-restrictions-work-but-not-products/#post-15987899)
 * Hi [@aswingiri](https://wordpress.org/support/users/aswingiri/)
    Thank you for
   your answer.
 * Indeed the module is not compatible with Ultimate Member.
 * The team gave me a lead.
 * I will tell you again
    Have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FiboSearch - Ajax Search for WooCommerce] Excludes products of a category to people not connected or Customer](https://wordpress.org/support/topic/excludes-products-of-a-category-to-people-not-connected-or-customer/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/excludes-products-of-a-category-to-people-not-connected-or-customer/#post-15986973)
 * I received a response from the developer of the module.
    Here is the code I used.
 *     ```
       add_filter( 'dgwt/wcas/search_query/args', function($args) {
       $user = wp_get_current_user();
       $allowed_roles = array( 'customer', 'subscriber');
       if ( array_intersect( $allowed_roles, $user->roles ) || !is_user_logged_in()) {
           $args['tax_query'][] = array(
             'taxonomy' => 'product_cat',
             'field'    => 'term_taxonomy_id',
             'terms'    => array(5709), // category IDs to be excluded for users that are not logged-in
             'operator' => 'NOT IN',
           );
         }
   
         return $args;
       } );
   
       add_action( 'pre_get_terms', function($query) {
         if (defined( 'DGWT_WCAS_AJAX' )) {
           $query->query_vars['um_ignore_exclude'] = true;
         }
       }, 10, 1 );
       ```
   
    -  This reply was modified 3 years, 10 months ago by [klol](https://wordpress.org/support/users/klol/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices] Subtotal is not correct](https://wordpress.org/support/topic/subtotal-is-not-correct-2/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/subtotal-is-not-correct-2/#post-15444676)
 * Thank you for everything!!!
    I don’t know why I had all this code except the 
   last two lines. It works perfectly. Very nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Causing an Error to be Thrown!](https://wordpress.org/support/topic/causing-an-error-to-be-thrown/)
 *  [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/causing-an-error-to-be-thrown/#post-15006576)
 * Hello,
 * I would like to answer here because I have exactly the same mistake.
 * I also uninstalled and reinstalled the module and also added the files directly
   on the FTP.
 * All other modules are up to date.
    Do you have another clue?
 * Thanks in advance and have a nice day
    Carole
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Full Screen Menu for Elementor] The Saved Page Menu do not show full screen](https://wordpress.org/support/topic/the-saved-page-menu-do-not-show-full-screen/)
 *  [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/the-saved-page-menu-do-not-show-full-screen/#post-14201966)
 * I wanted to add:
    Of course I will do it in CSS but did I configure something
   wrong in the menu?
 *     ```
       .content-type-saved_page{
       width:100%;
       }
       ```
   
    -  This reply was modified 5 years, 3 months ago by [klol](https://wordpress.org/support/users/klol/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Full Screen Menu for Elementor] The Saved Page Menu do not show full screen](https://wordpress.org/support/topic/the-saved-page-menu-do-not-show-full-screen/)
 *  [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/the-saved-page-menu-do-not-show-full-screen/#post-14201845)
 * Hi,
 * Sorry, I can’t help you because I have the same question.
 * Does anyone have any idea why it doesn’t take up the full width?
 * Have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] All my products are Out of Stock on Facebook but not in my CSV.](https://wordpress.org/support/topic/all-my-products-are-out-of-stock-on-facebook-but-not-in-my-csv/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [6 years ago](https://wordpress.org/support/topic/all-my-products-are-out-of-stock-on-facebook-but-not-in-my-csv/#post-13023539)
 * Thank you for your answer.
 * Here is my csv : [https://www.mieux-vivre.ch/wp-content/uploads/woo-product-feed-pro/csv/0rIQee9VhE0Q9togtSHZzufVnYVwJF8S.csv](https://www.mieux-vivre.ch/wp-content/uploads/woo-product-feed-pro/csv/0rIQee9VhE0Q9togtSHZzufVnYVwJF8S.csv)
 * Yes all my products are added via the file.
    When I try to modify a product from
   the store, it tells me that it is not possible because it is imported from a 
   feed
 * I have already done several Woocommerce stores and linked to Facebook but it 
   is the first time that it does that to me ~_~
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] All my products are Out of Stock on Facebook but not in my CSV.](https://wordpress.org/support/topic/all-my-products-are-out-of-stock-on-facebook-but-not-in-my-csv/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [6 years ago](https://wordpress.org/support/topic/all-my-products-are-out-of-stock-on-facebook-but-not-in-my-csv/#post-13023196)
 * Thank you for your answer.
 * Yes it’s the latest version.
 * Here are screenshots of what I see on my facebook business page.
    [https://prnt.sc/t4twwt](https://prnt.sc/t4twwt)
   And my facebook shop [https://prnt.sc/t4txak](https://prnt.sc/t4txak)
 * Thank you for your help
    Have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Do not display empty product categories](https://wordpress.org/support/topic/do-not-display-empty-product-categories/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/do-not-display-empty-product-categories/#post-12904581)
 * Oh Gosh,
    I’m so sorry!
 * In fact Cat with product, is a child of CAT2, and my product was not in the main
   category.
 * I must now find a solution so that all my sellers do not forget to check the 
   main category ^_^
 * Thanks a lot for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Do not display empty product categories](https://wordpress.org/support/topic/do-not-display-empty-product-categories/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/do-not-display-empty-product-categories/#post-12904311)
 * Hi Tom,
    Thank you for your answer.
 * Yes it’s work fine.
 * And when a reactived I have this
 * MENU – Cat with product (in the same level)
 * And I would like:
 * MENU
    – Cat with product
 * Sorry I don’t know why.
    Have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Do not display empty product categories](https://wordpress.org/support/topic/do-not-display-empty-product-categories/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/do-not-display-empty-product-categories/#post-12898935)
 * Thank you very much for your answer.
 * I added the categories as an item.
 * I have a menu like this
 * MENU
    – CAT FIRST — Item 1 — Item 2 – CAT 2 — Item 1 — Item 2
 * And in Menu I clicked on Max Menu and I created the 3 columns with CAT FIRST,
   CAT2…
 * Thank you have a nice day
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eCommerce Gem] Slider in a translate page](https://wordpress.org/support/topic/slider-in-a-translate-page/)
 *  Thread Starter [klol](https://wordpress.org/support/users/klol/)
 * (@klol)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/slider-in-a-translate-page/#post-12522746)
 * Thank you it’s works!
 * Have a nice day and thank you!

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

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