Velocity
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEvelocity.zip
- FILE SIZE5419789 bytes
- MD56ab84bd64912aa56a626237994fd4f64
- SHA19b1023c12a5c6a12c9eb817295d69a22580ed46f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION2.0
- TAGSminimalist, translation-ready
- CREATION DATE2020-06-13
- LAST FILE UPDATE2020-06-13
- LAST VALIDATION2020-06-13 15:51
- OTHER VERSIONS
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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- Themes should not hide admin bar. Detected in file : functions.php.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - get_bloginfo('url') ?>' id='branding'>get_bloginfo('template_url') was found in the file nav-store.php. Use get_template_directory_uri() instead.15: <img src='<?php echo get_bloginfo('template_url') ?>/images/logo.png'/>35: src='<?php echo get_bloginfo('template_url') ?>/images/shopping-cart.png'/>43: src='<?php echo get_bloginfo('template_url') ?>/images/sidebar-menu.png'/>get_bloginfo('template_url') was found in the file wp-category-icon.php. Use get_template_directory_uri() instead.5: <li><img src='<?php echo get_bloginfo('template_url') ?>/images/logo.png'/></li>6: <li><img src='<?php echo get_bloginfo('template_url') ?>/images/logo.png'/></li>7: <li><img src='<?php echo get_bloginfo('template_url') ?>/images/logo.png'/></li>get_bloginfo('template_url') was found in the file header.php. Use get_template_directory_uri() instead.26: <link rel='icon' href='<?php echo get_bloginfo('template_url') ?>/images/favicon.png'>27: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url') ?>/design.css'>28: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url') ?>/style.css'> get_bloginfo('url') was found in the file nav-store.php. Use home_url() instead.14: <a href='<?php echo
Warning
- Found wrong tag minimalist in style.css header.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Em breve :)' in file wc-products-random.php.Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s download remaining', '%s downloads remaining', downloads_remaining, 'woocommerce' in file my-downloads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Em breve :)' in file wp-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Em breve :)' in file wp-landingpages.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Em breve :)' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Em breve :)' in file wp-posts-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Menu' in file functions.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 woocommerce, downloads_remaining.
- This theme contains no sidebars/widget areas. See Widgets API
- A.git was found.
- .git was found.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find body_class call in body tag.
- Could not find wp_link_pages.
- Could not find post_class.
- 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.
- .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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 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.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : index.php 6: <?php include('woocommerce/nav-store.php'); ?>19: <?php include('woocommerce/wc-products-random.php'); ?>22: <?php include('wp-posts.php'); ?>25: <?php include('wp-landingpages.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 : landingpage.php 7: <?php include('woocommerce/nav-store.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 : single-product.php 5: <?php include('nav-store.php'); ?>84: <?php include('wc-products-random.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 : taxonomy-product_cat.php 5: <?php include('nav-store.php'); ?>51: <?php include('wc-products-random.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 : page.php 5: <?php include('woocommerce/nav-store.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 : single.php 5: <?php include('woocommerce/nav-store.php'); ?>26: <?php include('wp-posts-category.php'); ?>29: <?php include('wp-category-icon.php'); ?>32: <?php include('woocommerce/wc-products-random.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 : category.php 5: <?php include('woocommerce/nav-store.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.