Great timing I am working on this today. Thank you for your images, I think I understand your requirement and I think that the problem is a configuration matter rather than a software issue.
There are 2 shortcode title parameters in the plugin called ‘title’ and ‘swaptitle’. These are really not title so much as they are the text to click to expand or collapse the section. Maybe they should have been called ‘expandlabel’ and ‘collapselabel’.
Your setup has the shortcode as shown:
[magic_expand title="Title 1"]Content under title #1[/magic_expand]
[magic_expand title="Title 2"]Content under title #2[/magic_expand]
[magic_expand title="Title 3"]Content under title #3[/magic_expand]
The output from this is as shown in your images.
The plugin was designed for the ‘title’ to be the text to click to expand the section, maybe it should have been tagged as ‘expandlabel’ and similarly ‘swaptitle’ is to collapse the section and should maybe have been called ‘collapselabel’. Nonetheless, if you set up the system like this:
[magic_expand title="Title 1" ?swaptitle="Title 1 - Read Less"]Content under title #1[/magic_expand]
[magic_expand title="Title 2" ?swaptitle="Title 2 - Read Less"]Content under title #2[/magic_expand]
[magic_expand title="Title 3" ?swaptitle="Title 3 - Read Less"]Content under title #3[/magic_expand]
The the output looks like this:
Collapsed
https://drive.google.com/file/d/1pzKGKO8PPryCTFYVGUbSgpG3c9aiZ-hJ/view?usp=sharing
Expanded
https://drive.google.com/file/d/1jsOb0dYvnhKGHLXPTGl8E8p2ApNmIa7U/view?usp=sharing
Is this what you wanted? Just remember that this text will show below if the ‘GENERAL SETTINGS’ parameter called Toggle Above is set to off.
-
This reply was modified 2 months ago by
creatorseo.