• Resolved carmen t

    (@carmen-tomas-verdera-alba)


    Hello, I wanted to use this plugin in order to use accordion with H2 title, but after installing i don′t know how to put the shortcode.

    I want to have an accordion with 5 titles, and only the first is open when the person opens the page, and the other 4 are closed. When the customer clicks to the second one, the first closes automatically and the same with the 3rd and the 4th…..

    Can you help me?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    Sure! There are buttons in the editor that allow you to add the shortcodes by making some selections.

    Alternatively you can input the shortcodes manually:

    [accordion openfirst=true tag="h2"]
    
    [accordion-item title="Title one"]
    
    First accordion content.
    
    [/accordion-item]
    
    [accordion-item title="Title two"]
    
    Second accordion content.
    
    [/accordion-item]
    
    [/accordion]

    Just duplicate the [accordion-item]...[/accordion-item] blocks for all five items you want.

Viewing 1 replies (of 1 total)
  • The topic ‘I dont know what shortcode to use’ is closed to new replies.