Karma
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEKarma_[v4.9.3] (1).zip
- FILE SIZE5844787 bytes
- MD56c40ebe6dc7794d9914f2f0c5dd5308d
- SHA15adaa2bc78a6620710e4f32064cec3b8b55abe8b
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION4.9.3
- AUTHOR URIhttp://www.truethemes.net
- TAGSresponsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
- CREATION DATE2019-08-28
- LAST FILE UPDATE2019-08-28
- LAST VALIDATION2019-08-28 14:08
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- 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.
- `$exec -o1 $tempfile`; //you can use up to -o7 but it really slows things d786: $out = `$exec $tempfile $tempfile2`;974: $out = `$command`; Found ` in file timthumb.php. 771: $out =
- ini_set('display_errors', '1'); Found ini_set in file functions.php. 1389:
- base64_decode('R0lGODlhUAAMAIAAAP8AAP///yH5BAAHAP8ALAAAAABQAAwAAAJpjI+py+0P Found base64_decode in file timthumb.php. 230: $imgData =
$signature = rawurlencode(base64_encode(hash_hmac('sha1', $base_string, $key, true)));
Found base64_encode in file latest-tweets.php. - Found <iframe src="'.$url.'" title="" width="'.$width.'" height="'.$height.'"> in file shortcodes.php. 1052: return '<iframe src=''.$url.'' title='' width=''.$width.'' height=''.$height.''>'.$Found <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500"> in file truethemes-recaptchalib.php. 123: <iframe src=''. $server . '/noscript?k=' . $pubkey . $errorpart . '' height
- fopen($tempfile,'r',0,$context);815: $fh = fopen($lockFile, 'w');1035: $fp = fopen($this->cachefile, 'rb');1181: self::$curlFH = fopen($tempfile, 'w');file_put_contents was found in the file timthumb.php 809: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 810: file_put_contents($tempfile4, $fp, FILE_APPEND);1231: if(! file_put_contents($tempfile, $img)){file_put_contents was found in the file timthumb.php 809: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 810: file_put_contents($tempfile4, $fp, FILE_APPEND);1231: if(! file_put_contents($tempfile, $img)){fclose was found in the file timthumb.php 811: fclose($fp);822: fclose($fh);825: fclose($fh);1047: fclose($fp);1199: fclose(self::$curlFH);fopen was found in the file timthumb.php 808: $fp = fopen($tempfile,'r',0,$context);815: $fh = fopen($lockFile, 'w');1035: $fp = fopen($this->cachefile, 'rb');1181: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 811: fclose($fp);822: fclose($fh);825: fclose($fh);1047: fclose($fp);1199: fclose(self::$curlFH);fclose was found in the file timthumb.php 811: fclose($fp);822: fclose($fh);825: fclose($fh);1047: fclose($fp);1199: fclose(self::$curlFH);fwrite was found in the file timthumb.php 1021: fwrite(self::$curlFH, $d);fopen was found in the file timthumb.php 808: $fp = fopen($tempfile,'r',0,$context);815: $fh = fopen($lockFile, 'w');1035: $fp = fopen($this->cachefile, 'rb');1181: self::$curlFH = fopen($tempfile, 'w');fread was found in the file timthumb.php 1038: $imgType = fread($fp, 3);fclose was found in the file timthumb.php 811: fclose($fp);822: fclose($fh);825: fclose($fh);1047: fclose($fp);1199: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1051: $content = file_get_contents ($this->cachefile);1055: $this->debug(3, 'Served using file_get_contents and echo');1217: $img = @file_get_contents ($url);1252: $content = @file_get_contents ($file);fopen was found in the file timthumb.php 808: $fp = fopen($tempfile,'r',0,$context);815: $fh = fopen($lockFile, 'w');1035: $fp = fopen($this->cachefile, 'rb');1181: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 811: fclose($fp);822: fclose($fh);825: fclose($fh);1047: fclose($fp);1199: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1051: $content = file_get_contents ($this->cachefile);1055: $this->debug(3, 'Served using file_get_contents and echo');1217: $img = @file_get_contents ($url);1252: $content = @file_get_contents ($file);file_put_contents was found in the file timthumb.php 809: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 810: file_put_contents($tempfile4, $fp, FILE_APPEND);1231: if(! file_put_contents($tempfile, $img)){readfile was found in the file timthumb.php 1248: $bytes = @readfile($file);file_get_contents was found in the file timthumb.php 1051: $content = file_get_contents ($this->cachefile);1055: $this->debug(3, 'Served using file_get_contents and echo');1217: $img = @file_get_contents ($url);1252: $content = @file_get_contents ($file);file_get_contents was found in the file page-links-to.php 591: $inline_script = file_get_contents( trailingslashit( plugin_dir_path( self::FILE ) ) . $pathfwrite was found in the file truethemes-recaptchalib.php 84: fwrite($fs, $http_request);fclose was found in the file truethemes-recaptchalib.php 88: fclose($fs); fopen was found in the file timthumb.php 808: $fp =
- curl_init')){1188: $curl = curl_init($url);curl_exec was found in the file timthumb.php 1198: $curlResult = curl_exec($curl);curl_init was found in the file latest-tweets.php 103: $feed = curl_init();curl_exec was found in the file latest-tweets.php 105: $json = curl_exec($feed);fsockopen was found in the file truethemes-recaptchalib.php 80: if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) { curl_init was found in the file timthumb.php 1179: if(function_exists('
- add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile multiple_sidebars.php : 206: add_submenu_page('themes.php', 'Sidebars', 'Sidebars', 'manage_options', 'mFile pricing.php : 265: $pricing_page = add_menu_page('Pricing Tables', 'Pricing Tables', 'manage_options', 'uds_prFile pricing.php : 266: $pricing_new = add_submenu_page('uds_pricing_admin', 'Add New', 'Add New', 'manage_options267: $pricing_structure_page = add_submenu_page('uds_pricing_admin', 'Structure', 'Structure', 'manage_opt268: $pricing_products_page = add_submenu_page('uds_pricing_admin', 'Products', 'Products', 'manage_optioFile pricing.php : 266: $pricing_new = add_submenu_page('uds_pricing_admin', 'Add New', 'Add New', 'manage_options267: $pricing_structure_page = add_submenu_page('uds_pricing_admin', 'Structure', 'Structure', 'manage_opt268: $pricing_products_page = add_submenu_page('uds_pricing_admin', 'Products', 'Products', 'manage_optioFile pricing.php : 266: $pricing_new = add_submenu_page('uds_pricing_admin', 'Add New', 'Add New', 'manage_options267: $pricing_structure_page = add_submenu_page('uds_pricing_admin', 'Structure', 'Structure', 'manage_opt268: $pricing_products_page = add_submenu_page('uds_pricing_admin', 'Products', 'Products', 'manage_optio File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( '
- get_bloginfo( 'url' ) ) ) === str_replace( 'http://www.', 'http://', traili get_bloginfo( 'url' ) was found in the file page-links-to.php. Use home_url() instead.529: if ( str_replace( 'http://www.', 'http://', $this_url ) === str_replace( 'http://www.', 'http://', $page ) || ( is_home() && str_replace( 'http://www.', 'http://', trailingslashit(
- get_option( 'home' ); get_option( 'home' ) was found in the file grunion-contact-form.php. Use home_url() instead.755: //$form['blog'] =
Warning
- Found wp_deregister_script in script-enqueue.php. Themes must not deregister core scripts. 57: wp_deregister_script( 'flexslider' );Found wp_deregister_script in pricing.php. Themes must not deregister core scripts. 234: wp_deregister_script('jquery');
- The tag responsive-layout has been deprecated, it must be removed from style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' in file comments.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments '<strong>Add Widgets to this section in Wordpress Dashboard:</strong><br /><br /><ol><li><a href="', >Appearance > Widgets</a></li><li>Add desired Widgets into<br />Contact Sidebar (iPhone)</li></ol>, 'truethemes_localize' in file template_contact_iphone.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'truethemes_localize' in file template-filterable-gallery.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'No Google Map Found. Add a Google Map from within your WP Dashboard under <a href="', >Appearance > Site Options > Content Area</a>, 'truethemes_localize' in file template_contact_googlemap.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Add Social Networks Widget in WP Dashboard: <a href="', style=text-decoration:underline;>Appearance > Widgets</a>, 'truethemes_localize' in file header.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No menus have been created yet. <a href="%s">Appearance > Menus</a>.' in file custom-metaboxes.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Display a slider on this page by selecting one from the dropdown list. <a href="', /framework/admin/screenshots/screenshot-slider-types.png?TB_iframe=false class=thickbox>View Examples</a>, 'truethemes_localize' in file custom-metaboxes.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Enter the Slider ID Number if you wish to display a 3D CU3ER slider on this page.<br /><a href="', /framework/admin/screenshots/screenshot-cu3er-slider-id.png?TB_iframe=false class=thickbox>Where do I find the CU3ER Slider ID Number?</a>, 'truethemes_localize' in file custom-metaboxes.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<a href="', /framework/admin/screenshots/screenshot-image-frames.png?TB_iframe=false class=thickbox>View Examples</a>, 'truethemes_localize' in file custom-metaboxes.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Upload a thumbnail image for this gallery post. This image will be automatically resized.<br /><a href="', /framework/admin/screenshots/screenshot-image-dimensions.png?TB_iframe=false class=thickbox>View Image Dimensions</a>, 'truethemes_localize' in file custom-metaboxes.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Each gallery post can have up to 5 Lightbox items. Each item can be given a Title which is displayed within the Lightbox.<br /><br />Use the "Upload File" button to display an image or enter the full URL to display one of the other <a href="', /framework/admin/screenshots/screenshot-lightbox-media.png?TB_iframe=false class=thickbox>Lightbox Media Types</a>., 'truethemes_localize' in file custom-metaboxes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Invalid)' in file nav-output.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Pending)' in file nav-output.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move up' in file nav-output.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Move down' in file nav-output.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Edit Menu Item' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URL' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Navigation Label' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title Attribute' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Open link in a new window/tab' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CSS Classes (optional)' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link Relationship (XFN)' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The description will be displayed in the menu if the current theme supports it.' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Custom Icon' in file nav-output.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original: %s' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file nav-output.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file nav-output.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s (Pending)' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Column' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Mega Menu' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Menu Item' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URL' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Navigation Label' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Mega Menu Column Title (use a "-" dash for no title)' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title Attribute' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'link Target' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Same window or tab' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New window or tab' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CSS Classes (optional)' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'link Relationship (XFN)' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Description' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Font Awesome Icon example: fa fa-chevron-right' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Original: %s' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Remove' in file karma-megamenu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome to Karma %s' in file karma-welcome.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No menus have been created yet. <a href="%s">Create some</a>.' in file widgets.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Enter custom ALT Text for your website\'s logo. If left blank the Site Title specified within <a href="', >Settings > General</a> will be used., 'truethemes_localize' in file site-options.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments 'Add the Copyright info inside <a href="', >Appearance > Customize</a>, 'truethemes_localize' in file site-options.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'breadcrumb', 'truethemes_localize' in file woocommerce.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'Resore this item from the Trash' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments "truethemes_localize" in file truethemes-recaptcha-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email Address' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subject' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yes' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Spam <span class="count">(%s)</span>', 'Spam <span class="count">(%s)</span>' in file grunion-contact-form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updating Plugin: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme requires the following plugin: %1$s.', 'This theme requires the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'This theme recommends the following plugin: %1$s.', 'This theme recommends the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'There is an update available for: %1$s.', 'There are updates available for the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin updating plugin', 'Begin updating plugins' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin activating plugin', 'Begin activating plugins' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Plugin Installer' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The following plugin was activated successfully:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No action taken. Plugin %1$s was already active.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin not activated. A higher version of %s is needed for this theme. Please update the plugin.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %1$s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There are one or more required or recommended plugins to install, update or activate.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please contact the administrator of this site for help.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file page-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' in file page-comments.php.Found a translation function that has an incorrect number of arguments. Function _e, with the arguments 'Add Copyright in Wordpress Dashboard: <a href="', >Appearance > Customize</a>, 'truethemes_localize' in file footer.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are truethemes_localize, widgets.php, >Appearance > Widgets</a></li><li>Add desired Widgets into<br />Contact Sidebar (iPhone)</li></ol>, admin.php?page=siteoptions, >Appearance > Site Options > Content Area</a>, style=text-decoration:underline;>Appearance > Widgets</a>, /framework/admin/screenshots/screenshot-slider-types.png?TB_iframe=false class=thickbox>View Examples</a>, /framework/admin/screenshots/screenshot-cu3er-slider-id.png?TB_iframe=false class=thickbox>Where do I find the CU3ER Slider ID Number?</a>, /framework/admin/screenshots/screenshot-image-frames.png?TB_iframe=false class=thickbox>View Examples</a>, /framework/admin/screenshots/screenshot-image-dimensions.png?TB_iframe=false class=thickbox>View Image Dimensions</a>, /framework/admin/screenshots/screenshot-lightbox-media.png?TB_iframe=false class=thickbox>Lightbox Media Types</a>., tt_localize, karma_framework, cmb, options-general.php, >Settings > General</a> will be used., tt_theme_framework, customize.php, >Appearance > Customize</a>, tgmpa, page-links-to, bbpress.
- The theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- .ds_store was found.
- Found a mix of \r\n and \n line endings in file timthumb_ext_a29c0ea8ace5cba8894e69aa2d3f4532.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_a6065944fa0942fc3f71eddcfdffa4af.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_8d3e16d649d986528fd28a10fb50ad3b.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_5a88473f5c38fe9e956c88bb27bb28a6.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_0ab4f77455be76b07180103553fab547.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_7c1ec879d1898a70ebe1c914ce53bba6.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_4579e1f9f3d377fcea277d088a671069.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_d6a348de8614c6e6be60c22be0d1e4c2.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_efa5396d4cf29e54bfc2035865c55704.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_391fad7b84ecdc09fb6db012494cdb7e.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_255ff574a33cf6896763023464349a3b.timthumb.txt.Found a mix of \r\n and \n line endings in file timthumb_ext_2b4cef70997580853850f3b1f214b083.timthumb.txt.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $all_cat_text found in translation function in template-filterable-gallery.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in karma-megamenu.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in karma-megamenu.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in karma-megamenu.php. Translation function calls should not contain PHP variables.
- Possible variable $submit_button_text found in translation function in truethemes-recaptcha-functions.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $contact_required found in translation function in grunion-contact-form.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables.
- Possible variable $home_text found in translation function in woocommerce.php. Translation function calls should not contain PHP variables.
- Text Domain: is missing from your style.css header.
- At least one hard coded date was found in the file default-quote.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file default-content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file default-audio.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file default-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file blog-single-layout-left-sidebar.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file blog-single-layout-full-width.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file archive-layout-left-or-right-sidebar.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file blog-single-layout-right-sidebar.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header-splash-page.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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.
- The theme appears to use include or require : custom-metaboxes.php 870: if (!class_exists('cmb_Meta_Box')) {require_once('init.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 : config.php 5: require($wp_include); 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 : interface.php 1: <?php require_once('config.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 : init.php 183: @include( $file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : karma-welcome.php 80: require_once(TRUETHEMES_GLOBAL . '/karma-welcome/karma-support.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 : pricing.php 280: function uds_pricing_admin(){include 'pricing-admin.php';}283: function uds_pricing_structure(){include 'pricing-structure.php';}286: function uds_pricing_new(){include 'pricing-new.php';}289: function uds_pricing_products(){include 'pricing-products.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 : timthumb.php 28: if( file_exists(dirname(__FILE__) . '/timthumb-config.php')) require_once('timthumb-config.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 : page-links-to.php 40: include( dirname( __FILE__ ) . '/lib/wp-stack-plugin.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 : PIE.php 18: include( 'PIE.htc' ); 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.