RT-Theme 19
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- 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
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- 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']) ) ); Found base64_decode in file loading.php. 111: $your_email = sanitize_email(
base64_encode(serialize( $atts )),
Found base64_encode in file theme_functions.php. - 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
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
.
Plugins are not allowed in themes. The zip file found was
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 rt-theme-19.
- 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.
- Found a mix of \r\n and \n line endings in file copyright.txt.
- Themes should not hide admin bar. Detected in file style.css.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No 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.
- .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 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 : 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.