• Resolved anant01

    (@anant01)


    Any content between [accordion]…and [/accordion] do not change at all.
    I can put it on any site and content, but only [accordion]…[/accordion] does not show on frontend, but all content as before….

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

    (@philbuchanan)

    What content are you putting between [accordion] and [/accordion]? You will need to use the [accordion-item] shortcode to add your actual accordion items. See the basic usage example here.

    Thread Starter anant01

    (@anant01)

    I put text between
    [accordion]…[/accordion]

    What else to do?

    Still, no way – do not get it, there is no alert, no failure notice just nothing.

    Plugin Author philbuchanan

    (@philbuchanan)

    Just text, on it’s own, between the opening and closing shortcodes will not work. If you took a look at the link I mentioned before you’ll see you need to have something like 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]
    Thread Starter anant01

    (@anant01)

    You are right, thx
    I used another system which just was different but caused conflicts with some other plugins and so I was still into different shortcode thinking.

    Thread Starter anant01

    (@anant01)

    O.k.
    Tried to use like your example and fails totaly again.
    Give up.

    Plugin Author philbuchanan

    (@philbuchanan)

    Can you provide a link to the site?

    Thread Starter anant01

    (@anant01)

    wonderfulevents.org

    Plugin Author philbuchanan

    (@philbuchanan)

    Sorry, more specifically, can you provide a link to a page on your site that is using the accordion plugin?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not working on my page’ is closed to new replies.