Shoptimizer
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEshoptimizer.zip
- FILE SIZE1623054 bytes
- MD5871afbc9700ca2840f60a921f54eedf0
- SHA1f6636a5224303a35afb9b4bb27c8577d94b45309
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://www.commercegurus.com/wordpress-themes/shoptimizer
- VERSION1.5.8
- 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 DATE2019-08-21
- LAST FILE UPDATE2019-08-21
- LAST VALIDATION2019-08-21 09:47
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .eslintrc.js .editorconfig .vscode was found.
- file_get_contents was found in the file preloadcss.php
Ligne184: $inline_css = file_get_contents( $path_to_file );
file_get_contents was found in the file functions.phpLigne990: // $inline_css = file_get_contents( $href );
- File content-page.php :
Warning
- 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: 1182x770px (591:385). Ratio of width to height should be 4:3.Screenshot size is 1182x770px. 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
Ligne49: * @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.phpLigne102: require_once( get_template_directory() . '/inc/setup/sections/intro.php' );
Ligne109: 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.