Masquer les attributs
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Herve30900 on September 19, 2021, 12:07Bonjour,
Comment masquer les attributs dans les filtres
A savoir que sur un ensemble de plus de 396 attributs, environ une moitié est désactivée et l’autre moitié activée.
C’est moitié activée que je souhaite désactiver
J'arrive à décrocher une à une " … mais lorsque j’enregistre les modifications tout revient comme avant …Merci d'avance
Cordialement
Bonjour,
Comment masquer les attributs dans les filtres
A savoir que sur un ensemble de plus de 396 attributs, environ une moitié est désactivée et l’autre moitié activée.
C’est moitié activée que je souhaite désactiver
J'arrive à décrocher une à une" … mais lorsque j’enregistre les modifications tout revient comme avant …
Merci d'avance
Cordialement

Quote from Pablo Borysenco on September 20, 2021, 12:51Hello
Please try open .htaccess file of your wp-site and drop there on the same bottom next code:
php_value max_input_vars 30000
If this possibility is disabled on your hosting – ask the hosting support there about enabling it!
Hello
Please try open .htaccess file of your wp-site and drop there on the same bottom next code:
php_value max_input_vars 30000
If this possibility is disabled on your hosting – ask the hosting support there about enabling it!
Quote from Herve30900 on September 21, 2021, 18:33Merci d'avoir répondu à ma question .
value max_input_vars 30000 est activé dans mon hébergement mais lorsque je dépose le code php_value max_input_vars 30000 dans le fichier .htaccess cela bloque tout le site ...
J'ai réussi à désactiver tous les "
Cordialement
Merci d'avoir répondu à ma question .
value max_input_vars 30000 est activé dans mon hébergement mais lorsque je dépose le code php_value max_input_vars 30000 dans le fichier .htaccess cela bloque tout le site ...
J'ai réussi à désactiver tous les "
Cordialement
Quote from Pablo Borysenco on September 22, 2021, 12:11Hello
dans le fichier .htaccess cela bloque tout le site ... - Contact your hosting support please
Try in file - \wp-content\plugins\woocommerce-bulk-editor\ext\filters\views\panel.php - add this code - https://share.pluginus.net/image/i20210922131103.png
global $WOOBE;
if ($WOOBE->settings->current_user_role != 'administrator') {
if (intval($WOOBE->settings->get_shop_manager_visibility()[$t->name]) === 0) {
continue;
}
}
and do a test
Hello
dans le fichier .htaccess cela bloque tout le site ... - Contact your hosting support please
Try in file - \wp-content\plugins\woocommerce-bulk-editor\ext\filters\views\panel.php - add this code - https://share.pluginus.net/image/i20210922131103.png
global $WOOBE;
if ($WOOBE->settings->current_user_role != 'administrator') {
if (intval($WOOBE->settings->get_shop_manager_visibility()[$t->name]) === 0) {
continue;
}
}
and do a test
Quote from Herve30900 on September 22, 2021, 15:41Bonjour,
J'ai ajouté le code dans panel.php (voir PJ)
La valeur max_input_vars 30000 est activée dans mon hébergement :
et j'ai contacté mon hébergeur pour de vérifier pourquoi le code php_value max_input_vars 30000 dans le fichier .htaccess bloque tout le site
Pour l'instant les attributs sont toujours affichés dans le Filtre
Salutations
Bonjour,
J'ai ajouté le code dans panel.php (voir PJ)

La valeur max_input_vars 30000 est activée dans mon hébergement :

