Shoptimizer
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEshoptimizer188.zip
- FILE SIZE1046137 bytes
- MD5944e501d2c65ef1309db053a77153aee
- SHA12fcaaac99d7e4a873216aff6b0869af9b1c95aad
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://www.commercegurus.com/wordpress-themes/shoptimizer
- VERSION1.8.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-11-15
- LAST FILE UPDATE2019-11-15
- LAST VALIDATION2019-11-15 14:41
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents was found in the file preloadcss.php 184: $inline_css = file_get_contents( $path_to_file );file_get_contents was found in the file functions.php 1013: // $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 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.