Scheduling certain sections to appear/disappear

Topic summary

Request to automate showing/hiding specific homepage sections on a schedule for time-bound promotions (offers, discounts). Goal is to have sections appear/disappear based on dates/times.

Proposed approach: use JavaScript (JS) to check the current date/time and toggle CSS classes to control visibility. A referenced article explains how to detect if today falls between two dates in JS; this method requires some coding familiarity.

Clarification requested: the original poster asked if there is an app-based (no-code) solution to manage scheduled visibility instead of custom code. No specific apps or alternatives were suggested yet.

Status: no decision or implementation details provided; discussion remains open. Key next step is identifying whether a third-party app exists for scheduling section visibility or proceeding with the custom JS/class-toggling method.

Summarized with AI on December 25. AI used: gpt-5.

Hello there,

I was wondering if there is a way to schedule certain sections to appear and disappear on the homepage according to a set schedule. We are thinking of displaying offers, discounts, and similar promotions.

Thank you,

Zoltan

Hi @Zoltan5 ,

This is possible, you can use JS to check the time and add classes to hide or show it.

You have experience with code? Refer code

Thank you for your answer. Is there maybe an app solution for this adjustment?