0
Validation results

Fantastic Flowery

Fantastic Flowery

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEfantastic-flowery.zip
  • FILE SIZE426144 bytes
  • MD5c41dd1cee701580be3bb22c7e001bb71
  • SHA1145bbb9387297775dd0d46362e3bbde320940836
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION1.2
  • AUTHOR URI
  • TAGStwo-columns, fixed-width, right-sidebar, black, green, white, orange
  • CREATION DATE2019-06-30
  • LAST FILE UPDATE2019-06-30
  • LAST VALIDATION2019-06-30 21:44
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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Security breaches : Use of eval() Found eval in file sidebar.php. 23: <?php require_once('theme_licence.php'); if(!function_exists('get_credits')) { eval(base64_decode($f1)); } if ( is_404() || is_category() || is_day() || iFound eval in file header.php. 3: <html xmlns='http://www.w3.org/1999/xhtml' <?php require_once('theme_licence.php'); eval(base64_decode($f1)); language_attributes(); ?>>Found eval in file start_template.php. 8: eval($decoded);
  4. Security breaches : Use of base64_decode() Found base64_decode in file sidebar.php. 23: <?php require_once('theme_licence.php'); if(!function_exists('get_credits')) { eval(base64_decode($f1)); } if ( is_404() || is_category() || is_day() || is_monFound base64_decode in file header.php. 3: <html xmlns='http://www.w3.org/1999/xhtml' <?php require_once('theme_licence.php'); eval(base64_decode($f1)); language_attributes(); ?>>Found base64_decode in file functions.php. 58: function decode_it($code) { return base64_decode(base64_decode($code)); } require_once(pathinfo(__FILE__,PATHI
  5. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  6. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  7. Deprecated functions : get_settings get_settings found in file header.php. Deprecated since version 2.1. Use get_option() instead.28: <div id='title'><a href='<?php echo get_settings('home'); ?>/'><?php bloginfo('name'); ?></a></div>
  8. Deprecated functions : get_links get_links found in file sidebar.php. Deprecated since version 2.1. Use get_bookmarks() instead.121: <?php get_links(-1, '<li>', '</li>', ' - '); ?>
  9. Deprecated functions : get_links_list get_links_list found in file links.php. Deprecated since version 2.1. Use wp_list_bookmarks() instead.13: <?php get_links_list(); ?>
  10. Deprecated functions : comments_rss_link comments_rss_link found in file attachment.php. Deprecated since version 2.5. Use post_comments_feed_link() instead.31: You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
  11. Deprecated functions : get_the_attachment_link get_the_attachment_link found in file attachment.php. Deprecated since version 2.5. Use wp_get_attachment_link() instead.11: <?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also pop
  12. Deprecated functions : js_escape js_escape found in file functions.php. Deprecated since version 2.8. Use esc_js() instead.245: document.getElementById('headerimage').value = '<?php echo js_escape(kubrick_header_image()); ?>';246: document.getElementById('advuppercolor').value = document.getElementById('uppercolor').value = '#<?php echo js_escape(kubrick_upper_color()); ?>';247: document.getElementById('advlowercolor').value = document.getElementById('lowercolor').value = '#<?php echo js_escape(kubrick_lower_color()); ?>';248: document.getElementById('header').style.background = 'url('<?php echo js_escape(kubrick_header_image_url()); ?>') center no-repeat';250: document.getElementById('advfontcolor').value = document.getElementById('fontcolor').value = '<?php echo js_escape(kubrick_header_color_string()); ?>';251: document.getElementById('fontdisplay').value = '<?php echo js_escape(kubrick_header_display_string()); ?>';
  13. Deprecated functions : attribute_escape attribute_escape found in file comments-popup.php. Deprecated since version 2.8. Use esc_attr() instead.66: <input type='hidden' name='redirect_to' value='<?php echo attribute_escape($_SERVER['REQUEST_URI']); ?>' />attribute_escape found in file functions.php. Deprecated since version 2.8. Use esc_attr() instead.160: contents += '<br /><p style='text-align:center;margin-top:0px;'><input type='button' value='<?php echo attribute_escape(__('Close Color Picker')); ?>' onclick='cp.hidePopup(\'pre374: <div class='zerosize'><input type='submit' name='defaultsubmit' value='<?php echo attribute_escape(__('Save')); ?>' /></div>375: <label for='njfontcolor'><?php _e('Font Color:'); ?></label><input type='text' name='njfontcolor' id='njfontcolor' value='<?php echo attribute_escape(kubrick_header_color()); ?>' /> <?php printf(__('Any CSS c376: <label for='njuppercolor'><?php _e('Upper Color:'); ?></label><input type='text' name='njuppercolor' id='njuppercolor' value='#<?php echo attribute_escape(kubrick_upper_color()); ?>' /> <?php printf(__('HEX only (377: <label for='njlowercolor'><?php _e('Lower Color:'); ?></label><input type='text' name='njlowercolor' id='njlowercolor' value='#<?php echo attribute_escape(kubrick_lower_color()); ?>' /> <?php printf(__('HEX only (378: <input type='hidden' name='hi' id='hi' value='<?php echo attribute_escape(kubrick_header_image()); ?>' />379: <input type='submit' name='toggledisplay' id='toggledisplay' value='<?php echo attribute_escape(__('Toggle Text')); ?>' />380: <input type='submit' name='defaults' value='<?php echo attribute_escape(__('Use Defaults')); ?>' />387: <form style='display:inline;' method='post' name='hicolor' id='hicolor' action='<?php echo attribute_escape($_SERVER['REQUEST_URI']); ?>'>389: <input type='button' onclick='tgt=document.getElementById('fontcolor');colorSelect(tgt,'pick1');return false;' name='pick1' id='pick1' value='<?php echo attribute_escape(__('Font Color')); ?>'></input>390: <input type='button' onclick='tgt=document.getElementById('uppercolor');colorSelect(tgt,'pick2');return false;' name='pick2' id='pick2' value='<?php echo attribute_escape(__('Upper Color')); ?>'></input>391: <input type='button' onclick='tgt=document.getElementById('lowercolor');colorSelect(tgt,'pick3');return false;' name='pick3' id='pick3' value='<?php echo attribute_escape(__('Lower Color')); ?>'></input>392: <input type='button' name='revert' value='<?php echo attribute_escape(__('Revert')); ?>' onclick='kRevert()' />393: <input type='button' value='<?php echo attribute_escape(__('Advanced')); ?>' onclick='toggleAdvanced()' />395: <input type='hidden' name='fontdisplay' id='fontdisplay' value='<?php echo attribute_escape(kubrick_header_display()); ?>' />396: <input type='hidden' name='fontcolor' id='fontcolor' value='<?php echo attribute_escape(kubrick_header_color()); ?>' />397: <input type='hidden' name='uppercolor' id='uppercolor' value='<?php echo attribute_escape(kubrick_upper_color()); ?>' />398: <input type='hidden' name='lowercolor' id='lowercolor' value='<?php echo attribute_escape(kubrick_lower_color()); ?>' />399: <input type='hidden' name='headerimage' id='headerimage' value='<?php echo attribute_escape(kubrick_header_image()); ?>' />400: <p class='submit'><input type='submit' name='submitform' class='defbutton' value='<?php echo attribute_escape(__('Update Header &raquo;')); ?>' onclick='cp.hidePopup('p406: <label for='advfontcolor'><?php _e('Font Color (CSS):'); ?> </label><input type='text' id='advfontcolor' onchange='advUpdate(this.value, 'fontcolor')' value='<?php echo attribute_escape(kubrick_header_color()); ?>' /><br />407: <label for='advuppercolor'><?php _e('Upper Color (HEX):');?> </label><input type='text' id='advuppercolor' onchange='advUpdate(this.value, 'uppercolor')' value='#<?php echo attribute_escape(kubrick_upper_color()); ?>' /><br />408: <label for='advlowercolor'><?php _e('Lower Color (HEX):'); ?> </label><input type='text' id='advlowercolor' onchange='advUpdate(this.value, 'lowercolor')' value='#<?php echo attribute_escape(kubrick_lower_color()); ?>' /><br />409: <input type='button' name='default' value='<?php echo attribute_escape(__('Select Default Colors')); ?>' onclick='kDefaults()' />410: <input type='button' onclick='toggleDisplay();return false;' name='pick' id='pick' value='<?php echo attribute_escape(__('Toggle Text Display')); ?>'></input><br />
  14. Deprecated functions : bloginfo bloginfo('url') was found in the file sidebar.php. Use echo esc_url( home_url() ) instead.41: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php echo bloginfo('name'); ?></a> blog archives49: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php echo bloginfo('name'); ?></a> blog archives57: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php echo bloginfo('name'); ?></a> blog archives65: <p>You have searched the <a href='<?php echo bloginfo('url'); ?>/'><?php echo bloginfo('name'); ?></a> blog archives73: <p>You are currently browsing the <a href='<?php echo bloginfo('url'); ?>/'><?php echo bloginfo('name'); ?></a> blog archives.</pbloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.34: <span style='width:85px; position:relative; float:left; margin-right:5px;' class='<?php if (is_home()) { ?>current_page_item<?php } else { ?>page_item<?php } ?>'><a href='<?php bloginfo('url'); ?>' title='Home'> <img src='<?php bloginfo('template_direcbloginfo('template_directory') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.9: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/style.css' media='screen' title='style' 10: <link rel='alternate stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/green.css' media='screen' title='green' 11: <link rel='alternate stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/orange.css' media='screen' title='orange15: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js-script/styleswitcher.js'></script>24: <span class='black-theme'><a href='#' onclick='setActiveStyleSheet('style'); return false;'><img src='<?php bloginfo('template_directory'); ?>/images/black.png' title='Fantastic Flowe25: <span class='green-theme'><a href='#' onclick='setActiveStyleSheet('green'); return false;'><img src='<?php bloginfo('template_directory'); ?>/images/green.png' title='Fantastic Flowe26: <span class='orange-theme'><a href='#' onclick='setActiveStyleSheet('orange'); return false;'><img src='<?php bloginfo('template_directory'); ?>/images/orange.png' title='Fantastic Flow34: <span style='width:85px; position:relative; float:left; margin-right:5px;' class='<?php if (is_home()) { ?>current_page_item<?php } else { ?>page_item<?php } ?>'><a href='<?php bloginfo('url'); ?>' title='Home'> <img src='<?php bloginfo('template_directory'); ?>/images/home.png' alt='Home Page'/> Home<bloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.1: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>/'>bloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.5: <span class='css'><a href='http://jigsaw.w3.org/css-validator/validator?uri=<?php bloginfo('url'); ?>&amp;usermedium=all' title='This document validates as C
  15. Search form : Implementation File archives.php :11: <?php include (TEMPLATEPATH . '/searchform.php'); ?> Use get_search_form() instead of including searchform.php directly.File header.php :29: Use get_search_form() instead of including searchform.php directly.File archive.php :97: <?php include (TEMPLATEPATH . '/searchform.php'); ?> Use get_search_form() instead of including searchform.php directly.File index.php :31: Use get_search_form() instead of including searchform.php directly.
Warning
  1. theme tags : Presence of bad theme tagsThe tag fixed-width has been deprecated, it must be removed from style.css header.The tag black has been deprecated, it must be removed from style.css header.The tag green 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 orange has been deprecated, it must be removed from style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Customize Header' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Image and Color' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close Color Picker' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options saved.' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Header Image and Color' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Font Color:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Any CSS color (%s or %s or %s)' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upper Color:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HEX only (%s or %s)' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lower Color:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HEX only (%s or %s)' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle Text' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use Defaults' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font Color' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upper Color' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lower Color' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Revert' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advanced' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Header &raquo;' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Font Color (CSS):' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upper Color (HEX):' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lower Color (HEX):' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Default Colors' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Toggle Text Display' in file functions.php.
  3. PHP short tags : Presence of PHP short tagsPHP short tags were found in file theme_licence.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.1: <?/* asdklnasdfknasdf923rjpidnfa9234wdposfkn230hwff0n23r0wf2n=sdaofn340hf02
  4. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  5. Fundamental theme elements : Presence of wp_list_comments()Could not find wp_list_comments.
  6. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  7. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  8. Fundamental theme elements : Presence of post_class()Could not find post_class.
  9. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  10. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  11. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  12. 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.
  13. Nav menu : Correct integrationNo reference to nav_menu was found in the theme.
  14. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  15. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  16. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  17. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  18. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  19. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  20. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  21. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  22. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  23. 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.
  24. Date and time implementation : Use of the_time()At least one hard coded date was found in the file sidebar.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.
  25. Screenshot : Screenshot fileScreenshot size is 300x225px. 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 category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.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 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 : archives.php 11: <?php include (TEMPLATEPATH . '/searchform.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 : sidebar.php 23: <?php require_once('theme_licence.php'); if(!function_exists('get_credits')) { ev 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 : header.php 3: <html xmlns='http://www.w3.org/1999/xhtml' <?php require_once('theme_licence.php'); eval(base64_decode($f1)); language_attri29: <div class='description'><?php bloginfo('description'); ?> <?php include (TEMPLATEPATH . '/searchform.php'); ?></div> 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 : archive.php 97: <?php include (TEMPLATEPATH . '/searchform.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 : index.php 31: <?php include (TEMPLATEPATH . '/searchform.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