air-light icon indicating copy to clipboard operation
air-light copied to clipboard

💨 WordPress starter theme - designed to be minimal, ultra-lightweight (< 20 kB) and easy for all kinds of WordPress projects. 7+years/1000+hours of development and still updating daily! We prefer the...

Results 6 air-light issues
Sort by recently updated
recently updated
newest added

I’ve added some custom image sizes to `functions.php`. But that’s not enough to get it to work, right? I’ve checked `/inc/includes/theme-setup.php` and it seems that there is no function responsible...

help wanted
low priority

In file **inc/template-tags/acf-blocks.php** the long if is kinda horrific: ```php /** * Check if it's allowed to show this block in this context. * Always allow in preview mode. *...

enhancement
low priority

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in G:\xampp\htdocs\grandinho\wp-content\themes\air-light-master\inc\hooks\scripts-styles.php on line 109 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in G:\xampp\htdocs\grandinho\wp-content\themes\air-light-master\inc\hooks\scripts-styles.php on line 109...

Removing the rem size hack as described in #192 and replacing it with a SASS function (from [the article mentioned in the issue ](https://fedmentor.dev/posts/rem-html-font-size-hack/)). The sizes might be wonky! The...

https://github.com/digitoimistodude/air-light/blob/8f96ea8e6215a36de0457c63a1e2d41ddc454ba3/js/src/modules/anchors.js#L29 This should be continue, not return. Currently, if any of the targets of a link with hash target do not exist, all links with a hash target will not...

A good point brought up by latenssi on wpfi Slack: Should we even have 62,5% nowadays? Article: [Should I change the default HTML font-size to 62.5%?](https://fedmentor.dev/posts/rem-html-font-size-hack/). Because we use it...