No content to show

User Activity

@tylerklefot @tarek_guma  managed to fix...ignore the instructions to edit your theme.liquid file as that's generally bad practice.1. Open the preview of the page the blogs section is2. Right click and click inspect element or inspect3. click the "Se...
When you create the targetDate... const targetDate = new Date('{{ section.settings.custom_liquid }} 00:00:00').getTime(); you pass a string value. Different browsers can parse that string differently. The universally recognised format for times is yy...
In line 4...var countDownDate = new Date(+date[1]+' '+date[0]+' '+date[2]+' '+time+':00').getTime();you pass a string value. Different browsers can parse that string differently. The universally recognised format for times is yyyy-mm-ddThh:mm:ss.sssZ...
This widget could not be displayed.
This widget could not be displayed.