How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support FAQ Question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17493
    elix4r
    Participant

    Hey!

    Is it possible to make the FAQ sections open by default? So user don’t have to click on it to see the text.

    Is there any CSS workaround for that?

    Thank you in advance.

    #17495
    admin
    Keymaster

    Hey!

    Yes, it’s possible!

    When you create the FAQ, there is an “Open” toggle button. If enable it, it will be open by default.

    Here is a screenshot: https://i.imgur.com/5w5kIdk.png

    The screenshot is from our Demo “Do you have a question?” section: https://demos.pokatheme.com/pokatheme/

    #17501
    elix4r
    Participant

    Hey!

    Indeed, on a PokaTheme is it possible. But what about CasinoAce theme? There is no such option available.

    #17510
    admin
    Keymaster

    Hey again!

    The best solution is to do it with PHP. You should install the child theme (casinoace_child.zip) you got when you purchased CasinoAce and inside the child theme’s functions.php, you should overwrite the “poka_faqs_sc” function.

    You can actually just copy and paste the function from the parent theme’s files (the function is inside inc\addons\faqs\faqs-views.php) and paste it into the child theme’s functions.php. The only change you have to do after this is to replace this:

    <div class="faq-item">
    

    with this:

    <div class="faq-item active">
    

    If you run into any issues drop us an email at support@pokatheme.com and we’ll be happy to help!

    • This reply was modified 1 year, 2 months ago by admin.
    • This reply was modified 1 year, 2 months ago by admin.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.