• Resolved jessvwilson

    (@jessvwilson)


    Hi there. If I use my category slug, I’m just getting the header box, but it won’t drop down. I can only get the faq to open if I use [faq-concertina] but then it grabs all my categories.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Michael Burridge

    (@mburridge)

    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

    Thread Starter jessvwilson

    (@jessvwilson)

    Sure. https://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.

    Plugin Author Michael Burridge

    (@mburridge)

    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

    Thread Starter jessvwilson

    (@jessvwilson)

    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%?

    Plugin Author Michael Burridge

    (@mburridge)

    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; 
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Category slug doesn’t drop down’ is closed to new replies.