Shoptimizer
WordPress 6.7.1 theme
- THEME TYPEWordPress theme 6.7.1
- FILE NAMEshoptimizer_v2.8.3.zip
- FILE SIZE1366071 bytes
- MD5293afbaf15be3446233840e1fd40930b
- SHA1c851b86e95c9be3f83c96338079336d2009f44e9
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://www.commercegurus.com/wordpress-themes/shoptimizer
- VERSION2.8.3
- 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 DATE2025-01-04
- LAST FILE UPDATE2025-01-04
- LAST VALIDATION2025-01-04 18:32
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne380: $contents = file_get_contents( $file );
file_get_contents was found in the file preloadcss.phpLigne184: $inline_css = file_get_contents( $path_to_file );
file_get_contents was found in the file functions.php - 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.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
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/ - Possible hard-coded links were found in the file intro.php.
Ligne46: <a href='https://shoptimizerdemo.commercegurus.com/' target='_blank'><img src='<?php
- 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 'wc-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.