Accordion-Shortcodes
Accordion-Shortcodes copied to clipboard
A WordPress plugin that adds a few shortcodes to allow for accordion dropdowns.
I tried to use this example from the Readme but it does not seem to work. ``` add_filter('shortcode_atts_accordion', 'set_accordion_shortcode_defaults', 10, 3); function set_accordion_shortcode_defaults($atts) { // Override the openfirst setting here...
This will remove the _flash_ of seeing all accordion item's content when the page is loading. Then swap the plugin to `openItem()` instead of `closeItem()` on load. Use the `no-js`...
See [this support thread](https://wordpress.org/support/topic/add-setting-for-subtitle-in-shortcode/).
Hello Phil Buchanan, using the accordian plugin in many of my sites. Working nice in all websites but in one site i faced the problem where there were 20 Accordian...
I'd like to fund development to pull specified content from a separate page. I have a requirements document. [email protected]
For example: close an item in accordion 1 when opening an item in accordion 3
[See this support request](https://wordpress.org/support/topic/trigger-action-when-accordion-opens/#post-9364332)
They essentially end up scrolling to the bottom of the page. I think this has to do with the accordions collapsing _after_ the page has finished loading.