Imagine
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEimagine-test-1.zip
- FILE SIZE4277281 bytes
- MD53200323d616506711251b9a588f397d4
- SHA15950afe58b40b32ea5cd0fa4a7792c9b4891a956
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION1.0.0
- AUTHOR URIhttps://noon.studio
- TAGSone-column, custom-menu, featured-images, theme-options, translation-ready
- CREATION DATE2019-06-07
- LAST FILE UPDATE2019-06-07
- LAST VALIDATION2019-06-07 13:13
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_put_contents($ss_dir . '/css/brand.css', $css, LOCK_EX); // Save it as file_put_contents was found in the file theme-settings.php 335:
Warning
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file theme-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file theme-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Events' in file theme-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Events' in file theme-settings.php.
- The theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Found a mix of \r\n and \n line endings in file bootstrap-select.css.Found a mix of \r\n and \n line endings in file mdb.css.Found a mix of \r\n and \n line endings in file mdb.min.css.Found a mix of \r\n and \n line endings in file mdb.js.
- Themes should not hide admin bar. Detected in file admin.css.
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : theme-settings.php 333: require($ss_dir . '/inc/branding.php'); // Grab the custom style php file If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.