Sugestions for week management
-
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.
- The topic ‘Sugestions for week management’ is closed to new replies.