Truemag
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMETruemag_v.1.1.4.zip
- FILE SIZE390223 bytes
- MD5469c23f351d477ed31307a57d9c4d7bc
- SHA134365559d023ae10610061723452002a64458d32
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://strictthemes.com
- VERSION1.1.4
- AUTHOR URIhttp://strictthemes.com
- TAGSlight, dark, theme-options, translation-ready, custom-background, custom-colors, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, featured-images, custom-menu, post-formats, sticky-post, buddypress
- CREATION DATE2019-06-12
- LAST FILE UPDATE2019-06-12
- LAST VALIDATION2019-06-12 18:52
- 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.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391:
Warning
- Theme URI and Author URI should not be the same.
- The tag light has been deprecated, it must be removed from style.css header.The tag dark 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.
- 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 truemag.
- Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file register-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file register-tgm.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 strictthemes, tgmpa, envato.
- screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot 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
- This theme does not contain optional file rtl.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 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.
- The theme appears to use include or require : archive.php 211: include( locate_template( '/includes/posts/formats/status.php' ) ); }221: include( locate_template( '/includes/posts/' . $st_['t'] . '.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 : class-tgm-plugin-activation.php 1073: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : class-pixelentity-theme-update.php 32: require_once('class-envato-protected-api.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 : start.php 39: include( locate_template( '/framework/functions/checking.php' ) ); }47: include( locate_template( '/framework/functions/global.php' ) );100: include( locate_template( '/framework/functions/register-tgm.php' ) );109: include( locate_template( '/framework/functions/register-tf.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 : template-frontpage.php 114: include( locate_template( '/includes/posts/highlighted.php' ) ); }117: include( locate_template( '/includes/posts/' . $st_['t'] . '.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 : index.php 66: include( locate_template( '/includes/posts/' . $st_['t'] . '.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 : default.php 30: include( locate_template( '/includes/posts/formats/' . $st_['format'] . '.p 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 : highlighted.php 35: include( locate_template( '/includes/posts/formats/' . $st_['format'] . '.p 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 141: include( locate_template( '/includes/posts/formats/' . $st_['format'] . '.p 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.