• Resolved diabolka

    (@diabolka)


    The titles with the arrows are visible when they are collapsed. When you toggle it and expand, the title disappears. How do we expand and keep the titles visible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author creatorseo

    (@creatorseo)

    Thank you for your observation. I will add this to our list of enhancements and hope to have a look into this over the next week.

    Please could you send a screenshot of the problem so I can be sure about what you are asking for.

    Thread Starter diabolka

    (@diabolka)

    Thanks. We are hoping to migrate to your plugin since it would be less stress since your plugin uses the same shortcodes as Collapse-O-Matic. With Collapse-O-Matic, when you expand, it keeps the title visible. This helps with understanding what grouping you are seeing plus it keeps Accessibility rules in mind. However, when you click on your plugin’s title, the title disappears and you are not sure what you are looking at if you don’t remember the original title.

    Title remains:
    https://drive.google.com/file/d/1jMu6W8p5hAd_SmfXOjzA132xjx__7qIm/view?usp=sharing

    Current Collapse Magic view:
    https://drive.google.com/file/d/1-TE4IwBUZOT7FWJX3Yknc68zyxPVdA_N/view?usp=sharing

    Thread Starter diabolka

    (@diabolka)

    Just touching base to follow-up on this issue. You mentioned a few weeks ago that you were going to review. Is this a possible fix in the near future? Thank you.

    Plugin Author creatorseo

    (@creatorseo)

    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.
    Plugin Author creatorseo

    (@creatorseo)

    If you wanted the title above the expand section and the read more or read less below, then you can set the page up as follows:

    Title 1
    [magic_expand title=”Read More”  swaptitle=”Read Less”]<span style=”font-size: inherit;”>Content under title #1[/magic_expand]</span>
    Title 2
    [magic_expand title=”Read More”  swaptitle=”Read Less”]<span style=”font-size: inherit;”>Content under title #2[/magic_expand]</span>
    Title 3
    [magic_expand title=”Read More”  swaptitle=”Read Less”]<span style=”font-size: inherit;”>Content under title #3[/magic_expand]</span>

    With the ‘GENERAL SETTINGS’ parameter called Toggle Above is set to off. and with each title as a header tag (e.g. h4) then the output will be as follows:

    Collapsed
    https://drive.google.com/file/d/1rY504IQusQEP_g_-BKyJHeIAnkVuo0Re/view?usp=sharing

    Expanded
    https://drive.google.com/file/d/1iy64Lfj9UIHR6NTO_5C_jXbiSdPle0ky/view?usp=sharing

    If you want the software to do something different, please let me know as I am working on other improvements to this plugin at the moment.

    • This reply was modified 2 months ago by creatorseo.
    Thread Starter diabolka

    (@diabolka)

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.