Soprabanking Main THEME
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsopra.zip
- FILE SIZE530369 bytes
- MD5fee25032d0cf5782039610aac96f0226
- SHA14909d2f87ab6b911b76826fe0f778c78a8a315ce
- LICENSECustom
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION0.1-dev
- AUTHOR URIhttp://www.glitchstudio.com
- CREATION DATE2019-06-25
- LAST FILE UPDATE2019-06-25
- LAST VALIDATION2019-06-25 13:29
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .htaccess was found.
- Themes should not hide admin bar. Detected in file : init.php.
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example:
Warning
- Found wp_deregister_script in init.php. Themes must not deregister core scripts.
Ligne62: // wp_deregister_script('jquery');
- Found wrong tag 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 soprabanking-main-theme.
- Found a translation function that is missing a text-domain. Function __, with the arguments in file insight-item.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s' in file custom_archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main menu' in file init.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'products', products, 'sopra' in file products.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'insights' in file insights.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'customer_stories' in file customer_success_stories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Download file' in file render.php.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 sopra, wp-bootstrap-navwalker, products.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- This theme contains no sidebars/widget areas. See Widgets API
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find wp_link_pages.
- Could not find post_class.
- 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.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- Possible variable $value found in translation function in insight-item.php. Translation function calls should not contain PHP variables.
- License URI: is missing from style.css header.
- .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.
- Could not find Theme URL.
- This theme doesn't seem to display tags.
- Screenshot dimensions are wrong! Detected: 225x225px (1:1). Ratio of width to height should be 4:3.Screenshot size is 225x225px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
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 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 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 : init.php
Ligne4: include('widgets/multi-site.php'); // Widget to display network's sites.
Ligne5: include('functions/custom_archive.php'); // Widget to display network's sit
Ligne8: include( get_theme_file_path('/blocks/blocks.php') );
Ligne11: include('c_posts/products.php');
Ligne12: include('c_posts/insights.php');
Ligne13: include('c_posts/customer_success_stories.php');
Ligne16: include('c_fields/custom_fields.php');
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 : blocks.phpLigne24: include( 'blocks_sources/insights/render.php' );
Ligne25: include( 'blocks_sources/hero/render.php' );
Ligne26: include( 'blocks_sources/double-squares/render.php' );
Ligne27: include( 'blocks_sources/graphic-infos/render.php' );
Ligne28: include( 'blocks_sources/graphic-text-infos/render.php' );
Ligne29: include( 'blocks_sources/cta/render.php' );
Ligne30: include( 'blocks_sources/header/render.php' );
Ligne31: include( 'blocks_sources/tab-bloc/render.php' );
Ligne32: include( 'blocks_sources/big-banner/render.php' );
Ligne33: include( 'blocks_sources/small-banner/render.php' );
Ligne34: include( 'blocks_sources/intro/render.php' );
Ligne35: include( 'blocks_sources/picto-content-lane/render.php' );
Ligne36: include( 'blocks_sources/customer-stories/render.php' );
Ligne37: include( 'blocks_sources/products/render.php' );
Ligne38: include( 'blocks_sources/video/render.php' );
Ligne39: include( 'blocks_sources/infography/render.php' );
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.