Fantastic Flowery
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEfantastic-flowery.zip
- FILE SIZE426144 bytes
- MD5c41dd1cee701580be3bb22c7e001bb71
- SHA1145bbb9387297775dd0d46362e3bbde320940836
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.2
- AUTHOR URIhttp://www.isoftwarereviews.com/
- 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
- 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.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- 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); Found eval in file sidebar.php. 23: <?php require_once('theme_licence.php'); if(!function_exists('get_credits')) {
- 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 Found base64_decode in file sidebar.php. 23: <?php require_once('theme_licence.php'); if(!function_exists('get_credits')) { eval(
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - get_settings('home'); ?>/'><?php bloginfo('name'); ?></a></div> 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_links(-1, '<li>', '</li>', ' - '); ?> get_links found in file sidebar.php. Deprecated since version 2.1. Use get_bookmarks() instead.121: <?php
- get_links_list(); ?> get_links_list found in file links.php. Deprecated since version 2.1. Use wp_list_bookmarks() instead.13: <?php
- comments_rss_link('RSS 2.0'); ?> feed. 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
- get_the_attachment_link($post->ID, true, array(450, 800)); // This also pop get_the_attachment_link found in file attachment.php. Deprecated since version 2.5. Use wp_get_attachment_link() instead.11: <?php $attachment_link =
- 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()); ?>'; js_escape found in file functions.php. Deprecated since version 2.8. Use esc_js() instead.245: document.getElementById('headerimage').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 »')); ?>' 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 /> 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
- 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'); ?>&usermedium=all' title='This document validates as C 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
- 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. File archives.php :11: <?php
Warning
- The 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.
- 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 »' 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.
- PHP 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
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find body_class call in body tag.
- Could not find post_class.
- The 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.
- 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.
- No reference to nav_menu was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- 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.
- Screenshot 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
- 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 category.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 image.php.
- The 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.