0
Validation results

Avada

Avada

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
  2. Security breaches : Modification of PHP server settings Found ini_set in file Less.php. 173: @ini_set('precision',16);206: @ini_set('precision',$precision);
  3. Security breaches : Use of base64_decode() Found base64_decode in file functions.interface.php. 290: $smof_data = unserialize(base64_decode($imported_data)); //100% safe - ignore theme check nagFound base64_decode in file importer.php. 266: $smof_data = unserialize( base64_decode( $theme_options_txt['body']) );
  4. Security breaches : Use of base64_encode() Found base64_encode in file tweets-widget.php.
     $toSend = base64_encode($credentials);
    Found base64_encode in file class.options_machine.php.
     $output .= '<textarea id='export_data' rows='8'>'.base64_encode(serialize($smof_data)) /* 100% safe - ignore theme check nag 
    Found base64_encode in file Less.php.
     $buf = $useBase64 ? base64_encode($buf) : rawurlencode($buf);
     $returner = ''data:image/svg+xml;base64,'.base64_encode($returner).''';
  5. Unwanted files : hidden file(s) or folder(s) .ds_store .tx .gitignore was found.
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="http<?php echo (is_ssl())? 's' : ''; ?> in file facebook-like-widget.php. 85: jQuery('.fb-like-box-container_<?php echo $args['widget_id']; ?>').html('<iframe src='http<?php echo (is_ssl())? 's' : ''; ?>://www.facebook.com/pluFound <iframe frameborder="0" height="100%" width="100%" src="http<?php echo (is_ssl())? 's' : ''; ?> in file custom_functions.php. 499: <iframe frameborder='0' height='100%' width='100%' src='http<?php echo (is_
  7. Malware : Operations on file system fread was found in the file importer.php 366: while (!feof($slider_export)) $content .= fread($slider_export, 1024);367: if($custom_animations){ while (!feof($custom_animations)) $animations .= fread($custom_animations, 1024); }368: if($dynamic_captions){ while (!feof($dynamic_captions)) $dynamic .= fread($dynamic_captions, 1024); }369: if($static_captions){ while (!feof($static_captions)) $static .= fread($static_captions, 1024); }fread was found in the file importer.php 366: while (!feof($slider_export)) $content .= fread($slider_export, 1024);367: if($custom_animations){ while (!feof($custom_animations)) $animations .= fread($custom_animations, 1024); }368: if($dynamic_captions){ while (!feof($dynamic_captions)) $dynamic .= fread($dynamic_captions, 1024); }369: if($static_captions){ while (!feof($static_captions)) $static .= fread($static_captions, 1024); }fread was found in the file importer.php 366: while (!feof($slider_export)) $content .= fread($slider_export, 1024);367: if($custom_animations){ while (!feof($custom_animations)) $animations .= fread($custom_animations, 1024); }368: if($dynamic_captions){ while (!feof($dynamic_captions)) $dynamic .= fread($dynamic_captions, 1024); }369: if($static_captions){ while (!feof($static_captions)) $static .= fread($static_captions, 1024); }fread was found in the file importer.php 366: while (!feof($slider_export)) $content .= fread($slider_export, 1024);367: if($custom_animations){ while (!feof($custom_animations)) $animations .= fread($custom_animations, 1024); }368: if($dynamic_captions){ while (!feof($dynamic_captions)) $dynamic .= fread($dynamic_captions, 1024); }369: if($static_captions){ while (!feof($static_captions)) $static .= fread($static_captions, 1024); }fclose was found in the file importer.php 371: fclose($slider_export);372: if($custom_animations){ fclose($custom_animations); }373: if($dynamic_captions){ fclose($dynamic_captions); }374: if($static_captions){ fclose($static_captions); }fclose was found in the file importer.php 371: fclose($slider_export);372: if($custom_animations){ fclose($custom_animations); }373: if($dynamic_captions){ fclose($dynamic_captions); }374: if($static_captions){ fclose($static_captions); }fclose was found in the file importer.php 371: fclose($slider_export);372: if($custom_animations){ fclose($custom_animations); }373: if($dynamic_captions){ fclose($dynamic_captions); }374: if($static_captions){ fclose($static_captions); }fclose was found in the file importer.php 371: fclose($slider_export);372: if($custom_animations){ fclose($custom_animations); }373: if($dynamic_captions){ fclose($dynamic_captions); }374: if($static_captions){ fclose($static_captions); }file_get_contents was found in the file importer.php 380: $content = @file_get_contents($filepath);file_get_contents was found in the file parsers.php 69: $success = $dom->loadXML( file_get_contents( $file ) );273: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 69: $success = $dom->loadXML( file_get_contents( $file ) );273: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 421: $fp = $this->fopen( $file, 'r' );647: function fopen( $filename, $mode = 'r' ) {650: return fopen( $filename, $mode );fclose was found in the file parsers.php 470: $this->fclose($fp);665: function fclose( $fp ) {668: return fclose( $fp );fopen was found in the file parsers.php 421: $fp = $this->fopen( $file, 'r' );647: function fopen( $filename, $mode = 'r' ) {650: return fopen( $filename, $mode );fopen was found in the file parsers.php 421: $fp = $this->fopen( $file, 'r' );647: function fopen( $filename, $mode = 'r' ) {650: return fopen( $filename, $mode );fclose was found in the file parsers.php 470: $this->fclose($fp);665: function fclose( $fp ) {668: return fclose( $fp );fclose was found in the file parsers.php 470: $this->fclose($fp);665: function fclose( $fp ) {668: return fclose( $fp );file_put_contents was found in the file Cache.php 49: file_put_contents($vars_file, $lessvars);102: file_put_contents( $list_file, $cache );106: file_put_contents( $output_file, $compiled );file_get_contents was found in the file Cache.php 65: $list = explode('\n',file_get_contents($list_file));file_put_contents was found in the file Cache.php 49: file_put_contents($vars_file, $lessvars);102: file_put_contents( $list_file, $cache );106: file_put_contents( $output_file, $compiled );file_put_contents was found in the file Cache.php 49: file_put_contents($vars_file, $lessvars);102: file_put_contents( $list_file, $cache );106: file_put_contents( $output_file, $compiled );file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_put_contents was found in the file Less.php 530: file_put_contents( $cache_file, serialize($rules) );533: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 537: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; 10073: if(file_put_contents($file, $content) === false){file_put_contents was found in the file Less.php 530: file_put_contents( $cache_file, serialize($rules) );533: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 537: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; 10073: if(file_put_contents($file, $content) === false){file_put_contents was found in the file Less.php 530: file_put_contents( $cache_file, serialize($rules) );533: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 537: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; 10073: if(file_put_contents($file, $content) === false){file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_put_contents was found in the file Less.php 530: file_put_contents( $cache_file, serialize($rules) );533: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 537: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; 10073: if(file_put_contents($file, $content) === false){file_get_contents was found in the file Less.php 489: $cache = unserialize(file_get_contents($cache_file));556: $this->input = file_get_contents( $file_path );3705: $buf = @file_get_contents($filePath);5784: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );8376: $contents = new Avada_Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );9334: $this->input = file_get_contents( $this->currentFile['filename'] );10195: $content[] = file_get_contents($sourceFile);file_put_contents was found in the file lessc.inc.php 149: return file_put_contents($outFname, $out);file_put_contents was found in the file wp-less.php 270: file_put_contents( $css_path, $file_contents );fopen was found in the file class-updater.php 57: /*$handle = fopen($filename, 'a');fwrite was found in the file class-updater.php 58: fwrite($handle, json_encode($request_string));59: fwrite($handle, json_encode($raw_response));*/fwrite was found in the file class-updater.php 58: fwrite($handle, json_encode($request_string));59: fwrite($handle, json_encode($raw_response));*/file_get_contents was found in the file recaptchalib.php 94: $response = file_get_contents($path . $req);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File avada.php : 121: $avada_menu_page_creation_method = 'add_menu_page';File avada.php : 122: $avada_submenu_page_creation_method = 'add_submenu_page';
  9. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1032: screen_icon();
  10. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.905: $headers = wp_get_http( $url, $upload['file'] );
  11. Deprecated functions : get_currentuserinfo get_currentuserinfo found in file form-edit-address.php. Deprecated since version 4.5. Use wp_get_current_user instead.18: get_currentuserinfo();get_currentuserinfo found in file form-edit-address.php. Deprecated since version 4.5. Use wp_get_current_user instead.18: get_currentuserinfo();
  12. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was revslider.zip fusion_slider.zip captions_tall.zip avada_full_width.zip avada_small_slider.zip avada_page_slider.zip layerslider_export_2014-12-02_at_15.13.14.zip layerslider.zip fusion-core.zip.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in class-avada-scripts.php. Themes must not deregister core scripts. 65: wp_deregister_script( 'novagallery_modernizr' );70: wp_deregister_script( 'ccgallery_modernizr' );83: wp_deregister_script( 'avada' );299: wp_deregister_script( 'bootstrap' );303: wp_deregister_script( 'cssua' );307: wp_deregister_script( 'easyPieChart' );311: wp_deregister_script( 'excanvas' );315: wp_deregister_script( 'Froogaloop' );319: wp_deregister_script( 'imagesLoaded' );323: wp_deregister_script( 'jquery.infinitescroll' );327: wp_deregister_script( 'isotope' );331: wp_deregister_script( 'jquery.appear' );335: wp_deregister_script( 'jquery.touchSwipe' );339: wp_deregister_script( 'jquery.carouFredSel' );343: wp_deregister_script( 'jquery.countTo' );347: wp_deregister_script( 'jquery.cycle' );351: wp_deregister_script( 'jquery.easing' );355: wp_deregister_script( 'jquery.elasticslider' );359: wp_deregister_script( 'jquery.fitvids' );363: wp_deregister_script( 'jquery.flexslider' );367: wp_deregister_script( 'jquery.fusion_maps' );371: wp_deregister_script( 'jquery.hoverflow' );375: wp_deregister_script( 'jquery.hoverIntent' );379: wp_deregister_script( 'jquery.placeholder' );383: wp_deregister_script( 'jquery.toTop' );387: wp_deregister_script( 'jquery.waypoints' );391: wp_deregister_script( 'modernizr' );395: wp_deregister_script( 'jquery.requestAnimationFrame' );399: wp_deregister_script( 'jquery.mousewheel' );404: wp_deregister_script( 'ilightbox.packed' );409: wp_deregister_script( 'avada-lightbox' );413: wp_deregister_script( 'avada-header' );417: wp_deregister_script( 'avada-select' );421: wp_deregister_script( 'avada-parallax' );425: wp_deregister_script( 'avada-video-bg' );Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 546: wp_deregister_script( 'novagallery_modernizr' );550: wp_deregister_script( 'ccgallery_modernizr' );562: wp_deregister_script( 'bootstrap' );566: wp_deregister_script( 'cssua' );570: wp_deregister_script( 'easyPieChart' );574: wp_deregister_script( 'excanvas' );578: wp_deregister_script( 'Froogaloop' );582: wp_deregister_script( 'imagesLoaded' );586: wp_deregister_script( 'jquery.infinitescroll' );590: wp_deregister_script( 'isotope' );594: wp_deregister_script( 'jquery.appear' );598: wp_deregister_script( 'jquery.touchSwipe' );602: wp_deregister_script( 'jquery.carouFredSel' );606: wp_deregister_script( 'jquery.countTo' );610: wp_deregister_script( 'jquery.cycle' );614: wp_deregister_script( 'jquery.easing' );618: wp_deregister_script( 'jquery.elasticslider' );622: wp_deregister_script( 'jquery.fitvids' );626: wp_deregister_script( 'jquery.flexslider' );630: wp_deregister_script( 'jquery.fusion_maps' );634: wp_deregister_script( 'jquery.hoverflow' );638: wp_deregister_script( 'jquery.hoverIntent' );642: wp_deregister_script( 'jquery.placeholder' );646: wp_deregister_script( 'jquery.toTop' );650: wp_deregister_script( 'jquery.waypoints' );654: wp_deregister_script( 'modernizr' );658: wp_deregister_script( 'jquery.requestAnimationFrame' );662: wp_deregister_script( 'jquery.mousewheel' );667: wp_deregister_script( 'ilightbox.packed' );672: wp_deregister_script( 'avada-lightbox' );676: wp_deregister_script( 'avada-header' );680: wp_deregister_script( 'avada-select' );684: wp_deregister_script( 'avada-parallax' );688: wp_deregister_script( 'avada-video-bg' );716: wp_deregister_script( 'avada' );
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. 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 avada.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'error' in file functions.interface.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'There is an update available for the ', theme., 'Avada' in file class-updater.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins installed: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'There is a new update for %1$s.', 'There are several plugins updates available %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go install Plugin', 'Go install Plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go update Plugin', 'Go update Plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin installed or update: %1$s.', 'This theme requires the following plugins installed or updated: %1$s.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin installed or updated: %1$s.', 'This theme recommends the following plugins installed or updated: %1$s.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go Activate Plugin', 'Go Activate Plugins' in file avada-tgm.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce' in file woo-config.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file woo-config.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file woo-config.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments in file woo-config.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin installed or update: %1$s.', 'This theme requires the following plugins installed or updated: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin installed or updated: %1$s.', 'This theme recommends the following plugins installed or updated: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go Install Plugin', 'Go Install Plugins' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go Activate Plugin', 'Go Activate Plugins' 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 Avada, woocommerce, wordpress-importer, theme., shoestrap, bbpress.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Unwanted directories : GIT revision control directoryA.git was found.
  7. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  8. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1032: screen_icon();
  9. I18N implementation : Proper use of _e(Possible variable $user found in translation function in woo-config.php. Translation function calls should not contain PHP variables. Possible variable $user found in translation function in woo-config.php. Translation function calls should not contain PHP variables. Possible variable $user found in translation function in woo-config.php. Translation function calls should not contain PHP variables.
  10. I18N implementation : Proper use of ___all(Possible variable $uploaded_file found in translation function in functions.interface.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in class-updater.php. Translation function calls should not contain PHP variables. Possible variable $cvalue found in translation function in woo-config.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of esc_attr_e(Possible variable $user found in translation function in woo-config.php. Translation function calls should not contain PHP variables. Possible variable $user found in translation function in woo-config.php. Translation function calls should not contain PHP variables. Possible variable $user found in translation function in woo-config.php. Translation function calls should not contain PHP variables.
  12. 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.
  13. 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. 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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.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 : index.php 110: require_once ( ADMIN_PATH . 'functions/functions.load.php' );111: require_once ( ADMIN_PATH . 'classes/class.options_machine.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 : functions.load.php 10: require_once( ADMIN_PATH . 'functions/functions.php' );11: require_once( ADMIN_PATH . 'functions/functions.filters.php' );12: require_once( ADMIN_PATH . 'functions/functions.interface.php' );13: require_once( ADMIN_PATH . 'functions/functions.options.php' );14: require_once( ADMIN_PATH . 'functions/functions.admin.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 : functions.interface.php 138: include_once( ADMIN_PATH . 'front-end/options.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 : fusion-functions.php 829: require_once(ABSPATH . 'wp-admin/includes/file.php');879: 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 : importer.php 842: 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 : Cache.php 3: require_once( dirname(__FILE__).'/Version.php');134: 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 : Less.php 3: require_once( dirname(__FILE__).'/Cache.php');502: return include($cache_file);3684: $mime = require('mime'); 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 : lessc.inc.php 3: require_once('Less.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 : wp-less.php 18: require_once( 'lessc.inc.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 : mega-menu-framework.php 84: require_once( 'mega-menus.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 : class-tgm-plugin-activation.php 1054: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : fusion-framework.php 34: require( 'class-breadcrumbs.php' );39: require( 'fusion-functions.php' );46: require_once ( 'avada-admin/avada.php' );53: require_once ( 'ajax-functions.php' );60: require_once ( 'fusion-image-resizer.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 : avada.php 180: require_once('screens/welcome.php');184: require_once('screens/support.php');188: require_once('screens/install-demos.php');192: require_once('screens/fusion-plugins.php');196: require_once('screens/system-status.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 : metaboxes.php 100: include 'options/options_es.php';105: include 'options/options_slide.php';147: require_once( sprintf( 'tabs/tab_%s.php', $tab_name ) ); 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 : contact.php 13: require_once( 'framework/recaptchalib.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