11
Validation results

DFD Ronneby

DFD Ronneby

WordPress 6.5.2 theme
11
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEdfd-ronneby.zip
  • FILE SIZE6071781 bytes
  • MD55483941d44a8f52ac950986f76d75419
  • SHA12ef2959e5107d613dfa4486e230c75fb4c7d131a
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION3.2.4
  • AUTHOR URI
  • TAGSlight, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
  • CREATION DATE2020-09-28
  • LAST FILE UPDATE2020-09-28
  • LAST VALIDATION2020-09-28 16:11
  • OTHER VERSIONS

    3.4.7 : 9%

    3.2.7 : 11%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe id="'.esc_attr($uniqid).'" '.$data_atts.' width="100%" height="100%" src="https://www.youtube.com/embed/'.esc_attr($dfd_youtube_video_id).'?wmode=opaque&amp;autoplay=1'.esc_attr($extra_url_prop).'&amp;enablejsapi=1&amp;showinfo=0&amp;controls=0&amp;rel=0" frameborder="0" class="dfd-bg-frame" allowfullscreen allow="autoplay; encrypted-media"> in file stun-header-video.php. 76: $video = '<iframe id=''.esc_attr($uniqid).'' '.$data_atts.' width='100%' height='100%Found <iframe src='https://player.vimeo.com/video/<?php echo esc_attr($vimeo_video); ?> in file post-video.php. 11: <iframe src='https://player.vimeo.com/video/<?php echo esc_attr($vimeo_vide
  2. Malware : Operations on file system file_put_contents was found in the file class.remote.php 203: file_put_contents($uploadsDir . $file, $text);file_get_contents was found in the file rms-script-mu-plugin.php 176: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file rms-script-mu-plugin.php 194: file_put_contents( $file, $image_data );file_get_contents was found in the file rms-script-mu-plugin.php 176: $image_data = file_get_contents($image_url); // Get image datafile_put_contents was found in the file rms-script-mu-plugin.php 194: file_put_contents( $file, $image_data );
  3. Malware : Network operations curl_init was found in the file class.verifier.php 20: $ch_verify = curl_init( $verify_url );curl_exec was found in the file class.verifier.php 28: $cinit_verify_data = curl_exec( $ch_verify );
  4. Admin menu : Themes should use add_theme_page() for adding admin pages. File redux-config.php : 112: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile theme-page.php : 96: add_menu_page(File plugin-activation.php : 668: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile envato_setup.php : 314: add_submenu_page(
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in front-assets.php. Themes must not deregister core scripts. 128: wp_deregister_script('isotope');156: wp_deregister_script('prettyphoto');157: wp_deregister_script('prettyPhoto');172: wp_deregister_script('ult-slick');Found wp_deregister_script in admin-assets.php. Themes must not deregister core scripts. 43: wp_deregister_script('heartbeat');
  2. theme tags : Presence of bad theme tagsThe tag light has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag flexible-width has been deprecated, it must be removed from style.css header.
  3. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file plugin-activation.php.Found a mix of \r\n and \n line endings in file plugins.php.
  4. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file app.css.
  5. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  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. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : redux-config.php 1108: 1259: 1334: 1345: 1485: 1496: 6550: 6987: 7506: 8140: 8716: 8939: 8982: 8996: 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 : widget-login.php 3: require_once(dirname(__FILE__).'/widget.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 : widget-logo.php 3: require_once(dirname(__FILE__).'/widget.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 : widget-author-words.php 3: require_once(dirname(__FILE__).'/widget.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 : widget-recent.php 3: require_once(dirname(__FILE__).'/widget.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 : widget-recent-comments.php 5: require_once(dirname(__FILE__) . '/widget.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 : widget-cat-tabs.php 3: require_once(dirname(__FILE__).'/widget.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 : widget-vcard-simple.php 3: require_once(dirname(__FILE__).'/widget.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 : widget_only_categories.php 7: require_once(dirname(__FILE__).'/widget.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 : widget-news-categories-list.php 3: require_once(dirname(__FILE__).'/widget.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 : widgets.php 7: require( get_template_directory() . '/inc/lib/widgets/widget-menu.php' );8: require( get_template_directory() . '/inc/lib/widgets/widget-tweets.php' );9: require( get_template_directory() . '/inc/lib/widgets/widget-tabs.php' );10: require( get_template_directory() . '/inc/lib/widgets/widget-tags.php' );11: require( get_template_directory() . '/inc/lib/widgets/widget-gallery.php' )12: require( get_template_directory() . '/inc/lib/widgets/widget-category-news.13: require( get_template_directory() . '/inc/lib/widgets/widget_categories.php14: require( get_template_directory() . '/inc/lib/widgets/widget-facebook.php' 15: require( get_template_directory() . '/inc/lib/widgets/widget-video.php' );16: require( get_template_directory() . '/inc/lib/widgets/widget-audio.php' );17: require( get_template_directory() . '/inc/lib/widgets/widget-flickr.php' );18: //require( get_template_directory() . '/inc/lib/widgets/widget-vcard.php' );19: require( get_template_directory() . '/inc/lib/widgets/widget-vcard-simple.p20: require( get_template_directory() . '/inc/lib/widgets/widget-logo.php' );21: //require( get_template_directory() . '/inc/lib/widgets/widget-styled-list.ph22: require( get_template_directory() . '/inc/lib/widgets/widget-count.php' );23: require( get_template_directory() . '/inc/lib/widgets/widget-recent.php' );24: require( get_template_directory() . '/inc/lib/widgets/widget-contacts.php' 25: require( get_template_directory() . '/inc/lib/widgets/widget-login.php' );26: require( get_template_directory() . '/inc/lib/widgets/widget-cat-tabs.php' 27: require( get_template_directory() . '/inc/lib/widgets/widget-news-categorie28: require( get_template_directory() . '/inc/lib/widgets/widget-wc-best-seller29: require( get_template_directory() . '/inc/lib/widgets/widget-author-words.p30: require( get_template_directory() . '/inc/lib/widgets/widget-recent-comment31: require( get_template_directory() . '/inc/lib/widgets/widget-search.php' );32: require( get_template_directory() . '/inc/lib/widgets/widget-recent-posts.p33: require( get_template_directory() . '/inc/lib/widgets/widget_only_categorie 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 : class.remote.php 193: 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 : icons.php 126: include($file); 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 : rms-script-ini.php 35: require_once($newname);37: !function_exists('get_plugin_data') ? require_once( ABSPATH.'wp-admin/includes/plugin.php' ) : 0; 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 : rms-script-mu-plugin.php 216: require_once(ABSPATH . 'wp-admin/includes/image.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 : plugin-activation.php 17: require_once('rms-script-ini.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 : plugins.php 18: require_once('rms-script-ini.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 : dynamic_styles_config.php 647: require_once($file); 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 : init.php 220: @include( $file ); 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 : envato_setup.php 601: 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 : helpers.php 576: 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 : rms-script-ini.php 35: require_once($newname);37: !function_exists('get_plugin_data') ? require_once( ABSPATH.'wp-admin/includes/plugin.php' ) : 0; 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 : blog-masonry-media.php 3: require(locate_template('templates/blog-media.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 : stunning-header.php 113: <?php include(locate_template('templates/header/stun-header-video.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 : loop-gallery.php 161: include(locate_template('templates/gallery/hover-link.php'));195: <?php include(locate_template('templates/gallery/custom-hover.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 : content-folio-archive.php 163: <?php require(locate_template('templates/portfolio/'.$options['folio_hover_style_ 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 : loop-blog.php 178: require(locate_template('templates/blog-'.$media_content_file.'media.php'))181: require(locate_template('templates/post-quote-media.php'));206: require(locate_template('templates/blog-'.$media_content_file.'media.php'))214: <?php require(locate_template('templates/post-quote-media.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 : blog-media.php 49: require(locate_template('templates/thumbnail/post-new.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 : loop-folio.php 258: <?php require(locate_template('templates/portfolio/'.$options['folio_hover_style_ 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 : content-archive.php 80: require(locate_template('templates/blog-'.$media_content_file.'media.php'))101: require(locate_template('templates/blog-'.$media_content_file.'media.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 : rms-script-mu-plugin.php 216: require_once(ABSPATH . 'wp-admin/includes/image.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