I opened a ticket that got resolved about a similar issue but I'd like to get more help on this.
On the following template page: hidden link
the specialties are being displayed with the parent taxonomy first and then the sub taxonomies. It was made possible through the following code:
function func_list_hierarchical_terms_single($atts) {
global $post;
However, at the moment the only way to see the difference in the hierarchical order is the indentation of the bullet point. Is there anything that we can do to make the parent taxonomy stand out more (Bold, move a bit left, etc.)?
Hello. Thank you for contacting the Toolset support.
Can you please send me admin access details and let me check what workaround I can offer.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I've added the following code to "Custom Code" section offered by Toolset - this code will add the class name "has_children" to every parent term :
=> hidden link