• Couldn’t reply to the other entry on this topic, but I wanted to contribute. So the short answer is YES, you can create multiple accordions, but I think you need to assign them each to a different group.
    So this is the shortcode I used to display multiple accordions on the same page:

    <h3>Restricted Items</h3>
    [afwp_group_accordion id="3" afwp_accordion post_type="accordion-for-wp" posts_per_page="15" order="ASC" order_by="ID" perm="readable" offset="0" afwp_content_type="content" afwp_active_item="0" afwp_template="theme-default" afwp_style="vertical" afwp_dropdown_icon="fa-chevron-down" afwp_active_dp_icon="fa-chevron-up" afwp_title_color="#5b0202" afwp_title_background="#e2dbc7" afwp_content_color="#3d3c3d" afwp_content_background="#dcd4bc"]
    <h3>Hazardous Waste</h3>
    [afwp_group_accordion id="4" afwp_accordion post_type="accordion-for-wp" posts_per_page="15" order="ASC" order_by="ID" perm="readable" offset="0" afwp_content_type="content" afwp_active_item="0" afwp_template="theme-default" afwp_style="vertical" afwp_dropdown_icon="fa-chevron-down" afwp_active_dp_icon="fa-chevron-up" afwp_title_color="#5b0202" afwp_title_background="#e2dbc7" afwp_content_color="#3d3c3d" afwp_content_background="#dcd4bc"]
    
  • The topic ‘Creating more than one accordion’ is closed to new replies.