When you click on the categories of the gallery that doesn’t work.
Only with “Offset feuilles” and “Tous” (All)
but not with the others… http://test.sipg.org/nos-adherents/
It’s OK. I found the bug !
In content-extensions.php, row 1394 :
// $output .= strtolower(preg_replace(‘/\s+/’, ‘-‘, $term->name)).’ ‘;
$output .= $term->slug.’ ‘;
That’s great. There might be some plugin conflict on theme. So customized code worked for you. You can see on our demo site and its working fine. There is no conflict with code. So better make child theme and customized the code. So that while updating to new version your customized code will not be lost.