New Landing How can we help? Atelier FAQ Design

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #167564
    districtsix
    Member
    Post count: 55

    Hey I’m currently setting the FAQ page and I want this layout
    http://swiftideas.com/pages/f-a-q-s/

    Currently it looks like this:
    http://dev.districtsix.de/faqs/

    How do I set the dropdown?

    Thanks

    #167567
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We built the FAQ page with the accordion asset, rather than the FAQ post type

    – Kyle

    #170353
    copara
    Member
    Post count: 37

    Hello Kyle, how do I create an FAQs page with accordion, categorised by topics.

    Categories example: SHIPPING, PAYMENT, RETURNS etc.

    I’m a little bit confused as to how to link the FAQs section on the dashboard menu the FAQs I created under Pages section.

    Thanks

    #170357
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    There are 2 ways:

    1) Use the FAQ post type, add all of your FAQs then create a page and add the FAQ page builder asset. This will output what you already have: http://dev.districtsix.de/faqs/

    2) Instead of using the FAQ post type, just create a page, and add the accordion asset to the page, then for the accordion panel heading write the question and then the answer in the accordion content, like this: http://d.pr/i/1jnJo/3Ku7FSda

    This will output this: http://swiftideas.com/pages/f-a-q-s/

    – Kyle

    #170472
    copara
    Member
    Post count: 37

    Great. Another FAQ issue – I am losing my bullet points and new paragraph spacing

    WHAT I WANT:
    I am a test

    I am a test

    – I am a test

    —-

    WHAT I’M GETTING:
    I am a test
    I am a test
    I am a test

    #170519
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Which page?

    – Kyle

    #170722
    copara
    Member
    Post count: 37

    My FAQs page here – http://stylots.com/faqs

    I am losing all bullet points and paragraph spacing

    E.g. under MY ACCOUNT, WHAT ARE THE BENEFITS OF OPENING AN ACCOUNT? – the points there should be in bullets.

    #170899
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .faq-text ul {
      list-style: disc inside;
    }

    – Kyle

    #173387
    copara
    Member
    Post count: 37

    I added the custom css and it doesn’t work. My bullet points and paragrahs still doesn’t show.

    #173432
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one instead.

    
    ul.faqs-section {
       list-style: disc inside!important;
    }

    -Rui

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register