et j'ai contacté mon hébergeur pour de vérifier pourquoi le code php_value max_input_vars 30000 dans le fichier .htaccess bloque tout le site
Pour l'instant les attributs sont toujours affichés dans le Filtre
Salutations
Quote from Pablo Borysenco on September 23, 2021, 11:07Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and wp-admin+FTP access - https://share.pluginus.net/image/i20210618130637.png
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and wp-admin+FTP access - https://share.pluginus.net/image/i20210618130637.png
Quote from Herve30900 on September 23, 2021, 14:59Bonjour
Voila, j'ai transmis les codes d'accès.
Merci
Bonjour
Voila, j'ai transmis les codes d'accès.
Merci
Quote from Pablo Borysenco on September 24, 2021, 16:49Hello
Please add a link to your site
Hello
Please add a link to your site
Quote from admin on September 24, 2021, 18:01Hello
We got the link infoXXXiak.com - thank you!
Hello
We got the link infoXXXiak.com - thank you!
Quote from Pablo Borysenco on September 24, 2021, 18:11Hello
I did a test. everything works correctly
The meaning of this code is to hide options for non-admin.
If you wanna hide it for everyone. Change code:
global $WOOBE;
if (intval($WOOBE->settings->get_shop_manager_visibility()[$t->name]) === 0) {
continue;
}
Hello
I did a test. everything works correctly
The meaning of this code is to hide options for non-admin.
If you wanna hide it for everyone. Change code:
global $WOOBE;
if (intval($WOOBE->settings->get_shop_manager_visibility()[$t->name]) === 0) {
continue;
}
Quote from Herve30900 on September 24, 2021, 18:37Merci
Cela fonctionne !
Sincèrement
Merci
Cela fonctionne !
Sincèrement
Quote from Pablo Borysenco on September 27, 2021, 13:35Welcome;)
http://codecanyon.net/downloads - rate please the plugin if you liked it ...
Welcome;)
http://codecanyon.net/downloads - rate please the plugin if you liked it ...
Quote from Herve30900 on August 22, 2022, 12:05Bonjour,
Après avoir modifié le nom de domaine de mon site et changé d'hébergeur, impossible de faire fonctionner le code :
Dans : \wp-content\plugins\woocommerce-bulk-editor\ext\filters\views\panel.php
Dans : .htaccess
Dans l'attente de vous lire
Cordialement
Bonjour,
Après avoir modifié le nom de domaine de mon site et changé d'hébergeur, impossible de faire fonctionner le code :
Dans : \wp-content\plugins\woocommerce-bulk-editor\ext\filters\views\panel.php

Dans : .htaccess

Dans l'attente de vous lire
Cordialement
Quote from Pablo Borysenco on August 23, 2022, 11:12Hello
What plugin version number are you using?
Do you want to hide all attributes?
Hello
What plugin version number are you using?
Do you want to hide all attributes?
Quote from Herve30900 on August 23, 2022, 11:48Bonjour,
Merci d'avoir répondu à ma demande.
J'utilise la Version 2.1.1
Oui je voudrai masquer tous les attributs pour tout le monde comme avant avec le code :
global $WOOBE;
if (intval($WOOBE->settings->get_shop_manager_visibility()[$t->name]) === 0) {
continue;
}
Bonjour,
Merci d'avoir répondu à ma demande.
J'utilise la Version 2.1.1
Oui je voudrai masquer tous les attributs pour tout le monde comme avant avec le code :
global $WOOBE;
if (intval($WOOBE->settings->get_shop_manager_visibility()[$t->name]) === 0) {
continue;
}
Quote from Pablo Borysenco on August 23, 2022, 12:34Just uncomment this line - https://share.pluginus.net/image/i20220823103404.png
OR drop me FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Just uncomment this line - https://share.pluginus.net/image/i20220823103404.png
OR drop me FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Quote from Herve30900 on August 23, 2022, 18:13Je vous ai laissé l'accès FTP
Merci pour votre aide
Je vous ai laissé l'accès FTP
Merci pour votre aide
Quote from Pablo Borysenco on August 24, 2022, 11:51Hello
Please clear all cache and do a test
Hello
Please clear all cache and do a test
Quote from Herve30900 on August 24, 2022, 12:54Yes, Yes, Yes !!!
Good, Good, Good !!!
Merci c'est parfait !!!
Yes, Yes, Yes !!!
Good, Good, Good !!!
Merci c'est parfait !!!