• Resolved mazdamiata

    (@mazdamiata)


    We are in the process of upgrading a website. In the old site (PHP 5.6, latest version of the CoM-plugin) we had a page with a list of items. After clicking an item in the list, the text expands. Everything seems to work correctly.

    Example:

    item1
    item2
    item3

    In the new website (PHP 7, Avada theme, latest version of the CoM-plugin) the expand function still works, but the items in the list are presented as one long sentence, as if the line breaks are missing. Adding a <br> tag doesn’t help.

    Example:

    item1 item2 item3

    Same for subitems.

    Any idea how to solve this? P.S. the new site is behind a hidden link, so I can’t post it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author twinpictures

    (@twinpictures)

    try changing the global default trigger element from span to div in the plugin settings. This can also set per element using the tag attribute:
    [expand tag="div" title="trigger text"]...[/expand]

    Thread Starter mazdamiata

    (@mazdamiata)

    Hi,

    Yes, this worked! Thanks for your assistance!

    Kind regards, Cornelius.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Items no longer in list – expand still works’ is closed to new replies.