Hi Jess
Do you have a link to your website? I’ll take a look and see if I can figure out what’s wrong.
regards
Michael
Sure. http://www.parentcenterhub.org/branchmptac/
password: branch
I’ve entered this code: [faq-concertina category=”Branch website”]
If I just enter the [faq-concertina] code, I get all of them (the drop down opens), but I don’t want all of them, just the Branch one.
OK, I think the problem is because you need to use the category slug in the shortcode, not the human-friendly category name. Go into the FAQ Categories to find out what the slug is.
See page 8 of the .pdf manual.
Let me know if this sorts things for you.
regards
Michael
Oh yes, I was just putting in the wrong code. Thank you. But now, it’s not keeping the format of the text in the drop down part of the FAQ. If you see on the page, I included the text as it should look, and you can see that the FAQ is taking on the formatting of the header even though it is not like that in the dash.
An additional question: How about manipulating the width of the header to less than 50%?
Hi Jess
Glad that sorted it for you.
With regard to the format of the text, that is a CSS thing. You can either edit the faq-concertina-styles.css file or put it in your theme’s main style.css.
Use the following class:
.faq_a { }
Put your desired styles inside the brackets, so for example:
.faq_a {
font-family: sans-serif;
font-style: normal;
font-weight: normal;
text-align: left;
}