• Resolved Marlimant

    (@marlimant)


    I have enjoyed your plugin, many thanks.

    In the description: “Testing server side rules” I think the correct sentence is “February 10, 2018 at 19:16” isn’t it’s?

    There is a challenge when the user attempt to manage 1st, 2nd, 3rd and 4th weeks of the month, because there are firsts weeks where the Monday is not the first day of the month.

    An easy solution may be implement a “default content” option where can it shown a custom content on that firsts days of the weeks prior to Monday where without this option, the contents would be empty.

    This default content would actually be the same (first week) content used to patch the gaps of the first days of the first week.

    I currently use that solution using CSS. I duplicate the content of the first week by placing it first on the list, without using the Timed Content plugin. Then I hide it by overlaying the second element to hide the first one using:
    .my-first-duplicated-content:not(:first-child) {margin-top: 250px;}

    In this way, the default content is hidden when more than one element is displayed.

    Greetings,
    Javier.

    • This topic was modified 3 years, 2 months ago by Marlimant.
    • This topic was modified 3 years, 2 months ago by Marlimant.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    About the text for “Testing server side rules”:

    Yes, you’re right it is February 10 and not February 2, I’ll fixed this typo.

    About “default content”:

    Well – “first week” is defined as “first week” and not the “first week which starts on monday”. I understand your problem, but I am way too busy at the moment and can only do bug fixes. If you want to provide an additional option in the code, I accept pull requests on Github – thank you:

    Issue for this topic: https://github.com/arnowelzel/timed-content/issues/9

    Code: https://github.com/arnowelzel/timed-content

    Thread Starter Marlimant

    (@marlimant)

    Thank you for the fast reply and consider me worthy of contributing with new codes. Unfortunately I don’t have your gift, but maybe my creativity with CSS can help someone.

    The best,
    Javier.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sugestions for week management’ is closed to new replies.