Divi Ecommerce
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdiviecommerce135ecom.zip
- FILE SIZE436883 bytes
- MD56a9fb4bf6e7388101ad2e02a490b6503
- SHA17cde60807bfe59f129f2c8f5931e6f1af432db84
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.3.5
- AUTHOR URIhttps://wpzone.co/
- TAGSDivi, Ecommerce, WooCommerce, Child Theme
- CREATION DATE2024-06-08
- LAST FILE UPDATE2024-06-08
- LAST VALIDATION2024-06-08 23:52
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- add_menu_page(File admin-functions.php : 43: add_submenu_page(File class-tgm-plugin-activation.php : 745: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile addons.php : 134: add_menu_page( 'Addons Test', 'Addons Test', 'manage_options', 'ags-divi-ec File admin-functions.php : 36:
- Could not find .
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
- Found wrong tag Divi in style.css header.Found wrong tag Ecommerce in style.css header.Found wrong tag WooCommerce in style.css header.Found wrong tag Child Theme in style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is divi-ecommerce.
- 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 divi_ecommerce, tgmpa, ags-divi-ecommerce-addons.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Could not find wp_footer.
- Could not find wp_head.
- Could not find .
- Could not find charset.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find body_class call in body tag.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- Could not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
- 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.
- This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- No reference to post-thumbnails was found in the theme.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- This theme doesn't seem to display tags.
Tip-off
- Could not find file comments.php in the theme.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file comments.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 comments.php.
- This theme does not contain optional file 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 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 : admin-functions.php 137: require_once( dirname( __FILE__ ) . '/addons/addons.php' );180: include( dirname( __FILE__ ) . '/updater/theme-updater.php' );184: @include( dirname( __FILE__ ) . '/aspen-plugin-installer/class-tgm-plugin-ac 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.