klol
Forum Replies Created
-
Oh great! It works great with this code!
Thanks a lot for your help!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.Hi,
Thank you for your answer.
Of course, here’s the screenshot.
https://snipboard.io/zwl5y7.jpgThanks for you help
Hi @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 dayI 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 2 years, 2 months ago by klol.
Thank you for everything!!!
I don’t know why I had all this code except the last two lines.
It works perfectly.
Very nice dayHello,
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
CaroleForum: Plugins
In reply to: [Full Screen Menu for Elementor] The Saved Page Menu do not show full screenI 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 3 years, 8 months ago by klol.
Forum: Plugins
In reply to: [Full Screen Menu for Elementor] The Saved Page Menu do not show full screenHi,
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
Thank you for your answer.
Here is my 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 feedI have already done several Woocommerce stores and linked to Facebook but it is the first time that it does that to me ~_~
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
And my facebook shop
https://prnt.sc/t4txakThank you for your help
Have a nice dayForum: Plugins
In reply to: [Max Mega Menu] Do not display empty product categoriesOh 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
In reply to: [Max Mega Menu] Do not display empty product categoriesHi 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 productSorry I don’t know why.
Have a nice dayForum: Plugins
In reply to: [Max Mega Menu] Do not display empty product categoriesThank 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 2And 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
In reply to: [eCommerce Gem] Slider in a translate pageThank you it’s works!
Have a nice day and thank you!