why only one category is display on (the lasted)
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 bernard on November 20, 2024, 14:24https://transfert.free.fr/neqO1Qf
HI if you have more than one category for a post, tableon display only the lastes one, not all the category
that's a bug for me , tableon should display all catégory
see screenshot attached
https://transfert.free.fr/neqO1Qf
HI if you have more than one category for a post, tableon display only the lastes one, not all the category
that's a bug for me , tableon should display all catégory
see screenshot attached
Quote from bernard on November 20, 2024, 18:22I found something strange
all the category ares displayed if the parent category is validate
It is not the normal way , parent category is nomally not use, not required
I found something strange
all the category ares displayed if the parent category is validate
It is not the normal way , parent category is nomally not use, not required
Quote from Pablo Borysenco on November 21, 2024, 10:12Hello
The plugin shows several categories - https://share.pluginus.net/image/i20241121100948.png
The plugin shows only marked categories
Hello
The plugin shows several categories - https://share.pluginus.net/image/i20241121100948.png
The plugin shows only marked categories
Quote from bernard on November 21, 2024, 10:14hello
no see my screen shot, if the parent category is not in the post , the child category does'nt appears
best
hello
no see my screen shot, if the parent category is not in the post , the child category does'nt appears
best
Quote from bernard on November 21, 2024, 10:22on my test site ( for testing before to put in prod site ) i made to show you that :
post : "Noel" : for this parent category "Autre lecture" is not set . the sub category poesi 3.5 5.7 are set but ... no category is seing !!!
post "Oh non georges" : for this parent category "autres lectures" are set and you can see sub category poesies 3.5 and do non
on my test site ( for testing before to put in prod site ) i made to show you that :
post :"Noel" : for this parent category"Autre lecture" is not set . the sub category poesi 3.5 5.7 are set but ... no category is seing !!!
post"Oh non georges" : for this parent category"autres lectures" are set and you can see sub category poesies 3.5 and do non
Quote from Pablo Borysenco on November 21, 2024, 13:54Ok! Try in file - "\plugins\woot-products-tables\profiles\woocommerce\woocommerce.php" - change this code - https://share.pluginus.net/image/i20241121135303.png
$terms = get_terms(array(
'taxonomy' => $t->name,
'orderby' => 'name',
'order' => 'ASC',
));
$options = woot()->filter->build_taxonomy_tree($t->name, $terms, [], $include_only);and do a test
Ok! Try in file -"\plugins\woot-products-tables\profiles\woocommerce\woocommerce.php" - change this code - https://share.pluginus.net/image/i20241121135303.png
$terms = get_terms(array(
'taxonomy' => $t->name,
'orderby' => 'name',
'order' => 'ASC',
));
$options = woot()->filter->build_taxonomy_tree($t->name, $terms, [], $include_only);
and do a test
Quote from bernard on November 21, 2024, 14:47HI
I would be .. but i don't have the directory !!?
I have a post-table-filterable directory IS your's ?
HI
I would be .. but i don't have the directory !!?
I have a post-table-filterable directory IS your's ?
Quote from Pablo Borysenco on November 22, 2024, 10:12Hello
ok! in file - post-table-filterable\profiles\woocommerce\woocommerce.php
Or you can drop me ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will do it
Hello
ok! in file - post-table-filterable\profiles\woocommerce\woocommerce.php
Or you can drop me ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will do it
Quote from bernard on November 22, 2024, 10:19Hi
I did'nt have directory woocomerce , i have directory default, and in It single,default , universal php
i can give you by email ftp access on my dev site
Hi
I did'nt have directory woocomerce , i have directory default, and in It single,default , universal php
i can give you by email ftp access on my dev site
Quote from bernard on November 22, 2024, 10:46I found where, i give you private data
the directory where wp is installed is : lire
best
I found where, i give you private data
the directory where wp is installed is : lire
best
Quote from Pablo Borysenco on November 22, 2024, 12:44It's my fault.
in file - \wp-content\plugins\posts-table-filterable\profiles\default\default.php - I changed this code - https://share.pluginus.net/image/i20241122124338.png
$terms = get_terms(array(
'taxonomy' => $t->name,
'orderby' => 'name',
'order' => 'ASC',
));
$options = tableon()->filter->build_taxonomy_tree($t->name, $terms, [], $include_only);Please do a test
It's my fault.
in file - \wp-content\plugins\posts-table-filterable\profiles\default\default.php - I changed this code - https://share.pluginus.net/image/i20241122124338.png
$terms = get_terms(array(
'taxonomy' => $t->name,
'orderby' => 'name',
'order' => 'ASC',
));
$options = tableon()->filter->build_taxonomy_tree($t->name, $terms, [], $include_only);
Please do a test
Quote from bernard on November 22, 2024, 13:05GREAT !! it works
THANK'S !
what will you do ? a new version ?
best
or should i copy the modified file in my prod site ??
GREAT !! it works
THANK'S !
what will you do ? a new version ?
best
or should i copy the modified file in my prod site ??
Quote from Pablo Borysenco on November 22, 2024, 13:16This code will be included in the new version of the plugin. But unfortunately I don't know when the release will be.
or should i copy the modified file in my prod site ?? - Yes, for a quick fix
This code will be included in the new version of the plugin. But unfortunately I don't know when the release will be.
or should i copy the modified file in my prod site ?? - Yes, for a quick fix
Quote from bernard on November 22, 2024, 13:17fine !
i do and wait for the realeas
best again
fine !
i do and wait for the realeas
best again
Quote from Pablo Borysenco on November 25, 2024, 10:13Great! Welcome;)
Great! Welcome;)