LION MEDIA
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMElionmedia-200.zip
- FILE SIZE943774 bytes
- MD5d0f2f477fc8263b934aaea72369ee839
- SHA1e4d568fb55d2a6016796ece9baac41128c96907a
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://fit-jp.com/theme/
- VERSION2.0.0
- AUTHOR URIhttp://fit-jp.com/about/
- CREATION DATE2021-08-24
- LAST FILE UPDATE2021-08-24
- LAST VALIDATION2021-08-24 02:01
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that had an empty value passed as sanitization callback in file functions.php. You need to pass a function name as sanitization callback.
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
Warning
- Found wrong tag 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 lion-media.
- Found a translation function that is missing a text-domain. Function _x, with the arguments 'Comment', 'noun' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recent Posts' 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 default, text_domain.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- PHP short tags were found in file page-contact.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.99: <h1 class='heading heading-page'><?=$name;?>様、<br>お問い合わせありがとうございます。</h116: <?php if(isset($nameError)) { ?><span class='error'><?=$nameError;?></span><?php } ?>123: <?php if(isset($emailError)) { ?><span class='error'><?=$emailError;?></span><?php } ?>130: <?php if(isset($commentError)) { ?><span class='error'><?=$commentError;?></span><?php } ?></td>
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find wp_link_pages.
- Could not find post_class.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- 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
- Possible hard-coded links were found in the file functions.php.6776: <a href='http://fit-jp.com/themeinfo/' target='_blank'><img src='http://fit-jp.com/t
- 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.
- 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 : header.php 24: <?php include_once('analyticstracking.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.