Using Calc() with counters

Hello,

In this section of my site I’d like to have the number of coffees consumed increase everyday by 1 but only between 1st of October and 30th April. Is this possible using calc() statements? Any help would be much appreciated!

Website and page concerned: snowwatch.org

Hi Daniel,

Thank you for reaching out to us. Calc() is a CSS function that performs a calculation (for example the width of an element) to be used as the property value. You cannot use it to increase the counter value for a specific period of time. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X / Pro is quite extensible with child themes, so there are plenty of possibilities.

Thanks for understanding. Take care!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.