• Resolved moonjw

    (@moonjw)


    Dear John Gardner,

    Great FAQ plugin, thank you so much.

    Would you please tech me how to make the question text in “bold” size?

    Is it possible to change the background color from grey to blue of +icon?

    Is it possible to change the size of of +icon?

    Thank you in advance.

    Best regards,
    Moon

    https://www.ads-software.com/plugins/arconix-faq/

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

    (@jgardner03)

    Hi Moon,

    Thank you for using my plugin and for the kind words. To make the FAQ Question bold, add this to your styles.css file:

    .arconix-faq-title { font-weight: bold; }

    The + icon is an image (there’s a + and a – to designate close and open), so the easiest way to change the background color and size of the icon is to make a new icon for each state. Implementing the icons takes a bit of CSS knowledge: put your new icons somewhere in your theme folder (usually /images/), then copy my arconix-faq.css file in my plugin to the root of your theme’s folder and finally you can edit the paths to the new icons.

    Thread Starter moonjw

    (@moonjw)

    Dear John Gardner,

    Thank you so much for your help.

    moon

    Thread Starter moonjw

    (@moonjw)

    Dear John Gardner,

    Sorry for trouble you. I have another question need your help. Would you please teach me how to do that.

    I want to default the first question keep open, and then when a people to click another question, it will close.

    like this
    https://www.gochess.com.hk/%E5%AD%B8%E7%94%9F%E5%A0%B1%E8%AE%80_%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C.html

    Is it possible? How?

    Thank you so much.

    Plugin Author John Gardner

    (@jgardner03)

    Sure… then what you want to do is set the faq style to accordion.

    [faq style=accordion]

    It no longer uses a + or – image to note the state of the question but I use jQuery UI to handle the accordion.

    Thread Starter moonjw

    (@moonjw)

    Dear John Gardner,

    Thank you so much for your help.

    moon

    Thread Starter moonjw

    (@moonjw)

    Dear John Gardner,

    Sorry to trouble you again.

    I created six questions, and made it “text-align: justify”, when I click view question, it works very well.

    So,I copy and pasted the code on the home page. I found FAQ titles are normal but the answer fields very strange, it can not make the contents “text-align: justify”

    I tried copy and paste the code on a new page or new a post, and got the same result.

    Would you please teach me how to fix it?

    the url:
    https://hkemarketing.com

    Thank you so much and wish you have a happy new year.

    Best regards,
    Moon

    Thread Starter moonjw

    (@moonjw)

    Dear John Gardner,

    I tried to move the wordpress site to another hosting using the wordpress export and import function (due to some reasons unable to use MySQL database migration). After the migration, I found no data and setting available for your FAQ plugin. Would you please let us know where to get your data and setting for your FAQ plugin so that I can migrate the data to the new hosting easily?

    Plugin Author John Gardner

    (@jgardner03)

    Hi Moon,

    My plugin does not use any database setting or data that you’d have to recreate on the new site to get the plugin to work. As long as the plugin is active when you do the export and active on the new site when you do the import, there shouldn’t be anything else you need to do.

    Thread Starter moonjw

    (@moonjw)

    Dear John Gardner,

    Thank you so much for your help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘change the background color of icon’ is closed to new replies.