Custom Accordion

plugin banner

A custom accordion shortcode for WordPress that allows users to create accordion dropdowns in posts, pages, and widgets.

Author:Mouner Imajade (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.4.4
Plugin version:1.3.0
Added to WordPress repository:05-05-2024
Last updated:05-05-2024
Rating, %:0
Rated by:0
Plugin URI:https://imajade.com/
Total downloads:23
plugin download
Click to start download

The Custom Accordion plugin allows you to easily create accordions in your WordPress posts, pages, and widget areas. Simply use the [ca-accordion] and [ca-accordion-item title=”Your Title Here”]

<

p>Your Content Here

<

p>[/ca-accordion-item][/ca-accordion] shortcodes to create accordions.

Arbitrary section

The Custom Accordion plugin is optimized for performance by conditionally loading its assets. This helps prevent unnecessary HTTP requests on pages where the accordion functionality is not needed. The plugin now supports accordion shortcodes in ‘text’ widgets, making it even more versatile.

Advanced Customization

For developers looking to further customize the accordions, the plugin provides CSS classes that can be easily targeted for custom styles. You can add your custom CSS in your theme’s stylesheet to change the look and feel of the accordion to match your site’s design.

Troubleshooting

If you encounter any issues with the display of accordions on your site, first ensure that there are no JavaScript conflicts with other plugins by disabling other plugins one by one to identify any conflicts.

Future Enhancements

Future updates may include new features such as:
– Multiple accordion styles to choose from.
– Integration with the WordPress Customizer for adjusting styles.

Feedback and Support

For feedback, support, and suggestions, please visit the support forums on the WordPress plugin directory page or the GitHub repository page.

Remember, if you enjoy using the Custom Accordion plugin and find it useful, rate it and leave a review on the WordPress plugin directory page. Your feedback is appreciated and it helps to improve the plugin!

Sample Shortcode Usage

[ca-accordion]
[ca-accordion-item title=”Section 1″]

<

p>This is the first section of the accordion.

<

p>
[/ca-accordion-item]
[ca-accordion-item title=”Section 2″]

<

p>This is the second section of the accordion.

<

p>
[/ca-accordion-item]
[/ca-accordion]


Screenshots
FAQ
ChangeLog