• Love this plugin! I have a bit of feedback which might be useful, I dunno.

    • Link to faq like this:
      I think it would be fantastic to be able to link to specific questions on my faq section like this:
      http://www.mysite.com/faq#why-is-the-sky-blue
      and have the answer open on page load.
    • Ability to link to page rather than toggle answer
      I could see this being useful.
    • Ability to change wp_super_faq slug to slug of choice
      to help SEO
    • Div surrounding categories
      When showing categories, I’ve bodged in the following (line 163 of wp_super_faq.php)
      $returner .= '<div class="wp_super_faq_section">';
      and closed the div after your while loop.

    http://wordpress.org/extend/plugins/wp-super-faq/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ryan

    (@rfrankel)

    Thanks! I will probably add some of these slowly. One of my goals is to keep the plugin as simple as possible and trying to avoid an Admin settings section. The slug change and div are easily doable and I will probably add those options in the next version. The link to page is a little trickier when trying to deal with shortcodes only.

    Thread Starter amymahon

    (@amymahon)

    Awesome – I like how lightweight it is; I’m looking forward to the next version! I’ll be sure to post my implementation (or a link to screenshots as it might be an internal site) as soon as it’s done. 🙂

    Plugin Author Ryan

    (@rfrankel)

    Sounds good. If you want to send any code at any point I would be happy to take a look and include it if I feel it will be useful to all. (I am kind the judge and jury on it unfortunately =).

    I suggest especially the proposed
    http://www.mysite.com/faq#why-is-the-sky-blue
    feature. 🙂

    Can you PLEASE add a sort order alphabetic or sort order by date of creation option? Changing the date in the admin section doesn’t change the order of appearance in my case 🙁

    Thanks in advance

    Can you please add some “toggle”-code to expand/collapse all entries at once?

    I tested with “jQuery Collapse-O-Matic”, as somebody has used it successfully with WP-Super-FAQ. But I need not expand a single category, but all FAQ-entries at once.

    Thanks in advance.

    @ Devstorm. Go to the plugin editor and edit: wp-super-faq/wp_super_faq.js

    Change the third line from:

    jQuery(‘.wp-super-faq-answer’).hide();

    to

    //jQuery(‘.wp-super-faq-answer’).hide();

    and viola! All entries expanded.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP Super FAQ] Feature Requests’ is closed to new replies.