Hi Michael,
I am a little bit confused about your question, if you are asking how you can assign a group to a Faq then the groups are like taxonomies and you can assign them easily while adding or editing the Faq as shown here: https://jmp.sh/T5oNBf2
Could you please provide a screenshot about disabling the “All Group” text so I can answer this second question properly?
Thanks
Hi Usman,
Sorry I wasn’t clear enough.
What I mean with my first question is that I would like to be able to link in a text to a faq page that is setup as filterable toggle. If I link to Group 3, the group 3 tab should be active/pre-selected.
The first question is actually simple.
If the filterable toggle is chosen you get tabs like:
All Group1 Group2 Etc.
I just want to be able to not show All so that the tabs are:
Group1 Group2 Etc.
Sorry, currently can’t provide a screenshot, as the website is really in the early stages.
Hi Michael,
Sorry, it requires code modifications to link in a text to a faq page what you have asked but we will definitely add such functionality in a future update so you can link to a specific tab.
However, to hide the “All” tab please use the following CSS code in Additional CSS box (Dashboard → Appearance → Customize → Additional CSS):
.qe-faqs-filters-container li:first-child {
display: none;
}
Thanks
Hi,
I see now that I should have refered to the second question for the “All” tab request.
But,thanks. That is a way indeed. Will use this for now. I will add a stylesheet for the Faq template I am creating.
Would be nice ift his was an option in the plugin, I think. But for now this certainly is doable this way.
Hi @concatenate,
We will add it in a future update of the plugin.
Thank you,
Usman