• Resolved alvarezlouie

    (@alvarezlouie)


    Just installed your Smart FAQ plugin and it works great but I have a couple questions.
    1. How to change the font from large and bold? What coding are you using to represent the listing so I can alter the look of the questions.
    2. How to utilize categories. I have 6 sections used for breaking up my FAQ’s on my site and need to segregate the FAQ’s so it’s not a loooong list. So how can I utilize categories to be displayed different FAQ’s in different pages?
    Thanks much, your plugin is great and what I’ve been looking for, thanks to WP Plugins on the Dashboard for linking to you.

    https://www.ads-software.com/extend/plugins/smart-faq/

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1- Hi Alvarezlouie,
    you can change the font from the css style sheet in
    smart-faq\css\skin1.css

    #faq-body h2 {
    font-weight: bold;
    }

    you can customize it as you wish or remove the line
    font-weight: bold;

    2- You have a good point on categories, I am going to release an update on this later today or tomorrow that allows you to specify the category of frequently asked questions to be displayed.

    I have updated the plugin, you can use the category short code to display Questions from a particular category.

    If the category you want to display is “About Purchases” and has slug
    about-purchases, then you use this shortcode

    [smart_faq, cat=about-purchases]

    Hi!
    Really nice and usefull plugin! Thanks for it!

    But i have some additions and will be appreciate if it can be done.

    Currently it doesnt matter in which part of post i will put code [smart_faq, cat=about-purchases]

    it always be displayed in the UP of pages

    1) is it possible to show the FAQ according to place of [smart_faq, cat=about-purchases] in the page ?

    2) Also on the same page i need to place several FAQ

    Like

    some text and after that [smart_faq, cat=part-1]

    some text again and after that [smart_faq, cat=part-2]

    ————————-
    Currently if i put like this on the page both FAQ will display in the start of the page altough the shortcodes is placed in different part of page.

    I believe this addition is needed and will be very usefull.

    Thanks!
    regards, Pavel

    And one more addition….

    It would be very convinient to have Referance EDIT for each question on the post for ROLE ADMIN

    to be able to Edit FAQ question during it is seeing for ADMIN.

    I have about 2000 Question and from time to time i will update it. For me it will be usefull to update from the page… to have LINK EDIT for each question.

    THANKS!

    Hi Palvelsh07, Thanks for these Ideas, I believe they are usefull and I will be updating the plugin to incorporate them. I will ping you when done.

    Hi brooksX
    i’ve used category like below;

    <h1>General</h1>
    [smart_faq cat=general]
    <h1>Textile</h1>
    [smart_faq cat=textile]

    But it shows me;

    + Is this general question?
    + Can i see what i want?
    + Is this category Textile?
    + Can i use it for my site?

    General
    Textile

    As a code;

    <div class="content clearfix"><div class="faq-body">
     <!-- Display the Title as a link to the FAQ's permalink. -->
     <h2>Is this general question?</h2>
    <div class="answer" style="display: none;">
        Yes  </div>
    <div class="faq-body">
     <!-- Display the Title as a link to the FAQ's permalink. -->
     <h2>Can i see what i want?</h2>
    <div class="answer" style="display: none;">
        Actually not yet!  </div>
    <div class="faq-body">
     <!-- Display the Title as a link to the FAQ's permalink. -->
     <h2>Is this category Textile?</h2>
    <div class="answer" style="display: none;">
        May be..  </div>
    <div class="faq-body">
     <!-- Display the Title as a link to the FAQ's permalink. -->
     <h2>Can i use it for my site?</h2>
    <div class="answer" style="display: none;">
        No! In this state!  </div>
    <h1>General</h1>
    <h1>Textile</h1>

    How can we solve this?

    Hi all,
    pavelsh07, your wishes have been granted and committed. please download the updated version
    dolob,
    Its working as it should now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Use of categories’ is closed to new replies.