A simple plugin allowing you to insert dropdown sections in your wordpress pages and posts.
Section Page a simple plugin allowing you to insert dropdown sections in your wordpress pages and posts.
This plugin loads wordpress jQuery.
h1
h2
(by default) h3
h4
span
strong
em
p
►
)▼
)The plugin add a “Add dropdown section” button to your tinymce editor.
Select your block of text and click the button to wrap the text into a section shortcode.
[section=Title of my section] Your content ... [endsection]
This will be automatically replaced by a dropdown section based on the plugin settings.
Use the Custom Css option with the custom classes options.
You can also modify your theme css file if you are using wordpress on your ftp.
Now when a section is open, it receive the css class owc-sp-active
so you can use it for more customization.
section-page
to the /wp-content/plugins/
directoryUse animation
Smooth or instant dropdownHTML classes for section title
Now targets the title tagHTML classes for section title wrapper
Previously “Html classes for section title”Custom css
Enter your custom css hereHTML classes for section title
and HTML classes for section content
. Please upgrade if you want to use your own classes on these elements. Else you can use owc-sp-open
and owc-sp-content
which are the default classes.