MT Minimag
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEmtminimag.zip
- FILE SIZE528171 bytes
- MD5e6948501069661106233b3083f1933c7
- SHA163541b704ad95dd1c57123230d74a9bb8eebb138
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://mightythemes.com/products/mt-minimag-theme/
- VERSION1.1.1
- AUTHOR URIhttps://mightythemes.com
- TAGScustom-background, custom-logo, custom-menu, featured-images, threaded-comments, theme-options, right-sidebar, left-sidebar, magazine, blog-theme
- CREATION DATE2020-04-16
- LAST FILE UPDATE2020-04-16
- LAST VALIDATION2020-04-16 08:45
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne142: @ini_set('display_errors', 'On');
Found ini_set in file Extension.php. Ligne267: return base64_decode($response->content);
Found base64_decode in file GitHubApi.php. $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
Found base64_encode in file OAuthSignature.php.
Warning
- Found wrong tag custom-logo in style.css header.Found wrong tag magazine in style.css header.Found wrong tag blog-theme 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 mt-minimag.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.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 mtminimag, plugin-update-checker, minimag.
- PHP short tags were found in file ParsedownLegacy.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.
Ligne760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $
Line['text'], $matches))PHP short tags were found in file Parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.Ligne762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $
Line['text'], $matches)) - No reference to custom header was found in the theme.
- Screenshot dimensions are wrong! Detected: 1040x900px (52:45). Ratio of width to height should be 4:3.Screenshot size is 1040x900px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
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 date.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 : Autoloader.php
Ligne32: include ($this->libraryDir . $this->staticMap[$className]);
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 : Package.phpLigne144: require_once(ABSPATH . '/wp-admin/includes/plugin.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 : UpgraderStatus.phpLigne126: require_once( ABSPATH . '/wp-admin/includes/plugin.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 : readme-parser.phpLigne251: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO
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.