Elegant Themes Themecheck

SecretHimitsu

Registered Member
Joined
Nov 26, 2011
Messages
55
Reaction score
4
Hello, when I run the wp ThemeCheck plugin on any of Elegant Themes themes, it returns multiple (Like, in the dozens) errors as either 'Required' or 'Recommended', and some like base64 that look a little scary.
I will post the ThemeCheck plugins return here, and hopefully somebody with some more knowledge can look over it and tell me if these themes are dangerous, bad for SEO, or anything else that might be helpful!
I feel this warrants some definite attention, and will be of definite interest. Especially those who make use of their themes, as I am unsure whether the ET team has insidious intent behind their code.

So I apologize for the length of this post, but this really needs to be looked into.


  • REQUIRED:License: is missing from your style.css header.
  • REQUIRED:License URI: is missing from your style.css header.
  • REQUIRED:.sticky css class is needed in your theme css.
  • REQUIRED:.gallery-caption css class is needed in your theme css.
  • REQUIRED:.bypostauthor css class is needed in your theme css.
  • REQUIRED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  • REQUIRED: This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • REQUIRED: No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  • RECOMMENDED: Text domain problems in functions.php. You have not included a text domain!
    Line 80: 'primary-menu' => __( 'Primary Menu' ),
    Line 81: 'secondary-menu' => __( 'Secondary Menu' )
  • RECOMMENDED: No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
  • RECOMMENDED: No reference to add_theme_support( 'custom-header', $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
  • RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  • RECOMMENDED: Tags: is either empty or missing in style.css header.
  • WARNING: could not find the file comments.php in the theme.
  • WARNING: Found base64_decode in the file import_settings.php. base64_decode() is not allowed.
    Line 56: $importedOptions = unserialize(base64_decode($importOptions));
  • WARNING: Both DOS and UNIX style line endings were found in the file SIL Open Font License 1.1.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.
  • REQUIRED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or next_comments_link() and previous_comments_link() to add comment pagination.
  • REQUIRED: Could not find wp_list_comments. See: wp_list_comments
    <?php wp_list_comments( $args ); ?>
  • REQUIRED: Could not find comments_template. See: comments_template
    <?php comments_template( $file, $separate_comments ); ?>
  • REQUIRED: Could not find comment_form. See: comment_form
    <?php comment_form(); ?>
  • RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
  • RECOMMENDED: Screenshot size should be 600x450, to account for HiDPI displays. Any 4:3 image size is acceptable, but 600x450 is preferred.
  • RECOMMENDED: Screenshot dimensions are wrong! Ratio of width to height should be 4:3.
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 995: description: '<?php esc_html_e( 'Type of the box', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 993: name: '<?php esc_html_e( 'Type', $themename ); ?>',
    Line 1015: name: '<?php esc_html_e( 'Type', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 986: description: '<?php esc_html_e( 'Content text or html', $themename ); ?>',
    Line 1002: description: '<?php esc_html_e( 'Content text or html', $themename ); ?>',
    Line 1031: description: '<?php esc_html_e( 'Content text or html', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 985: defaultvalue: '<?php esc_html_e( 'Content goes here', $themename ); ?>',
    Line 1001: defaultvalue: '<?php esc_html_e( 'Content goes here', $themename ); ?>',
    Line 1087: defaultvalue: '<?php esc_html_e( 'Content goes here', $themename ); ?>',
    Line 1110: defaultvalue: '<?php esc_html_e( 'Content goes here', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 984: name: '<?php esc_html_e( 'Content', $themename ); ?>',
    Line 1000: name: '<?php esc_html_e( 'Content', $themename ); ?>',
    Line 1029: name: '<?php esc_html_e( 'Content', $themename ); ?>',
    Line 1109: name: '<?php esc_html_e( 'Content', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 979: description: '<?php esc_html_e( 'Select between expanded and closed state', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 977: name: '<?php esc_html_e( 'State', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 973: description: '<?php esc_html_e( 'Caption title goes here', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 972: defaultvalue: '<?php esc_html_e( 'Caption goes here', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 971: name: '<?php esc_html_e( 'Caption', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 363: 'caption' => __( 'Click here to learn more', $themename ),
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 341: 'text' => esc_html__( 'Add a Tooltip Text', $themename ),
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 305: <input type='submit' name='submit' value='' . esc_html__('Login',$themename) . '' class='etlogin-button' />
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 304: <p><label>' . '<span>' . esc_html__('Password: ',$themename) . '</span>' . '<input type='password' name='pwd
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 303: <p><label>' . '<span>' . esc_html__('Username: ',$themename) . '</span>' . '<input type='text' name='log' id
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 300: <div class='et-protected-title'>' . esc_html__('Member Login',$themename) . '</div>
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 15: wp_localize_script( 'et-shortcodes-js', 'et_shortcodes_strings', array( 'previous' => __( 'Previous', $themename ), 'next' => __( 'Next', $themename ) ) );
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1330: $widthImage = jQuery('<tr><th><label for='et-imagewidth'><?php esc_html_e( 'Image Width', $themename ); ?></label></th><td><input type='text' valu
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1329: $heightImage = jQuery('<tr><th><label for='et-imageheight'><?php esc_html_e( 'Image Height', $themename ); ?></label></th><td><input type='text' val
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1179: $moreTabs = jQuery('<p><a href='#' id='et_add_more_tabs'><?php esc_html_e( '+ Add One More Tab', $themename ); ?></a></p>').appendTo('form#et_shor
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1102: name: '<?php esc_html_e( 'Use resizing', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1098: description: '<?php esc_html_e( 'Author Image URL', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1096: name: '<?php esc_html_e( 'Image Url', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1088: description: '<?php esc_html_e( 'Paste image url here, if you chose 'images' slider type', $themename )
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1086: name: '<?php esc_html_e( 'Tab Content', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1079: name: '<?php esc_html_e( 'Tab Text', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1075: description: '<?php esc_html_e( 'Automattic slider speed (works only if Auto is set to yes)', $themenam
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1073: name: '<?php esc_html_e( 'Auto Speed', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1068: description: '<?php esc_html_e( 'Choose yes if you want for automatic slider animation', $themename );
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1066: name: '<?php esc_html_e( 'Auto', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1061: description: '<?php esc_html_e( 'Select Animation Effect', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1059: name: '<?php esc_html_e( 'Effect', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1054: description: '<?php esc_html_e( 'Select Slider Type here', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1052: name: '<?php esc_html_e( 'Slider Type', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1044: description: '<?php esc_html_e( 'Select yes if the link should be opened in a new window', $themename )
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1042: name: '<?php esc_html_e( 'Open link in new window', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1037: description: '<?php esc_html_e( 'Used for icon button type', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1035: name: '<?php esc_html_e( 'Icon', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1030: defaultvalue: '<?php esc_html_e( 'Link text', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1024: description: '<?php esc_html_e( 'Choose button color', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1022: name: '<?php esc_html_e( 'Color', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1017: description: '<?php esc_html_e( 'Choose button type', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1011: description: '<?php esc_html_e( 'URL', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
    Line 1009: name: '<?php esc_html_e( 'Link', $themename ); ?>',
  • RECOMMENDED: Possible variable $themename found in translation function in shortcodes.php. Translation function calls must NOT contain PHP variables.
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 97: <input type='checkbox' name='et_ptemplate_showdesc' id='et_ptemplate_showdesc' value=''<?php checked( $et_ptemplate_showdesc ); ?> /> <?php esc_html_e( 'Show Descriptions', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 92: <input type='checkbox' name='et_ptemplate_showtitle' id='et_ptemplate_showtitle' value=''<?php checked( $et_ptemplate_showtitle ); ?> /> <?php esc_html_e( 'Show Titles', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 87: <input type='checkbox' name='et_ptemplate_showthumb' id='et_ptemplate_showthumb' value=''<?php checked( $et_ptemplate_showthumb ); ?> /> <?php esc_html_e( 'Hide Auto Thumbnail', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 82: <input type='checkbox' name='et_ptemplate_blogstyle' id='et_ptemplate_blogstyle' value=''<?php checked( $et_ptemplate_blogstyle ); ?> /> <?php esc_html_e( 'Blog Style mode', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 76: <label for='et_email_to' style='color: #000; font-weight: bold;'> <?php esc_html_e( 'Email To:', $themename ); ?> </label>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 72: <input type='checkbox' name='et_regenerate_numbers' id='et_regenerate_numbers' value=''<?php checked( $et_regenerate_numbers ); ?> /> <?php esc_html_e( 'Regenerate captcha numbers', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 67: <input type='checkbox' name='et_fullwidthpage' id='et_fullwidthpage' value=''<?php checked( $et_fullwidthpage ); ?> /> <?php esc_html_e( 'Full Width Page', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 62: <p><?php esc_html_e( 'Additional settings appear here, when one of ET page templates is sele
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 35: add_meta_box('et_ptemplate_meta', esc_html__( 'ET Page Template Settings', $themename ), 'et_ptemplate_meta', 'page',
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 142: <h4><?php esc_html_e( 'Select gallery categories:', $themename ); ?></h4>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 123: <h4><?php esc_html_e( 'Select blog categories:', $themename ); ?></h4>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 113: <label for='et_ptemplate_blog_perpage' style='color: #000; font-weight: bold;'> <?php esc_html_e( 'Number of posts per page:', $themename ); ?> </label>
    Line 118: <label for='et_ptemplate_gallery_perpage' style='color: #000; font-weight: bold;'> <?php esc_html_e( 'Number of posts per page:', $themename ); ?> </label>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 109: <label title='Large'><input type='radio' name='et_ptemplate_imagesize' value='3'<?php checked( $et_ptemplate_imagesize, 3 ); ?>> <span><?php esc_html_e( 'Large', $themename ); ?></span></label>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 108: <label title='Medium'><input type='radio' name='et_ptemplate_imagesize' value='2'<?php checked( $et_ptemplate_imagesize, 2 ); ?>> <span><?php esc_html_e( 'Medium', $themename ); ?></span></label><br><br>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 107: <label title='Small'><input type='radio' name='et_ptemplate_imagesize' value='1'<?php checked( $et_ptemplate_imagesize, 1 ); ?>> <span><?php esc_html_e( 'Small', $themename ); ?></span></label><br><br>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 106: <p style='font-weight: bold; padding-bottom: 7px;'><?php esc_html_e( 'Thumbnail Size:', $themename ); ?></p>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
    Line 102: <input type='checkbox' name='et_ptemplate_detect_portrait' id='et_ptemplate_detect_portrait' value=''<?php checked( $et_ptemplate_detect_portrait ); ?> /> <?php esc_html_e( 'Detect Portrait Images', $themename ); ?></label><br/>
  • RECOMMENDED: Possible variable $themename found in translation function in page_templates.php. Translation function calls must NOT contain PHP variables.
  • RECOMMENDED: Possible variable $themename found in translation function in installation.php. Translation function calls must NOT contain PHP variables.
    Line 1: <a href='http://www.elegantthemes.com/gallery/estore/readme.html' target='_blank'><?php esc_html_e( 'Read eStore Documentation', $themename ); ?></a>
  • RECOMMENDED: Possible variable $themename found in translation function in custom_functions.php. Translation function calls must NOT contain PHP variables.
    Line 989: return __( 'Auto-updates are not available for this theme. If this is an Elegant T
  • RECOMMENDED: Possible variable $themename found in translation function in custom_functions.php. Translation function calls must NOT contain PHP variables.
    Line 985: return __( 'There is a new version of %1$s available. <a href='%2$s' class='thickb
  • RECOMMENDED: Possible variable $themename found in translation function in custom_functions.php. Translation function calls must NOT contain PHP variables.
    Line 973: printf( __('<div class='updated'><p>This is a fresh installation of %1$s theme. Don
  • RECOMMENDED: Possible variable $themename found in translation function in custom_functions.php. Translation function calls must NOT contain PHP variables.
    Line 402: <li <?php if (is_front_page() || is_home()) echo('class='current_page_item'') ?>><a href='<?php echo esc_url( home_url() ); ?>'><?php _e('Home',$themename); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 93: if ( $_GET['reset'] ) echo '<div id='message' class='updated fade'><p><strong>' . esc_html( $themename ) . ' ' . esc_html__( 'settings reset.', $themename ) . '</strong></p></div>';
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 90: if ( $_GET['saved'] ) echo '<div id='message' class='updated fade'><p><strong>' . esc_html( $themename ) . ' ' . esc_html__( 'settings saved.', $themename ) . '</strong></p></div>';
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 73: $core_page = add_theme_page( $themename . ' ' . esc_html__( 'Options', $themename ), $themename . ' ' . esc_html__( 'Theme Options'
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 389: <span><?php esc_html_e( 'Saving...', $themename ); ?></span>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 373: <?php _e( 'This will return all of the settings throughout the options page to th
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 362: <input name='save' type='submit' value='<?php esc_html_e( 'Save changes', $themename ); ?>' id='epanel-save' />
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 27: 'et_options_saved_text' => esc_html__( 'Options Saved.', $themename ),
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 26: 'et_saving_text' => esc_html__( 'Saving...', $themename ),
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 229: esc_html_e( 'You don't have pages', $themename );
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 204: <input class='upload_image_button' type='button' value='<?php esc_attr_e( 'Upload Image', $themename ); ?>' />
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 203: <span class='upload_image_reset'><?php esc_html_e( 'Reset', $themename ); ?></span>
    Line 377: <input name='reset' type='submit' value='<?php esc_html_e( 'Reset', $themename ); ?>' id='epanel-reset' />
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 132: <li><a href='#wrap-support'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/support-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'Support Docs', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 129: <li><a href='#wrap-integration'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/integration-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'Integration', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 126: <li><a href='#wrap-seo'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/seo-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'SEO', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 123: <li><a href='#wrap-colorization'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/colorization-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'Colorization', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 120: <li><a href='#wrap-advertisements'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/ad-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'Ad Management', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 117: <li><a href='#wrap-layout'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/layout-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'Layout Settings', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 114: <li><a href='#wrap-navigation'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/navigation-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'Navigation', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
    Line 111: <li><a href='#wrap-general'><img src='<?php echo get_template_directory_uri() ?>/epanel/images/general-icon.png' class='pngfix' alt='' /><?php esc_html_e( 'General Settings', $themename ); ?></a></li>
  • RECOMMENDED: Possible variable $themename found in translation function in core_functions.php. Translation function calls must NOT contain PHP variables.
  • RECOMMENDED: image_resize found in the file custom_functions.php. Deprecated since version 3.5. Use wp_get_image_editor() instead.
    Line 810: $result = image_resize( $localfile, $new_width, $new_height, $crop, $suffix, $destina
  • RECOMMENDED: get_theme_data found in the file custom_functions.php. Deprecated since version 3.4. Use wp_get_theme() instead.
    Line 453: $theme_info = get_theme_data(TEMPLATEPATH . '/style.css');
  • RECOMMENDED: get_current_theme found in the file custom_functions.php. Deprecated since version 3.4. Use wp_get_theme() instead.
    Line 973: printf( __('<div class='updated'><p>This is a fresh installation of %1$s theme. Don\'t forget to go to <a href='%2$s'>ePanel</a> to set it up. This message will disappear once you have clicked the Save button within the <a href='%2$s'>theme\'s options page</a>.</p></div>',$themename), get_current_theme(), admin_url( 'themes.php?page=core_functions.php' ) );
  • RECOMMENDED: get_bloginfo(template_directory) was found in the file header.php. Use get_template_directory_uri() instead.
  • RECOMMENDED: get_bloginfo(template_directory) was found in the file additional_functions.php. Use get_template_directory_uri() instead.
  • RECOMMENDED: bloginfo(url) was found in the file header.php. Use echo home_url() instead.
  • RECOMMENDED: bloginfo(template_directory) was found in the file scripts.php. Use get_template_directory_uri() instead.
  • RECOMMENDED: bloginfo(template_directory) was found in the file header.php. Use get_template_directory_uri() instead.
  • RECOMMENDED: add_custom_background found in the file custom_functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-background', $args ) instead.
    Line 4: add_custom_background();
  • RECOMMENDED: TEMPLATEPATH was found in the file core_functions.php. Use get_template_directory() instead.
    Line 322: <?php include( TEMPLATEPATH . '/includes/functions/' . $value['name'] . '.php' ); ?>
  • INFO: Possible hard-coded links were found in the file tutorials.php.
    Line 1: <a href='http://www.elegantthemes.com/members-area/tutorials/' target='_blank'>Watch
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
    Line 26: <a href='http://www.elegantthemes.com/gallery/ephoto/readme.html'>ePhoto</a>,
    Line 27: <a href='http://www.elegantthemes.com/gallery/bold/readme.html'>Bold</a>,
    Line 28: <a href='http://www.elegantthemes.com/gallery/enews/readme.html'>eNews</a>
    Line 32: <div class='indent'><p>Many of the common issues that occur have already been covered in the video tutorials section of the members area. To access the video tutorials page <a href='http://www.elegantthemes.com/members-area/tutorials'>log in here</a>. </p>
    Line 41: For more information you can also refer to this detailed video tutorial: <a href='http://www.elegantthemes.com/members-area/tutorials/uploading.php'>Installi
    Line 41: For more information you can also refer to this detailed video tutorial: <a href='http://www.elegantthemes.com/members-area/tutorials/uploading.php'>Installi
    Line 51: <div class='indent'><p>There are several different things that could lead to thumbnail troubles. For more information please read the following guide: <a href='http://www.elegantthemes.com/troubleshooting-timthumb.html'>Troubleshooting
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
    Line 26: <a href='http://www.elegantthemes.com/gallery/ephoto/readme.html'>ePhoto</a>,
    Line 27: <a href='http://www.elegantthemes.com/gallery/bold/readme.html'>Bold</a>,
    Line 28: <a href='http://www.elegantthemes.com/gallery/enews/readme.html'>eNews</a>
    Line 32: <div class='indent'><p>Many of the common issues that occur have already been covered in the video tutorials section of the members area. To access the video tutorials page <a href='http://www.elegantthemes.com/members-area/tutorials'>log in here</a>. </p>
    Line 41: For more information you can also refer to this detailed video tutorial: <a href='http://www.elegantthemes.com/members-area/tutorials/uploading.php'>Installi
    Line 41: For more information you can also refer to this detailed video tutorial: <a href='http://www.elegantthemes.com/members-area/tutorials/uploading.php'>Installi
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
    Line 26: <a href='http://www.elegantthemes.com/gallery/ephoto/readme.html'>ePhoto</a>,
    Line 27: <a href='http://www.elegantthemes.com/gallery/bold/readme.html'>Bold</a>,
    Line 28: <a href='http://www.elegantthemes.com/gallery/enews/readme.html'>eNews</a>
    Line 32: <div class='indent'><p>Many of the common issues that occur have already been covered in the video tutorials section of the members area. To access the video tutorials page <a href='http://www.elegantthemes.com/members-area/tutorials'>log in here</a>. </p>
    Line 41: For more information you can also refer to this detailed video tutorial: <a href='http://www.elegantthemes.com/members-area/tutorials/uploading.php'>Installi
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
    Line 26: <a href='http://www.elegantthemes.com/gallery/ephoto/readme.html'>ePhoto</a>,
    Line 27: <a href='http://www.elegantthemes.com/gallery/bold/readme.html'>Bold</a>,
    Line 28: <a href='http://www.elegantthemes.com/gallery/enews/readme.html'>eNews</a>
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
    Line 26: <a href='http://www.elegantthemes.com/gallery/ephoto/readme.html'>ePhoto</a>,
    Line 27: <a href='http://www.elegantthemes.com/gallery/bold/readme.html'>Bold</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
    Line 26: <a href='http://www.elegantthemes.com/gallery/ephoto/readme.html'>ePhoto</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
    Line 25: <a href='http://www.elegantthemes.com/gallery/ebusiness/readme.html'>eBusiness</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
    Line 24: <a href='http://www.elegantthemes.com/gallery/cherrytruffle/readme.html'>CherryTruff
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
    Line 23: <a href='http://www.elegantthemes.com/gallery/puretype/readme.html'>PureType</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
    Line 22: <a href='http://www.elegantthemes.com/gallery/basic/readme.html'>Basic</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
    Line 21: <a href='http://www.elegantthemes.com/gallery/coldstone/readme.html'>ColdStone</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
    Line 20: <a href='http://www.elegantthemes.com/gallery/lightsource/readme.html'>LightSource</
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
    Line 19: <a href='http://www.elegantthemes.com/gallery/egamer/readme.html'>eGamer</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
    Line 18: <a href='http://www.elegantthemes.com/gallery/evid/readme.html'>eVid</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
    Line 17: <a href='http://www.elegantthemes.com/gallery/cion/readme.html'>Cion</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
    Line 16: <a href='http://www.elegantthemes.com/gallery/egallery/readme.html'>eGallery</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
    Line 15: <a href='http://www.elegantthemes.com/gallery/grungemag/readme.html'>GrungeMag</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
    Line 14: <a href='http://www.elegantthemes.com/gallery/influx/readme.html'>Influx</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
    Line 13: <a href='http://www.elegantthemes.com/gallery/studioblue/readme.html'>StudioBlue</a>
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
    Line 12: <a href='http://www.elegantthemes.com/gallery/whoswho/readme.html'>Who'sWho</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
    Line 11: <a href='http://www.elegantthemes.com/gallery/interphase/readme.html'>InterPhase</a>
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
    Line 10: <a href='http://www.elegantthemes.com/gallery/wooden/readme.html'>Wooden</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
    Line 9: <a href='http://www.elegantthemes.com/gallery/tidalforce/readme.html'>TidalForce</a>
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
    Line 8: <a href='http://www.elegantthemes.com/gallery/artsee/readme.html'>ArtSee</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
    Line 7: <a href='http://www.elegantthemes.com/gallery/earthlytouch/readme.html'>EarthlyTouch
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
    Line 6: <a href='http://www.elegantthemes.com/gallery/quadro/readme.html'>Quadro</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
    Line 5: <a href='http://www.elegantthemes.com/gallery/simplism/readme.html'>Simplism</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
    Line 4: <a href='http://www.elegantthemes.com/gallery/bluemist/readme.html'>BlueMist</a>,
  • INFO: Possible hard-coded links were found in the file troubleshooting.php.
    Line 3: <a href='http://www.elegantthemes.com/gallery/bluesky/readme.html'>Bluesky</a>,
  • INFO: Possible hard-coded links were found in the file installation.php.
    Line 1: <a href='http://www.elegantthemes.com/gallery/estore/readme.html' target='_blank'><?
  • INFO: Possible hard-coded links were found in the file footer.php.
    Line 6: <p id='copyright'><?php esc_html_e('Designed by ','eStore'); ?> <a href='http://www.elegantthemes.com' title='Elegant Themes'>Elegant Themes</a> | <
  • INFO: At least one hard coded date was found in the file breadcrumbs.php. Consider get_option( 'date_format' )
  • INFO: custom_functions.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 15: require_once(TEMPLATEPATH . '/epanel/shortcodes/shortcodes.php');
    Line 18: require_once(TEMPLATEPATH . '/epanel/page_templates/page_templates.php');
    Line 21: require_once(TEMPLATEPATH . '/epanel/import_settings.php');
    Line 1029: require_once( get_template_directory() . esc_attr( '/epanel/options_{$short
  • INFO: core_functions.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
    Line 322: <?php include( TEMPLATEPATH . '/includes/functions/' . $value['name'] . '.php' );

And that is all of it, Thank You for any help any of you can give to this.
 
Is there nobody here with the knowledge or the wherewithal to help me with this?
I can't move forwards without this.
 
Back
Top