Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi Chris,

    Thanks for using my plugin. You have two options to keep the group name from displaying.

    1. Delete the groups (from the Admin screen go to FAQ -> Groups and delete them)
    2. Using CSS, set the group title to display: none;
    Thread Starter jcbradley

    (@jcbradley)

    Hi John,

    I tested several FAQ plugins and liked yours the best.

    as for the first option, if i delete the groups, won’t that affect how all my FAQs are displayed? I am using about 4 different groups at the moment on 4 different pages.

    for using CSS, what is the exact code for that?

    Thanks

    chris

    Plugin Author John Gardner

    (@jgardner03)

    If you delete the groups and use the [faq] shortcode, it will show all the faqs. If that’s not a desired, then you can hide the group titles from displaying by placing the following in your style.css

    .arconix-faq-term-title { display: none; }
    Thread Starter jcbradley

    (@jcbradley)

    THank you! that worked like a charm.

    Hello,

    Great plugin. However, I am having trouble when I’m trying to link to the as described in docs. I checked source code on faq page and there was no . Do I need to adjust a settings?

    Thanks

    Chip

    Plugin Author John Gardner

    (@jgardner03)

    Hi chipfree,

    thanks for using my plugin and for the kind words. I apologize for the trouble you’re having. Unfortunately part of your response was cut off. What problem are you having setting up a link to a specific FAQ?

    Hello Again,

    Thank you for your quick response. I used html tags around (a name) so it cut that part out. I revised

    Great plugin. However, I am having trouble when I’m trying to link to the (a name) as described in docs (mydomain.com/faq/#faq-how-do-you-ship). I checked source code on faq page and could not find (a name). Do I need to adjust a settings?
    Ultimately I would like to have a link in main nave bar that goes to the faq page and then to the specific question.

    Thanks

    Chip

    Plugin Author John Gardner

    (@jgardner03)

    Hi Chip,

    My apologies for not updating the documentation. It was brought to my attention that using the “name” parameter of the anchor tag was not HTML5 compliant so I updated the plugin and suggest grabbing the “id” of the div tag enclosing the title. I’ve updated the documentation to reflect that. Please let me know if you have any other problems.

    Thank you!!!!!!!!!!!!!! I’m amazed by having an response/solution in 30 mins.

    Chip

    Plugin Author John Gardner

    (@jgardner03)

    You’re welcome Chip. If you have an opportunity I’d appreciate it if you could leave a plugin review here: http://wordpress.org/support/view/plugin-reviews/arconix-faq

    Best,
    John

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Ho To Edit Out the Group Name From Showing’ is closed to new replies.