• Hi,

    Just started with this plugin and it looks great. I do think it would be nice if one could link to a group and that group being active/pre-selected while displaying in filterable-toggle style.

    Additionally, it would be nice to be able to disable the ‘all group’ in this style.

    If it is possible, please explain how, because I couldn’t find it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Usman Ali Qureshi

    (@usmanaliqureshi)

    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

    Thread Starter Michael Albers

    (@concatenate)

    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.

    Plugin Author Usman Ali Qureshi

    (@usmanaliqureshi)

    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 (DashboardAppearanceCustomizeAdditional CSS):

    .qe-faqs-filters-container li:first-child {
      display: none;
    }

    Thanks

    Thread Starter Michael Albers

    (@concatenate)

    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.

    Plugin Author Usman Ali Qureshi

    (@usmanaliqureshi)

    Hi @concatenate,

    We will add it in a future update of the plugin.

    Thank you,

    Usman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Linking to group in filterable-toggle’ is closed to new replies.