• Resolved nootkan

    (@nootkan)


    I would like to know how to remove this code, not just hide it with css:

    <ul class="qe-faqs-filters-container">
    <li><a class="qe-faqs-filter" href="#" data-filter="*">All</a></li>
    <li><a class="qe-faqs-filter" href="#disposable-fly-catcher" data-filter=".disposable-fly-catcher">Disposable Fly Catcher</a></li></ul>

    Is this possible and if so which function should I use? Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Do you want to remove all filters or just some of them?

    Regards,

    Thread Starter nootkan

    (@nootkan)

    I want to remove the links from the page so there is nothing there. I want to put my own FAQ title and eliminate the “All” “Slug Name” links from the page.

    I was going to just edit the file but thought I’d see if there was a better way so I don’t have to do it again with every plugin update.

    https://www.vancouverislandcamping.net/images/ScreenHunter_85 Mar. 11 18.01.jpg

    • This reply was modified 4 years, 8 months ago by nootkan.

    Hi,

    Thanks for the screenshot.

    Your explanation has two meanings as per my understanding.

    If you want to just remove the ALL filter then, unfortunately, it can only change from code.

    I have added this in my coming update list so in future you don’t have to make the code changes.

    If you want to remove all filters then you can use the following shortcodes.

    [faqs style="grouped"] Display all FAQs in simple list style that are separated by groups.

    [faqs style="toggle"] Display all FAQs in toggle style.

    [faqs style="accordion"] Display all FAQs in accordion style.

    ?Feel free to let me know if you need any further assistance.
    ?
    ?Regards,

    Thread Starter nootkan

    (@nootkan)

    I guess I am misunderstanding how the plugin works. I would like to be able to use it with my individual products where each product has its own faq but I don’t want any filters or links above the toggled list. I only want the title manually created by me. Hope this makes sense.

    Hi,

    You can hide the filters by adding the following CSS in Additional CSS Box (Dashboard > Appearance > Customize > Additional CSS)

    ul.qe-faqs-filters-container{ display: none;}

    ?Feel free to let me know if you need any further assistance.
    ?
    ?Regards,

    Thread Starter nootkan

    (@nootkan)

    Okay

    Hi,

    ?I hope that your recent visit to our support forum is satisfactory.

    We would love it if you shared your experience as our plugin review.
    ?
    ?Thanks,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove all and faq title’ is closed to new replies.