• Resolved [email protected]

    (@neilswanswaycom)


    Greetings to you, Phil. Happy Feb!

    I hope this note finds you well and in good spirits. Your Accordion Shortcodes was highly recommended to me by folks in my SF Bay Area WP Support group! I am not a coder and your plugin looks like exactly what I want.

    However, I have not figured out how to use it yet. I have read all the information in the documentation and I’ve yet to make it work. Would you be willing to share a tutorial with the steps I need to take to create an accordion on my webpage or point me to a video?

    Or… If you have template html code within which I can add my own content, I know how to do that!

    Anyway, I would appreciate a reply, and thank you!
    Cheers
    Neil

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    You can get a basic accordion up and running using this:

    [accordion]
    
    [accordion-item title="Title of accordion item”]
    
    Drop-down content goes here.
    
    [/accordion-item][accordion-item title="Second accordion item”]
    
    Drop-down content goes here.
    
    [/accordion-item]
    
    [/accordion]

    Just add that to your pages content editor area. If you want to use any of the advanced settings you can find them here:

    https://www.ads-software.com/plugins/accordion-shortcodes/other_notes/

    It doesnt show anything on page but blank.here it goes

    <div class="accordion">
    <h3 class="accordion-title">Title of accordion item</h3>
    <div class="accordion-content">Drop-down content goes here.</div>
    <h3 class="accordion-title">Second accordion item</h3>
    <div class="accordion-content">Drop-down content goes here.</div>
    </div>

    It shows blank on page to toggle but only text

    accordian
    Title of accordion item
    Drop-down content goes here.
    Second accordion item
    Drop-down content goes here.
    Edit

    Plugin Author philbuchanan

    (@philbuchanan)

    What theme are you using? Can you share the link to your page so I can take a look?

    Plugin Author philbuchanan

    (@philbuchanan)

    No reply, assumed resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Embarrassed to ask! Need help making Accordion Shortcodes work’ is closed to new replies.