RT-Theme 19
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMErttheme19.zip
- FILE SIZE23062612 bytes
- MD59bd38edf75f36b59952fa89f42bb1a5a
- SHA1b8ea29eaf9229f89646392d0ecc20b892d66f5c6
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION2.7
- CREATION DATE2019-08-21
- LAST FILE UPDATE2019-08-21
- LAST VALIDATION2019-08-21 11:44
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- base64_decode( sanitize_text_field($_POST['atts']) ) );Found base64_decode in file loading.php. 114: $your_email = sanitize_email(base64_decode($_POST['your_email']));128: $rt_form_data = isset($_POST['rt_form_data']) ? base64_decode(esc_attr($_POST['rt_form_data'])) : '' ; Found base64_decode in file theme_functions.php. 2025: $atts = unserialize(
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 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 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 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
revslider.zip js_composer.zip rt19-extentions.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_admin, rt_theme, product_categories, woocommerce.
- Themes should not hide admin bar. Detected in file app.min.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.
- 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 : theme_functions.php 2906: 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 : 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 : rt_customize_panel.php 162: include( RT_THEMEADMINDIR .'/inc/google_webfonts_json.php' );201: include( RT_THEMEADMINDIR . '/functions/rt_custom_controls.php'); 211: 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 : loading.php 94: include(RT_THEMEFRAMEWORKDIR . '/functions/woo-integration.php');280: include(RT_THEMEFRAMEWORKDIR . '/functions/common_functions.php'); 281: include(RT_THEMEFRAMEWORKDIR . '/functions/rt_comments.php'); 282: include(RT_THEMEFRAMEWORKDIR . '/functions/theme_functions.php');283: include(RT_THEMEFRAMEWORKDIR . '/functions/rt_breadcrumb.php');284: include(RT_THEMEFRAMEWORKDIR . '/functions/wpml_functions.php');285: include(RT_THEMEFRAMEWORKDIR . '/functions/custom_styling.php');286: include(RT_THEMEFRAMEWORKDIR . '/functions/rt_resize.php'); 298: require_once (RT_THEMEFRAMEWORKDIR.'/classes/admin.php'); 303: include(RT_THEMEFRAMEWORKDIR . '/plugins/class-tgm-plugin-activation.php');309: include(RT_THEMEFRAMEWORKDIR . '/classes/rt_customize_panel.php'); 313: include(RT_THEMEFRAMEWORKDIR . '/classes/sidebar.php'); 321: require_once (RT_THEMEFRAMEWORKDIR.'/classes/theme.php'); 326: include(RT_THEMEFRAMEWORKDIR . '/classes/navigation_walker.php'); 330: 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.