Hello,
Tell us what you are trying to do?
I am trying to create a hierarchical list of terms from a taxonomy.
Is there any documentation that you are following?
I was inspired by the methods offered here: https://toolset.com/forums/topic/taxonomy-view-with-a-taxonomy-view-for-a-child/ and here: https://toolset.com/forums/topic/display-custom-taxonomies-2/
What is the link to your site?
For the moment, I'm working on a local PC
The above mentioned methods are working well except that for some taxonomy terms (not the majority) are printed several times.
How could I get rid of or fix this problem?
Thank you
Hello,
The problem you mentioned above is abnormal, please check these:
1) In case it is a compatibility problem, please deactivate all other plugins, and switch to WordPress default theme 2021, and test again
2) Edit terms of "taxonomy", make sure there isn't any duplicated terms.
3) If the problem still persists, please provide database dump file(ZIP file) of your website, you can put the package files in your own google drive disk, share the link only, also point out the problem page URL and view URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
I can install your duplicator package in my localhost, and tried these:
1) Activate plugin "MemberPress Basic"
2) Test the URL you mentioned above in front-end, I don't see any duplicated terms, see my screenshot, is there any steps missing?
Please provide detail steps to reproduce the same problem, thanks
Hi Luo,
In the 'Rubriques' page, could you please check under the parent term called 'Intégrales'?
I've made a video capture to show how I can reproduce the issue: hidden link
Best regards
Thanks for the details, please try these:
Edit view "Rubriques-Level2":
hidden link
in section "Éditeur de boucle", replace the content template shortcode from:
[wpv-post-body view_template="loop-item-in-rubriques-level2"]
With:
[wpv-post-body view_template="loop-item-in-rubriques-level2" suppress_filters="true"]
It will remove filters from other third part plugins, then test again, to avoid other unexpected results, you can also add same attribute suppress_filters="true" into other level views.
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body
If suppress_filters=’true’, all third party (non WordPress) filters hooked into the_content filter will be removed
Luo,
It is working.
Thank you.
Best regards
My issue is resolved now. Thank you!