Newsmag
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMENewsmag_[v4.3].zip
- FILE SIZE7582372 bytes
- MD5d8995122dc5d3023c2bd95d969f57a1c
- SHA13766df5fa8eeaf892684fa1637c8dcdcd3fe9dfd
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION4.3
- TAGSblack, white, one-column, two-columns, fixed-layout
- CREATION DATE2020-03-13
- LAST FILE UPDATE2020-03-13
- LAST VALIDATION2020-03-13 08:11
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- base64_decode( $att_value, true ) && base64_encode( base64_decode( $att_val56: $decoded_values = base64_decode( $att_value, true );488: if ( base64_decode( $shortcode_att, true ) && base64_encode( base64_decode( $sho490: $decoded_values = base64_decode( $shortcode_att, true );Found base64_decode in file td_view_import_export_settings.php. 33: $theme_settings = @unserialize(@base64_decode($_POST['td_update_theme_options']['tds_update_theme_options']Found base64_decode in file td_demo_util.php. 597: $decoded_match = base64_decode( $match );Found base64_decode in file td_demo_installer.php. 204: $file_settings = unserialize(base64_decode(file_get_contents($file_path, true)));Found base64_decode in file td_block.php. 370: $tdcCssDecoded = base64_decode($tdcCss);1927: $decoded_shortcode_att = @base64_decode( $shortcode_att, true );Found base64_decode in file td_util.php. 1541: return base64_decode($variable); Found base64_decode in file td_css_res_compiler.php. 54: if ( is_string( $att_value ) &&
if ( is_string( $att_value ) && base64_decode( $att_value, true ) && base64_encode( base64_decode( $att_value, true ) ) === $att_value && mb_det
if ( base64_decode( $shortcode_att, true ) && base64_encode( base64_decode( $shortcode_att, true ) ) === $shortcode_att &
Found base64_encode in file td_view_import_export_settings.php.$td_read_theme_settings = base64_encode(serialize(get_option(TD_THEME_OPTIONS_NAME)));
$td_export_demo_settings = base64_encode(serialize($td_export_demo_settings_ref));
Found base64_encode in file td_demo_util.php.$file_content = str_replace( $css_matches[0][$css_key], 'tdc_css='' . base64_encode( $decoded_match ) . ''' , $file_content );
Found base64_encode in file twitter-client.php.$this->args['oauth_signature'] = base64_encode( hash_hmac( 'sha1', $str, $key, true ) );
Found base64_encode in file td_util.php.return base64_encode($variable);
Found base64_encode in file td_css_res_compiler.php. - Found <iframe id="td_youtube_player" width="600" height="560" src="' . 'https://www.youtube.com/embed/' . self::get_youtube_id($videoUrl) . '?enablejsapi=1&feature=oembed&wmode=opaque&vq=hd720' . self::get_youtube_time_param($videoUrl) . '" frameborder="0" allowfullscreen=""> in file td_video_support.php. 25: <iframe id='td_youtube_player' width='600' height='560' src='' . 'https://wFound <iframe frameBorder="0" src="' . td_global::$http_or_https . '://www.facebook.com/plugins/like.php?href=' . $this-> in file td_module_single.php. 25: $buffy .= '<iframe frameBorder='0' src='' . td_global::$http_or_https . '://www.facebo
- file_get_contents',153: case 'file_get_contents':154: return self::get_url_file_get_contents($url, $caller_id);198: * file_get_contents download channel204: private static function get_url_file_get_contents($url, $caller_id = '') {216: $td_data = @file_get_contents($url, false, $context);219: td_log::log(__FILE__, __FUNCTION__, 'caller_id:' . $caller_id . ' file_get_contents returned FALSE (AKA error), full headers attached', $http224: td_log::log(__FILE__, __FUNCTION__, 'caller_id:' . $caller_id . ' file_get_contents returned empty result, full headers attached', $http_respfile_get_contents was found in the file td_demo_util.php 530: $file_content = file_get_contents($file_path);file_get_contents was found in the file td_demo_installer.php 204: $file_settings = unserialize(base64_decode(file_get_contents($file_path, true)));fopen was found in the file td_review.php 437: $fh = fopen($myFile, 'w') or die('can't open file');fwrite was found in the file td_review.php 441: fwrite($fh, $stringData);fclose was found in the file td_review.php 442: fclose($fh); file_get_contents was found in the file td_remote_http.php 22: '
- curl_init();curl_exec was found in the file td_remote_http.php 258: $data = curl_exec($ch);262: td_log::log(__FILE__, __FUNCTION__, 'caller_id:' . $caller_id . ' curl_exec returned FALSE (AKA Error) curl_error:' . curl_error($ch) . ' curcurl_init was found in the file twitter-client.php 392: $ch = curl_init();curl_exec was found in the file twitter-client.php 422: $response = curl_exec( $ch );425: $response = curl_exec($ch);curl_exec was found in the file twitter-client.php 422: $response = curl_exec( $ch );425: $response = curl_exec($ch);curl_init was found in the file td_ajax.php 576: $curl = curl_init($api_url);curl_exec was found in the file td_ajax.php 586: $api_response = curl_exec($curl); curl_init was found in the file td_remote_http.php 242: $ch =
- add_submenu_page( 'td_theme_welcome', 'Activate theme', 'Activate theme', 'File td_panel.php : 37: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function38: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcomeFile td_panel.php : 37: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function38: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcomeFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_panel.php : 41: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't43: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed44: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '45: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed46: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_pFile td_cake.php : 172: add_submenu_page( 'td_theme_welcome', 'Activate theme', 'Activate theme', 'File class-tgm-plugin-activation.php : 409: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile td-old-class-tgm-plugin-activation.php : 409: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t File td_js.php : 164:
- STYLESHEETPATH . '/single.php'))) {Constant STYLESHEETPATH was found in the file td_global.php. get_stylesheet_directory() should be used instead. 274: //@todo refactor all code to use STYLESHEETPATH insteadConstant STYLESHEETPATH was found in the file td_api.php. get_stylesheet_directory() should be used instead. 368: $child_path = STYLESHEETPATH . str_replace(TEMPLATEPATH, '', $the_component['file']); Constant STYLESHEETPATH was found in the file td_wp_booster_functions.php. get_stylesheet_directory() should be used instead. 2483: if (is_single() and (($wordpress_template_path == TEMPLATEPATH . '/single.php') or ($wordpress_template_path ==
- TEMPLATEPATH . '/includes/demos/blog_baby/td_import.php';Constant TEMPLATEPATH was found in the file td_wp_booster_functions.php. get_template_directory() should be used instead. 2483: if (is_single() and (($wordpress_template_path == TEMPLATEPATH . '/single.php') or ($wordpress_template_path == STYLESHEETPATConstant TEMPLATEPATH was found in the file td_global.php. get_template_directory() should be used instead. 271: //@todo refactor all code to use TEMPLATEPATH instead Constant TEMPLATEPATH was found in the file td_view_install_demos.php. get_template_directory() should be used instead. 4: //require_once
td-social-counter.zip td-newsletter.zip td-amp.zip td-composer.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- The tag black has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag fixed-layout has been deprecated, it must be removed from style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is newsmag.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone has requested a password reset for the following account:' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following address:' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email could not be sent.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tel:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CLOSE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load more' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all posts in' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Previous article' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next article' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authors' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RELATED ARTICLES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MORE FROM AUTHOR' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VIA' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SOURCE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TAGS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SHARE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read more' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'views' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LEAVE A REPLY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Comment' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel reply' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log in to leave a comment' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NO COMMENTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 COMMENT' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'COMMENTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your comment is awaiting moderation' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter your name here' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter your email address here' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have entered an incorrect email address!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter your comment!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log out?' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as %s. Edit your profile.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REVIEW OVERVIEW' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SUMMARY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OVERALL SCORE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ooops... Error 404' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Sorry, but the page you are looking for doesn't exist." in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can go to the' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HOMEPAGE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OUR LATEST POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts by' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts tagged with' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Daily Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monthly Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yearly Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LATEST ARTICLES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'search results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you're not happy with the results, please do another search" in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact us' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow us on Instagram' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %CURRENT_PAGE% of %TOTAL_PAGES%' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prev' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Back' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No results for your search' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No posts to display' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LOG IN' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign in / Join' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign in' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign up' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Join' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log In' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REGISTER' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log into your account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password recovery' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send My Pass' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send My Password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forgot your password?' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forgot your password? Get help' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please wait...' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User or password incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email or username incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User or email already exists!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please check your email (index or spam folder), the password was sent there.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email address not found!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password is reset, check your email.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome! Log into your account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome! Register for an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register for an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recover your password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your username' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your email' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A password will be e-mailed to you.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logout' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Like' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Likes' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fans' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Followers' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscribe' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscribers' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MORE STORIES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured posts' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7 days popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By review score' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trending Now' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POPULAR CATEGORY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POPULAR POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EDITOR PICKS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ABOUT US' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About me' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FOLLOW US' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EVEN MORE NEWS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Previous (Left arrow key)' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next (Right arrow key)' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%curr% of %total%' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The content from %url% could not be loaded.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The image #%curr% could not be loaded.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share on Facebook' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tweet on Twitter' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All time popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'of' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Euro Member Countries' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Australian Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bulgarian Lev' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Brazilian Real' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Canadian Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swiss Franc' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Chinese Yuan Renminbi' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Czech Republic Koruna' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Danish Krone' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'British Pound' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hong Kong Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Croatian Kuna' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hungarian Forint' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indonesian Rupiah' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Israeli Shekel' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Indian Rupee' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Japanese Yen' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Korean (South) Won' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mexican Peso' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Malaysian Ringgit' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Norwegian Krone' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Zealand Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Philippine Peso' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Polish Zloty' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Romanian (New) Leu' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Russian Ruble' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swedish Krona' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Singapore Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thai Baht' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Turkish Lira' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'United States Dollar' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'South African Rand' in file td_translate.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WPML Plugin is active! When the plugin is active, the *.po - *.mo files are used instead of Theme Panel Translation.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file td_wp_booster_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 td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'If you need social icons, you can install %1$s.', 'This theme recommends the following plugins: %1$s.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file td_wp_booster_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 td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go to plugin instalation', ' Begin installing plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go to activation panel', 'Activate installed plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to tagDiv plugins panel' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file td_wp_booster_functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are woocommerce, td_composer, This theme requires the following plugins: %1$s., The following required plugins are currently inactive: %1$s., The following recommended plugins are currently inactive: %1$s., tgmpa, bbpress.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- PHP short tags were found in file twitter-client.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.321: if( 0 === strpos($body, '<?') ){
- Themes should not hide admin bar. Detected in file style.css.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- Text Domain: is missing from your style.css header.
- Screenshot dimensions are wrong! Detected: 390x150px (13:5). Ratio of width to height should be 4:3.Screenshot size is 390x150px. 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 td_wp_booster_functions.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 date.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : comments.php 8: require_once('includes/wp_booster/comments.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sidebar.php 7: require_once('includes/wp_booster/sidebar.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 : td_block_video_youtube.php 10: require_once(get_template_directory() . '/includes/wp_booster/td_video_play 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 : td_block_video_vimeo.php 10: require_once(get_template_directory() . '/includes/wp_booster/td_video_play 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 : td_panel_theme_fonts.php 2: <?php require_once(td_global::$get_template_directory . '/includes/wp_booster/wp- 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 : td_first_install.php 128: require_once(ABSPATH . 'wp-admin/includes/file.php');129: require_once(ABSPATH . 'wp-admin/includes/plugin-install.php');130: require_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php');131: require_once(ABSPATH . 'wp-admin/includes/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 : td_video_support.php 316: require_once 'wp-admin/external/twitter-client.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 : td_autoload_classes.php 39: // require_once($class_file_path); - we need to use load_template to make our 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 : td_js.php 189: 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 : td_view_support.php 3: 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 : td_panel.php 59: 64: 68: 72: 76: require_once 'td_view_system_status.php';92: include 'td_view_import_export_settings.php';95: include 'td_view_update_newspaper_6.php';103: include 'td_view_panel.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 : td_view_install_demos.php 2: 110: // //require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_1.php111: // require_once(td_global::$demo_list[$_GET['puiu_test']]['folder'] . 'td_impo 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 : td_demo_util.php 1149: require_once(ABSPATH . 'wp-admin/includes/media.php');1150: require_once(ABSPATH . 'wp-admin/includes/file.php');1151: require_once(ABSPATH . 'wp-admin/includes/image.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : td_view_system_status.php 5: 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 : td_demo_installer.php 146: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_1.php153: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_2.php158: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_3.php162: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_4.php166: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_5.php170: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_6.php175: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_import.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 : td_view_theme_plugins.php 62: 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 : td_panel_core.php 139: require_once($panel_array['file']); // the panel is loaded from our hardcod211: require_once(TEMPLATEPATH . '/includes/wp_booster/wp-admin/panel/views/ajax 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 : td_panel_generator.php 700: ace.require('ace/ext/language_tools');751: ace.require('ace/ext/language_tools');800: ace.require('ace/ext/language_tools'); 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 : td_view_welcome.php 6: 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 : td_wp_booster_functions.php 11: require_once('td_global.php');12: require_once('td_options.php');16: require_once('td_util.php');20: require_once('td_api.php');25: require_once('wp-admin/panel/panel_core/td_panel_data_source.php');32: require_once('td_fonts.php'); // no autoload - fonts support38: require_once('td_global_blocks.php'); // no autoload -39: //require_once('td_menu.php'); // theme menu support46: require_once('td_social_icons.php'); // no autoload (almost always neede47: require_once('td_js_buffer.php'); // no autoload - the theme always o48: require_once('td_unique_posts.php'); // no autoload - unique posts (uses49: require_once('td_module.php'); // module builder50: require_once('td_block.php'); // block builder51: require_once('td_cake.php');52: require_once('td_first_install.php'); // no autoload - the code that runs53: require_once('td_js_generator.php'); // no autoload - the theme always o54: require_once('td_block_widget.php'); // no autoload - used to make widge55: require_once('td_background.php'); // background support - is not auto56: require_once('td_background_render.php');57: require_once('td_style.php'); // - base class for block' styles60: require_once('td_autoload_classes.php'); //used to autoload classes [modul202: require_once('td_ios_redirect.php' );301: require_once(td_global::$demo_list[$demo_state]['folder'] . 'td_css_generat796: require_once('td_translate.php');1366: require_once(get_template_directory() . '/includes/td_templates_builder.php2348: require_once('td_js.php');2357: require_once('wp-admin/panel/td_demo_installer.php');2358: require_once('wp-admin/panel/td_demo_util.php');2365: require_once('wp-admin/panel/panel_core/td_panel_core.php');2366: require_once('wp-admin/panel/panel_core/td_panel_generator.php');2370: require_once('wp-admin/panel/td_panel.php');2381: require_once('wp-admin/tinymce/tinymce.php');2391: require_once('td_metabox_generator.php');2392: require_once('wp-admin/content-metaboxes/td_templates_settings.php');2423: require_once 'external/class-tgm-plugin-activation.php'; // it cannot be au 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 : td_menu.php 38: //include_once('td_menu_back.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 : td_cake.php 197: 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 : td_global.php 560: require_once(ABSPATH . 'wp-admin/includes/plugin.php');565: require_once(ABSPATH . 'wp-admin/includes/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 : td_smart_list.php 97: include( get_404_template() ); 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.