• Resolved ColinD

    (@colind)


    Thanks for the plugin. Updating from 1.0.7 to 1.1.2 has caused several issues.

    • In the editor, trying to use HTML in the Timeline Description text area causes a fatal error
      hook.js:608 InvalidCharacterError: Failed to execute ‘createElement’ on ‘Document’: The tag name provided (‘p<ul’) is not a valid name.
    • The front-end output has changed unexpectedly. The Timeline Description had output an empty <p> tag before the <ul> but this is now stripped. The default styling for the <ul> with top margin: -10px makes the <ul> visually overlap the label above.
    • The front-end CSS has changed unexpectedly. We had implemented a horizontal timeline and the timeline items below the line had been visually close to the line due to table-cell styles. The new version the timeline items are flex items and visually close to the bottom of the container rather than the line.
    • There are some visual issues with block at the left and right edges which I also suspect are CSS regressions.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tanin Rahman

    (@taninrahman)

    Hii @colind

    Sorry for the delayed response, and thank you for using our plugin. We’ve worked on fixing the reported issues, including the fatal error in the Timeline Description, front-end output changes, and CSS regressions.

    To resolve this effectively, please share some screenshots of the exact problems you’re facing. This will help us address them more accurately.

    Feel free to contact our support team, and we’ll do our best to assist you.
    Thank You

    Thread Starter ColinD

    (@colind)

    My Timeline in 1.0.7
    My timeline after update. Notice left/right edges, alignment of items below the timeline, and space between label and unordered lists.

    https://colinduwe.com/wp-content/uploads/2025/02/Timeline-Editor-Error.mov Here’s a video of the error in the editor when updating the item description with “<p” (it errors before I can type the closing “>”)

    The CSS for 1.1.2. Note I’ve given the selected item align-item: flex-start and it is correctly positioned while the other items have vertical-align:top and are not at the top of their containers (flex container now rather than table)
    HTML of a item in 1.0.7. Note empty paragraph tags, which provide visual gap between label and ul.
    Same item in 1.1.2. Tidier HTML markup but not visually consistent.

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