Designer
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdesigner.zip
- FILE SIZE421303 bytes
- MD561f41e2d747b18e1076f9bb8ea501083
- SHA16919af0854cd65b6d38e7792282eb2cee9aa37e7
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://themebeans.com/themes/designer
- VERSION1.6.5
- AUTHOR URIhttps://themebeans.com
- TAGSone-column, right-sidebar, custom-colors, editor-style, custom-menu, translation-ready
- CREATION DATE2019-03-11
- LAST FILE UPDATE2019-03-11
- LAST VALIDATION2019-03-11 17:16
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file customizer-colors.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file customizer-portfolio.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file customizer-contact.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file customizer-header.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file customizer-fonts.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
Warning
- Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Checkout' in file woocommerce.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Checkout' in file woocommerce.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments "Submit Password →" in file functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are designer, woocommerce.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- .bypostauthor css class is needed in theme css.
- At least one hard coded date was found in the file portfolio-loop.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file portfolio-meta.php. Function get_option( 'date_format' ) should be used instead.
Tip-off
- Possible hard-coded links were found in the file footer.php.6: * @link https://themebeans.com/themes/designer43: <p class='copyright'><span>© <?php echo esc_html( date( 'Y' ) ); ?></span><?php echo esc_html__( 'Designed by', 'designer' ); ?> <a href='https://themebeans.com'>ThemeBeans</a></p>
- 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 author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file archive.php.
- This theme does not contain optional file search.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 : template-contact.php 182: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if (is_plugin_act 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.The theme appears to use include or require : customizer-css.php 269: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if (is_plugin_act 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.