52
Validation results

soledad

soledad

WordPress 6.5.2 theme
52
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-tgm-plugin-activation.php : 619: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile class-penci-dashboard.php : 57: add_menu_page( $wel_page_title, $wel_page_title, 'manage_options', 'soledadFile class-penci-dashboard.php : 58: add_submenu_page( 'soledad_dashboard_welcome', esc_html__( 'Custom fonts', File settings-page.php : 55: 'icon_url' => '', // Icon URL. @see add_menu_page().56: 'position' => null, // Menu position. @see add_menu_page().85: $this->page_hook = add_menu_page(File settings-page.php : 55: 'icon_url' => '', // Icon URL. @see add_menu_page().56: 'position' => null, // Menu position. @see add_menu_page().85: $this->page_hook = add_menu_page(File settings-page.php : 55: 'icon_url' => '', // Icon URL. @see add_menu_page().56: 'position' => null, // Menu position. @see add_menu_page().85: $this->page_hook = add_menu_page(File settings-page.php : 97: add_submenu_page(108: $this->page_hook = add_submenu_page(File settings-page.php : 97: add_submenu_page(108: $this->page_hook = add_submenu_page(File require-activation.php : 37: add_action('admin_menu', array($this, 'add_submenu_page'), 15);68: function add_submenu_page(){73: add_submenu_page( 'soledad_dashboard_welcome',File require-activation.php : 37: add_action('admin_menu', array($this, 'add_submenu_page'), 15);68: function add_submenu_page(){73: add_submenu_page( 'soledad_dashboard_welcome',
  2. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file settings.php. Use home_url() instead.11: $home_url = str_replace( array( 'http://', 'https://' ), '', get_bloginfo('url') );get_bloginfo('url') was found in the file default.php. Use home_url() instead.11: $home_url = str_replace( array( 'http://', 'https://' ), '', get_bloginfo('url') );
Warning
  1. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  2. theme tags : Presence of bad theme tagsThe tag black has been deprecated, it must be removed from style.css header.The tag green 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 fluid-layout 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.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View your shopping cart' in file header.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View your shopping cart' in file header.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View your shopping cart' in file header.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View your shopping cart' in file header.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' in file header.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', '%d' 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 soledad, tgmpa, meta-box, mb-settings-page, pencidesign, twentyseventeen, bbpress.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. 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. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file soledad_vc.php.113: 'description' => 'If you want to exclude any categories, fill the categories slug here. See <a href='http://pencidesign.com/soledad/soledad-document/assets/images/magazine-2.pn320: 'description' => 'Fill the category(s) slug you want to display. E.g: cat-1, cat-2. Check <a href='http://soledad.pencidesign.com/soledad-document/images/magazine-2.png' targPossible hard-coded links were found in the file core.php.35: $links[] = '<a href='https://metabox.io/docs/'>' . esc_html__( 'Documentation', 'meta-box' ) . '36: $links[] = '<a href='https://metabox.io/plugins/'>' . esc_html__( 'Extensions', 'meta-box' ) . '
  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 home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  6. Use of includes : Use of include or requireThe theme appears to use include or require : template-custom-all-blog-posts.php 163: include( locate_template( 'content-' . $layout_this . '.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 : search.php 84: include( locate_template( 'content-' . $layout_this . '.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 : tag.php 90: include( locate_template( 'content-' . $layout_this . '.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 : menu-hamburger.php 103: <?php include( trailingslashit( get_template_directory() ) . 'inc/modules/socials 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 : author.php 94: include( locate_template( 'content-' . $layout_this . '.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 : header.php 82: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials.138: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials.172: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials.238: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials.292: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials.325: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials. 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 : archive.php 120: include( locate_template( 'content-' . $layout_this . '.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 123: include( locate_template( 'content-' . $layout_this . '.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 : soledad_vc.php 623: include( locate_template( 'content-' . $style . '.php' ) );772: include( locate_template( 'inc/modules/magazine-' . $style . '.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 : video.php 124: require_once( RWMB_INC_DIR . 'templates/video.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 : featured-categories.php 108: include( locate_template( 'inc/modules/magazine-' . $cat_layout . '.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 : topbar.php 31: <?php include( trailingslashit( get_template_directory() ). 'inc/modules/socials. 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 : penci-walker.php 25: include_once( trailingslashit( get_template_directory() ). 'inc/modules/pen 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 : index.php 78: include( locate_template( 'content-' . $layout_this . '.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 : wp-updates-theme.php 8: require_once('wp-updates-theme.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