11
Validation results

Basel

Basel

WordPress 6.4.3 theme
11
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEbasel.zip
  • FILE SIZE4499296 bytes
  • MD5c389d64429e627e225b2902fc5f7460c
  • SHA1884782bf25421258cfbf4e0c844c9e75040d84ee
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • DEMO PAGEhttp://demo.xtemos.com/basel/
  • VERSION5.1.0
  • TAGSblack, white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
  • CREATION DATE2020-02-15
  • LAST FILE UPDATE2020-02-15
  • LAST VALIDATION2020-02-15 10:09
  • OTHER VERSIONS

    4.7.0 : 72%

    4.6.1 : 55%

    4.1.1 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of base64_decode() Found base64_decode in file template-tags.php. 2639: $fetchedTweets = maybe_unserialize( base64_decode( get_transient( $posts_data_transient_name ) ) );
  2. Security breaches : Use of base64_encode() Found base64_encode in file template-tags.php.
     $encode_posts = base64_encode( maybe_serialize( $fetchedTweets ) );
  3. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-page.php : 128: add_menu_page(File class-page.php : 141: add_submenu_page(File dashboard.php : 56: add_submenu_page(64: add_submenu_page(75: add_submenu_page(85: add_submenu_page(File dashboard.php : 56: add_submenu_page(64: add_submenu_page(75: add_submenu_page(85: add_submenu_page(File dashboard.php : 56: add_submenu_page(64: add_submenu_page(75: add_submenu_page(85: add_submenu_page(File dashboard.php : 56: add_submenu_page(64: add_submenu_page(75: add_submenu_page(85: add_submenu_page(
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was basel-post-types.zip.
Warning
  1. theme tags : Presence of bad theme tagsThe tag black has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag light has been deprecated, it must be removed from style.css header.The tag responsive-layout has been deprecated, it must be removed from style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file template-tags.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file template-tags.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Page title size' in file pages.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Page title size' in file page-title.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, basel, yith-woocommerce-wishlist, woodmart, tgmpa, xts-theme, xts_theme.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  5. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  6. I18N implementation : Proper use of _e(Possible variable $text found in translation function in template-tags.php. Translation function calls should not contain PHP variables. Possible variable $text found in translation function in template-tags.php. Translation function calls should not contain PHP variables.
  7. I18N implementation : Proper use of esc_html_e(Possible variable $text found in translation function in template-tags.php. Translation function calls should not contain PHP variables. Possible variable $text found in translation function in template-tags.php. Translation function calls should not contain PHP variables.
  8. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  9. Screenshot : Screenshot fileScreenshot size is 880x660px. 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
  1. favicon presence : Favicon managementPossible Favicon found in template-tags.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  10. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : variable.php 21: require_once('variable-swatches.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 : Importversion.php 477: require_once($class_wp_importer); 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 : woocommerce.php 1714: include_once( WC()->plugin_path() . '/includes/walkers/class-product-cat-li1785: //include_once( WC()->plugin_path() . '/includes/walkers/class-product-cat-li 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 : widgets.php 12: include_once( 'widgets/class-widget-price-filter.php');13: include_once( 'widgets/class-widget-layered-nav.php');15: include_once( 'widgets/class-wp-nav-menu-widget.php');16: include_once( 'widgets/class-widget-search.php');17: include_once( 'widgets/class-widget-sorting.php');18: include_once( 'widgets/class-user-panel-widget.php');19: include_once( 'widgets/class-author-area-widget.php');20: include_once( 'widgets/class-banner-widget.php');21: include_once( 'widgets/class-instagram-widget.php');22: include_once( 'widgets/class-static-block-widget.php');23: include_once( 'widgets/class-widget-twitter.php');24: include_once( 'widgets/class-widget-recent-posts.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 : dashboard.php 136: include_once 'views/' . $name . '.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.
Other checked themes