• Resolved alicommkt

    (@alicommkt)


    I use the free version of Cool Timeline 2.8.2 on a website with WordPress 6.4.2 and my timeline is showing an error in ordering only in the “compact” layout on the computer screen:

    The first year appears in second position and the second appears at the top. See https://www.edt.org.br/memoria/ .

    Regardless of the Ascending or Descending sorting, the error appears. The error does not appear in the mobile presentation.

    The command line I’m using is:

    [cool-timeline layout=”compact” skin=”default” date-format=”Y” show-posts=”20″ animation=”fade-up” icons=”NO” order=”ASC” story-content=” shorts”]

    Thanks for the help,
    Ali Celestino

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support aniketji

    (@aniketji)

    Hi @alicommkt,

    Thanks for using our plugin.

    We will fix this in our next update, for now you can use the custom CSS shared below to fix this issue.

    .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story:nth-child(3){
    margin-top:calc(var(–ctw-ibx-size) + 70px) !important;
    }

    .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story:nth-child(2){
    margin-top:calc(var(–ctw-ibx-size)/ 2 + 30px) !important;
    }

    Thanks & Regards.

    Thread Starter alicommkt

    (@alicommkt)

    Thanks for the quick response @aniketji.

    Custom CSS worked correctly.

    Plugin Support aniketji

    (@aniketji)

    Hi @alicommkt,

    We have fixed the design issue with the Compact layout. Please update the plugin to the latest version.

    Thanks & Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorting error in Cool Timeline’ is closed to new replies.