• Resolved kasperdalkarl

    (@kasperdalkarl)


    Hello!

    I love your plugin! But I updated to the latest version today, and my Timeline no longer take turns with the entries being aligned left/right. Now they are all on the same side. Is this a way to make the entries take turns like they did before?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Fabio Lobo

    (@fabiolobo)

    Hey @kasperdalkarl! How are you doing?

    In the last update, we just fixed a link in the Plugins panel. There was no change in the timeline structure.

    On the other hand, there are some p tags in your code that are causing this bug.

    Original: https://prnt.sc/10i77ar
    Without p tags: https://prnt.sc/10i77hz

    Solution: I recommend that you remove the break lines from your post.

    Example:

    [timeline_event title="Your title" subtitle="Your subtitile"]Your text here![/timeline_event]
    [timeline_event title="Your title" subtitle="Your subtitile"]Your text here![/timeline_event]

    Or even:

    [timeline_event title="Your title" subtitle="Your subtitile"]Your text here![/timeline_event][timeline_event title="Your title" subtitle="Your subtitile"]Your text here![/timeline_event]

    Wrong:

    [timeline_event title="Your title" subtitle="Your subtitile"]Your text here![/timeline_event]
    
    [timeline_event title="Your title" subtitle="Your subtitile"]Your text here![/timeline_event]

    I hope this helps!

    Thread Starter kasperdalkarl

    (@kasperdalkarl)

    Hello!

    Thanks for your help, I didn’t realize that could cause issues.

    Have a great day!

    Plugin Author Fabio Lobo

    (@fabiolobo)

    Thank you for using my plugin 😀

    Since the issue is solved, I’m closing the topic.

    Thread Starter kasperdalkarl

    (@kasperdalkarl)

    It’s the best one I found that did exactly what I wanted! Wish there was one that’s as simple and clean as this one for family trees! Thank you for making it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Timeline no longer taking turns left/right’ is closed to new replies.