Shoptimizer
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEshoptimizer_v2.4.0_$99.zip
- FILE SIZE1053043 bytes
- MD5e8bca20665efed375022e78794573fe2
- SHA1c05c32b1fc12a95c249a2e5fbd7143b8f273cef0
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://www.commercegurus.com/wordpress-themes/shoptimizer
- VERSION2.4.0
- AUTHOR URIhttps://www.commercegurus.com/
- TAGSe-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-optio
- CREATION DATE2021-05-31
- LAST FILE UPDATE2021-05-31
- LAST VALIDATION2021-05-31 08:43
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .editorconfig .vscode .eslintrc.js was found.
- file_get_contents was found in the file preloadcss.php 184: $inline_css = file_get_contents( $path_to_file );
- File content-page.php :
Warning
- Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s installed.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font color' in file shoptimizer-customizer-extensions.php.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Screenshot dimensions are wrong! Detected: 600x391px (600:391). Ratio of width to height should be 4:3.Screenshot size is 600x391px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : class-shoptimizer-woocommerce.php 49: * @return array $classes modified to include 'woocommerce-active' class 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 : help.php 102: require_once( get_template_directory() . '/inc/setup/sections/intro.php' );109: require_once( get_template_directory() . '/inc/setup/sections/usefulplugins 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.