10
Validation results

RT-Theme 19

RT-Theme 19

WordPress 6.5.2 theme
10
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEfilehost_Neptune v6.1 - Theme for Food Recipe Bloggers & Chefs.zip
  • FILE SIZE24812819 bytes
  • MD5958152349ea439fffb5fe14690df07a0
  • SHA123d91ea56050e1bb42fa065e63fa3de6497eba91
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Photoshop, Adobe Illustrator
  • VERSION2.3.3
  • CREATION DATE2021-02-26
  • LAST FILE UPDATE2021-02-26
  • LAST VALIDATION2021-02-26 11:31
  • OTHER VERSIONS

    2.9.8 : 54%

    2.7 : 12%

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 loading.php. 111: $your_email = sanitize_email(base64_decode($_POST['your_email']));125: $rt_form_data = isset($_POST['rt_form_data']) ? base64_decode(esc_attr($_POST['rt_form_data'])) : '' ;Found base64_decode in file theme_functions.php. 2012: $atts = unserialize(base64_decode( sanitize_text_field($_POST['atts']) ) );
  2. Security breaches : Use of base64_encode() Found base64_encode in file theme_functions.php.
     base64_encode(serialize( $atts )),
  3. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe class="embed-responsive-item" src="//www.youtube.com/embed/'.rt_find_tube_video_id($external_video).'" allowfullscreen> in file single-content-video.php. 54: echo '<div class='video-container embed-responsive embed-responsive-16by9'><iframe class='embed-responsive-item' src='//www.youtube.com/embed/'.rt_finFound <iframe class="embed-responsive-item" src="//www.youtube.com/embed/'.rt_find_tube_video_id($external_video).'" allowfullscreen> in file content-video.php. 76: echo '<div class='video-container embed-responsive embed-responsive-16by9'><iframe class='embed-responsive-item' src='//www.youtube.com/embed/'.rt_finFound <iframe class="embed-responsive-item" src="//www.youtube.com/embed/'.rt_find_tube_video_id($external_video).'" allowfullscreen> in file media.php. 132: echo '<div class='video-container embed-responsive embed-responsive-16by9'><iframe class='embed-responsive-item' src='//www.youtube.com/embed/'.rt_fin
  4. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was rt-19-sample.zip rt-19-sample-2.zip rt-19-demo-6-sample.zip rt19-demo-9-sample.zip rt19-demo10.zip rt19-v2.zip rt19-demo11.zip rt19-demo-13.zip r19-demo13-fullscreen.zip revslider.zip rt19-extentions.zip js_composer.zip.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.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 rt-theme-19.
  3. Text domain : Incorrect use of translation functions.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 rt_theme, woocommerce, product_categories, rt_theme_admin.
  4. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file copyright.txt.
  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. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  9. 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.
  10. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : loading.php 91: include(RT_THEMEFRAMEWORKDIR . '/functions/woo-integration.php');293: include(RT_THEMEFRAMEWORKDIR . '/functions/common_functions.php'); 294: include(RT_THEMEFRAMEWORKDIR . '/functions/rt_comments.php'); 295: include(RT_THEMEFRAMEWORKDIR . '/functions/theme_functions.php');296: include(RT_THEMEFRAMEWORKDIR . '/functions/rt_breadcrumb.php');297: include(RT_THEMEFRAMEWORKDIR . '/functions/wpml_functions.php');298: include(RT_THEMEFRAMEWORKDIR . '/functions/custom_styling.php');299: include(RT_THEMEFRAMEWORKDIR . '/functions/rt_resize.php'); 311: require_once (RT_THEMEFRAMEWORKDIR.'/classes/admin.php'); 316: include(RT_THEMEFRAMEWORKDIR . '/plugins/class-tgm-plugin-activation.php');322: include(RT_THEMEFRAMEWORKDIR . '/classes/rt_customize_panel.php'); 326: include(RT_THEMEFRAMEWORKDIR . '/classes/sidebar.php'); 334: require_once (RT_THEMEFRAMEWORKDIR.'/classes/theme.php'); 339: include(RT_THEMEFRAMEWORKDIR . '/classes/navigation_walker.php'); 343: include(RT_THEMEFRAMEWORKDIR . '/classes/common_classes.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 : rt_customize_panel.php 162: include( RT_THEMEADMINDIR .'/inc/google_webfonts_json.php' );199: include( RT_THEMEADMINDIR . '/functions/rt_custom_controls.php'); 209: include( RT_THEMEADMINDIR . '/inc/'.$file.'.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 : custom_styling.php 504: require_once (ABSPATH . '/wp-admin/includes/file.php');539: require_once (ABSPATH . '/wp-admin/includes/file.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 : theme_functions.php 2893: require_once (ABSPATH . '/wp-admin/includes/file.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