0
Validation results

Novavideo

Novavideo

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEnovavideo1.zip
  • FILE SIZE1798401 bytes
  • MD538a54b7dc09ac5680fdbb640ce3bae07
  • SHA16282fd3b75683781b7f22675d5ee765d4533d666
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION2.2.2
  • CREATION DATE2019-10-16
  • LAST FILE UPDATE2019-10-16
  • LAST VALIDATION2019-10-16 18:48
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Unwanted files : PHP error log error_log was found.
  4. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="//youtube.com/embed/' . end($url_video_2) . '?autoplay=1" frameborder="0" allowfullscreen> in file video_rendering.php. 183: return '<iframe src='//youtube.com/embed/' . end($url_video_2) . '?autoplay=1' fram
  5. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin-option-page.php : 12: $theme_options_page = add_menu_page( __('Novavideo', $theme_name), __('Novavideo', $theme_name),
  6. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  7. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 8: include_once( TEMPLATEPATH . '/_includes/utils.php' );12: include_once( TEMPLATEPATH . '/_includes/menu.php' );16: include_once( TEMPLATEPATH . '/_includes/post_like.php' );20: include_once( TEMPLATEPATH . '/_includes/ajax_post_like.php' );24: include_once( TEMPLATEPATH . '/_includes/widgets.php' );28: include_once( TEMPLATEPATH . '/_includes/widgets-videos.php' );32: include_once( TEMPLATEPATH . '/_includes/video-functions.php' );36: include_once( TEMPLATEPATH . '/_includes/video_rendering.php' );40: include_once( TEMPLATEPATH . '/_includes/theme-activation.php' );Constant TEMPLATEPATH was found in the file meta_boxes.php. get_template_directory() should be used instead. 3: include_once( TEMPLATEPATH . '/_includes/mobile-detect.php' );Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 8: include_once( TEMPLATEPATH . '/_admin/meta_boxes.php' );12: include_once( TEMPLATEPATH . '/_admin/listings_admin.php' );16: include_once( TEMPLATEPATH . '/_admin/options/options-config.php' );17: include_once( TEMPLATEPATH . '/_admin/options/admin-option-page.php' );18: include_once( TEMPLATEPATH . '/_admin/options/options-functions.php' );22: include( TEMPLATEPATH . '/_admin/maj/novavideo_1.4.php' );Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 8: include_once( TEMPLATEPATH . '/_front/opengraph.php' );12: include_once( TEMPLATEPATH . '/_front/banners.php' );17: include_once( TEMPLATEPATH . '/_front/ajax-pagination.php' );21: include_once( TEMPLATEPATH . '/_front/mobile-nav.php' );25: include_once( TEMPLATEPATH . '/_front/pagination.php' );29: include_once( TEMPLATEPATH . '/_front/comments.php' ); Constant TEMPLATEPATH was found in the file header.php. get_template_directory() should be used instead. 55: <?php include_once( TEMPLATEPATH . '/_front/background.php' ); ?>59: <?php include_once( TEMPLATEPATH . '/_front/analyticstracking.php'); ?>73: <div id='logo'><?php include_once( TEMPLATEPATH . '/_front/logotype.php' ); ?></div>Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 14: include_once( TEMPLATEPATH . '/_includes/functions.php' );17: if ( is_admin() && ('' != $user_ID) ) include_once( TEMPLATEPATH . '/_admin/functions.php' );21: if( !is_admin() ) include_once( TEMPLATEPATH . '/_front/functions.php' );Constant TEMPLATEPATH was found in the file single.php. get_template_directory() should be used instead. 12: include_once( TEMPLATEPATH . '/_includes/mobile-detect.php' ); ?>51: <?php include_once( TEMPLATEPATH . '/_front/single/video-advertising.php' ); ?>54: <?php include_once( TEMPLATEPATH . '/_front/single/video-infos.php' ); ?>
  8. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  9. Deprecated functions : get_currentuserinfo get_currentuserinfo found in file upload.php. Deprecated since version 4.5. Use wp_get_current_user instead.5: get_currentuserinfo();get_currentuserinfo found in file functions.php. Deprecated since version 4.5. Use wp_get_current_user instead.11: get_currentuserinfo();
  10. Deprecated functions : get_bloginfo get_bloginfo('template_url') was found in the file video-functions.php. Use get_template_directory_uri() instead.278: $output = '<img src='' . get_bloginfo('template_url') . '/images/no-image.png' alt='' . get_the_titlget_bloginfo('template_url') was found in the file video-functions.php. Use get_template_directory_uri() instead.278: $output = '<img src='' . get_bloginfo('template_url') . '/images/no-image.png' alt='' . get_the_titlget_bloginfo('url') was found in the file widgets-videos.php. Use home_url() instead.178: <a href='<?php echo get_bloginfo('url');?>/?cat=<?php echo $post_cat[0];?>'><?php _e('See all',184: <a href='<?php echo get_bloginfo('url');?>/?filtre=<?php echo $tv;?>&amp;cat=<?php echo $cv;?>'get_bloginfo("template_url") was found in the file post_like.php. Use get_template_directory_uri() instead.38: <span title='' . __('I like this video',$themename) . '' class='qtip like border-radius-5'><span id='more' class='border-radius-left-5'><img src='' . get_bloginfo('template_url') . '/images/up.png' alt='' . __('I like this viget_bloginfo( 'url' ) was found in the file listings_admin.php. Use home_url() instead.23: echo '<a href='' . get_bloginfo( 'url' ) . '/wp-admin/edit.php?post_status=' . $post->post_staget_bloginfo( 'template_url' ) was found in the file listings_admin.php. Use get_template_directory_uri() instead.24: echo '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/' . $post->post_status . 'get_bloginfo( 'template_url' ) was found in the file functions.php. Use get_template_directory_uri() instead.28: wp_enqueue_style('admin_style', get_bloginfo( 'template_url' ) . '/_admin/css/style.css');31: wp_register_script( 'admin_js', get_bloginfo( 'template_url' ) . '/_admin/js/script.js', array('jquery'), '43: wp_enqueue_script( 'novavideo_ajax_scripts', get_bloginfo( 'template_url' ) . '/_admin/js/ajax.js', array('jquery'));get_bloginfo( 'stylesheet_directory' ) was found in the file admin-option-page.php. Use get_stylesheet_directory_uri() instead.21: wp_enqueue_script('colorpicker_script', get_bloginfo( 'stylesheet_directory' ) . '/_admin/options/plugins/colorpick22: wp_enqueue_script('jquery_upload', get_bloginfo( 'stylesheet_directory' ) . '/_admin/options/plugins/jquery-up28: wp_enqueue_style('custom_wp_admin_css', get_bloginfo( 'stylesheet_directory' ) . '/_admin/options/options.css');29: wp_enqueue_style('colorpicker_css', get_bloginfo( 'stylesheet_directory' ) . '/_admin/options/plugins/colorpick30: wp_enqueue_style('jquery_ui_css', get_bloginfo( 'stylesheet_directory' ) . '/_admin/options/plugins/jquery-ui690: jQuery(this).upload('<?php echo get_bloginfo( 'stylesheet_directory' );?>/_admin/options/plugins/jquery-uplget_bloginfo( 'template_url' ) was found in the file admin-option-page.php. Use get_template_directory_uri() instead.377: '<a href='#' class='upload-delete' rel='' . $option_id . ''><img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/button_cancel.png' /></a>'388: '<a href='#' style='display:none;' class='upload-delete' rel='' . $option_id . ''><img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/button_cancel.png' /></a>'486: <div class='ajax-msg-titre'><img src='<?php echo get_bloginfo( 'template_url' ); ?>/_admin/images/action_success.png' alt='S494: <div class='ajax-msg-titre'><img src='<?php echo get_bloginfo( 'template_url' ); ?>/_admin/images/button_cancel.png' alt='Erget_bloginfo( 'template_url' ) was found in the file options-config.php. Use get_template_directory_uri() instead.38: 'tube' => '<img class='space' src='' . get_bloginfo( 'template_url' ) . '/images/tube-light-selected.png' />' . __39: 'extract' => '<img class='space' src='' . get_bloginfo( 'template_url' ) . '/images/tube-extract-light-selected.png' 40: 'wall' => '<img class='space' src='' . get_bloginfo( 'template_url' ) . '/images/wall-light-selected.png' />' . __59: 'left' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/sidebar-left.png' />',60: 'right' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/sidebar-right.png' />'69: 'yes' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/rounded-corner.png' />',70: 'no' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/right-corner.png' />'79: 'dark' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/dark.png' />',80: 'light' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/light.png' />'89: 'vertical' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/vertical.png' />',90: 'horizontal' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/horizontal.png' />'824: 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/general.png' />' . __('Gen951: $user_options[] = array( 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/typography.png' />' . __('1031: $user_options[] = array( 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/design.png' />' . __('Desi1252: $user_options[] = array( 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/logotype.png' />' . __('Lo1496: $user_options[] = array( 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/video.png' />' . __('Video1627: $user_options[] = array( 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/carousel.png' />' . __('Ca1717: $user_options[] = array( 'page_title' => '<img src='' . get_bloginfo( 'template_url' ) . '/_admin/images/affiliate.png' />' . __('A1722: 'desc' => __('Enter the code of your banner (for example : 468x60)', $theme_name) . '<img class='advertising' src='' . get_bloginfo( 'template_url' ) . '/_admin/images/ad-header.png'/>',1729: 'desc' => __('Enter the code of your banner (for example : 300x250 or 160x600)', $theme_name) . '<img class='advertising' src='' . get_bloginfo( 'template_url' ) . '/_admin/images/ad-sidebar.png'/>',1736: 'desc' => __('Enter the code of your banner (for example : 728x120)', $theme_name) . '<img class='advertising' src='' . get_bloginfo( 'template_url' ) . '/_admin/images/ad-content.png'/>',1743: 'desc' => __('Enter the code of your banner (for example : 728x90)', $theme_name) . '<img class='advertising' src='' . get_bloginfo( 'template_url' ) . '/_admin/images/ad-footer.png'/>',1750: 'desc' => __('Enter the code of your pop-up (advertising, disclaimer, etc.)', $theme_name) . '<img class='advertising' src='' . get_bloginfo( 'template_url' ) . '/_admin/images/ad-popup.png'/>',get_bloginfo('template_url') was found in the file video-infos.php. Use get_template_directory_uri() instead.68: <a class='border-radius-5' target='_blank' href='http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&amp;t=<?php echo($title_string);?>' title='<?php the_title(); ?> - Facebook'><img src='<?php echo get_bloginfo('template_url'); ?>/images/fb-icon.png' alt='<?php the_title()75: <a class='border-radius-5' title='<?php the_title(); ?> - Twitter' target='_blank' href='https://twitter.com/share?url=&amp;text=<?php echo($title_string); ?>:%20<?php the_permalink();?>&amp;count=horizontal'><img src='<?php echo get_bloginfo('template_url'); ?>/images/twitter-icon.png' alt='<?php the_ti83: <img src='<?php echo get_bloginfo('template_url'); ?>/images/google-icon.png' alt='<?php the_titget_bloginfo( 'template_url' ) was found in the file ajax-pagination.php. Use get_template_directory_uri() instead.23: get_bloginfo( 'template_url' ) . '/_front/js/load-posts.js',get_bloginfo('template_url') was found in the file background.php. Use get_template_directory_uri() instead.106: $set_background .= ' url(' . get_bloginfo('template_url') . '/images/textures/{$texture_background}.png)108: $set_background .= ' url(' . get_bloginfo('template_url') . '/images/textures/{$texture_background}.png)110: $set_background .= ' url(' . get_bloginfo('template_url') . '/images/textures/{$texture_background}.png)112: $set_background .= ' url(' . get_bloginfo('template_url') . '/images/textures/{$texture_background}.png)get_bloginfo( 'template_url' ) was found in the file functions.php. Use get_template_directory_uri() instead.37: wp_register_script( 'top_mobile_navigation', get_bloginfo( 'template_url' ) . '/scripts/selectnav.js', array('jquery'), 41: wp_register_script( 'main_js', get_bloginfo( 'template_url' ) . '/scripts/main.js', array('jquery'), '1.0'56: wp_register_script( 'jquery_resize', get_bloginfo( 'template_url' ) . '/scripts/jQuery.ba-resize.min.js', array(60: wp_register_script( 'scrolltotop_js', get_bloginfo( 'template_url' ) . '/scripts/scrollToTop.min.js', array('jque64: wp_register_script( 'jquery_carousel', get_bloginfo( 'template_url' ) . '/scripts/jquery.bxslider.min.js', array('get_bloginfo('template_url') was found in the file single.php. Use get_template_directory_uri() instead.58: <img id='shadow_img' src='<?php echo get_bloginfo('template_url'); ?>/images/video-shadow.png' width='100%' />
  11. Deprecated functions : bloginfo bloginfo('template_url') was found in the file meta_boxes.php. Use echo esc_url( get_template_directory_uri() ) instead.66: <img width='22' height='22' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/video-from.png' alt='<?php _e('V82: <img width='24' height='24' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/extract-duration.png' alt='<?php258: <img width='24' height='24' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/movie.png' alt='<?php _e('MP4 or275: <img width='24' height='24' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/thumbnail.png' alt='<?php _e('Th290: <img width='22' height='22' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/embed.png' alt='<?php _e('Video 304: <img width='24' height='24' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/preview.png' alt='<?php _e('Vide334: <img width='24' height='24' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/sponsored-link2.png' alt='<?php 352: <img width='24' height='24' style='float: left; vertical-align: middle; margin: -3px 5px 0 0;' src='<?php bloginfo('template_url'); ?>/_admin/images/advertising-meta.png' alt='<?phpbloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.12: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>/'>
  12. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.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 novavideo.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search results for' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sort by' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lastest' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View mode' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube with extract' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'wall thumbnails' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, but nothing matched your search criteria. However, do not hesitate to watch our latest videos' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'videos' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'video' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'view' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'videos' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'video' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'view' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file video-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for rating!' in file ajax_post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top' in file menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Longest videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most viewed videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Related videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Longest videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random videos' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Categories' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file theme-activation.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'views' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'length' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Configurable blocks of videos' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Novavideo - Video Blocks' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'See all' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'See all' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Total videos' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display videos' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'related videos' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Category' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type of display' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'tube' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'tube with extract' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wall thumbnails' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'carousel' in file widgets-videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video Content' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thank you for rating!' in file post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I like this video' in file post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I like this video' in file post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I like' in file post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I don&apos;t like this video' in file post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I don&apos;t like this video' in file post_like.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'I don&apos;t like' in file post_like.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This post is password protected. Enter the password to view any comments.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments &rarr;' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&larr; Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments &rarr;' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All videos for the tag' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sort by' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View mode' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube with extract' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'wall thumbnails' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Statut' in file listings_admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnail' in file listings_admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Duration' in file listings_admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views' in file listings_admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Votes' in file listings_admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Like' in file listings_admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video stats' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Rates' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No rating' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video information' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video from' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video from' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video duration' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video duration' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'MP4 or FLV URL' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video URL' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'flv, mp4 or Youtube' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thumb URL' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thumbnail' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'jpg, png or gif' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video player code' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video player code' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'eg: iframe or embed' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video preview' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Video preview' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Complete the fields "Video URL" or "Video player code" above in order to preview the video.' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sponsored link' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sponsored link' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Advertising' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Advertising' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display advertising under the player. Eg: iframe, href...' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Overview of the ad/link' in file meta_boxes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Novavideo' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Novavideo' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to access this page.' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save changes" in file admin-option-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font sample' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Save changes" in file admin-option-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thanx for waiting' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Success' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Options saved successfully' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error saving options' in file admin-option-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yes' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'no' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'tube' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'tube with extract' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wall thumbnails' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'classic' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ajax button' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bottom' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'text' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'thumb' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'extract' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'complete' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'flat' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'gradient' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'predefined color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'custom color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'beige' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'blue' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'brown' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'cherry' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'dark blue' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'dark green' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'dark red' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'green' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'indigo' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'light blue' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'light green' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'orange' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'pink' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'purple' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'red' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yellow' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Color & Pattern' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'width' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'height' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'width and height' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'no repeat' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top center' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top right' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'middle left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'middle center' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'middle right' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bottom left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bottom center' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bottom right' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type of display' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display your site in the form of a tube, a tube with extracts or a wall thumbnails.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of videos in listings' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the number of videos you want to display in your home, categories and tags pages.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'videos' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type of pagination' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the pagination system you want.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable sidebar' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a sidebar on your site.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar position' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the sidebar to the left or right.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar width' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a small or large sidebar.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable search header' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a searchform at the top of your site.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home title' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The title h1 on your home page.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home description' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The description of your website on your home page.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer text' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change here the text displayed in the footer.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tracking code' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter a tracking code, for example : Google Analytics.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Typography' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable custom fonts' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enable the custom fonts for titles.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Titles font' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the font for titles.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site title font size' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the size of the title of your site.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pages title font size' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the size of the pages title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Widgets title font size' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the size of the widgets title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Design' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Favicon' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload an image (.ico) as favicon (format: 16x16).' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Responsive Design' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If enabled, screen size and orientation will be detected and the layout will change accordingly (mobile and tablet)' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Atmosphere' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose a dark or light atmosphere for your website.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Design style' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check if you want a flat or gradient design.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Shape' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose a vertical or horizontal shape for your website.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Transparency' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0 = fully transparent / 1 = fully opaque' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Corners' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose rounded or right corners.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Predefined color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the main color of your site.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the main color of your site.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your type of background.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Background color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the color of the background.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pattern' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose a pattern for the background.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload an image as background.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Repeat' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Various repeat modes.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fixed' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Scroll the background.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Different positions of background.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom CSS' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change the style without touching the style.css' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logotype' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Title' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display or not the site title of your general settings.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Title Font' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the font for your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Title Font Size' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the size of your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site Title margin left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the margin left for your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Site title color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the color of your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tagline' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display or not the tagline of your general settings.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tagline Font' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the font for your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tagline Font Size' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the size of your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tagline margin left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the margin left for your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tagline color' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the color of your site title.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload image' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display or not an image for your logotype.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image file' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose your image on your computer.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image position' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose to display your image logo above, below, at the left or the right of the site title and tagline.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Margin left' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the margin left for your logo image.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Margin right' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the margin right for your logo image.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Video' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display video infos' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display or not views, duration and rates for each video.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Autoplay' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose if you want to launch the videos automatically.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use Youtube player' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If not, Youtube videos will be played with the Novavideo player.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide description' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If you hide the description, an information button will appear next to the title of your video.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rating' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate the video rating.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Activate the video comments.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share to Facebook' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a share button to Facebook for each video.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share to Twitter' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a share button to Twitter for each video.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share to Google +' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a share button to Google Plus for each video.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Carousel on homepage' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display your latest videos in a carousel on your homepage.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Position' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the carousel at the top or the bottom of your site.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Number of videos' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose the number of videos you want to display in the carousel.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'videos' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slides will automatically transition.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Captions' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display the title of each video.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Controls' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a navigation previous/next video in the carousel.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pager' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display a pager to navigate in the carousel.' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Advertising' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Header Banner' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the code of your banner (for example : 468x60)' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar Banner' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the code of your banner (for example : 300x250 or 160x600)' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Content Banner' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the code of your banner (for example : 728x120)' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Banner' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the code of your banner (for example : 728x90)' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home page Pop-Up' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Enter the code of your pop-up (advertising, disclaimer, etc.)' in file options-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your comment' in file comments.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 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 is missing a text-domain. Function __, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply to %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pingback:' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Rates' in file video-infos.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share' in file video-infos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load more videos' in file ajax-pagination.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Loading videos...' in file ajax-pagination.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Page' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file searchform.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file searchform.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file searchform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Daily Archives: %s' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monthly Archives: %s' in file archive.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'F Y', 'monthly archives date format' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yearly Archives: %s' in file archive.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Y', 'yearly archives date format' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Blog Archives' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sort by' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'lastest' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View mode' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube with extract' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'wall thumbnails' in file archive.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Page 404' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry the page you requested does not exist. Feel free to watch our latest videos' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All videos in category' in file category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sort by' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View mode' in file category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube' in file category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube with extract' in file category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'wall thumbnails' in file category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All rights reserved.' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Powered by' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All videos of' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sort by' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'latest' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'most viewed' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'longest' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'top rated' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'random' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View mode' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'tube with extract' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'wall thumbnails' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No video founded.' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'videos' in file template-categories.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'video' in file template-categories.php.
  4. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  5. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  6. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  7. Fundamental theme elements : Presence of post_class()Could not find post_class.
  8. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  9. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  10. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  11. I18N implementation : Proper use of ___all(Possible variable $theme_name found in translation function in widgets.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $themename found in translation function in post_like.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in admin-option-page.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in admin-option-page.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in admin-option-page.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in admin-option-page.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. 1037: 'desc' => __('Upload an image (.ico) as favicon (format: 16x16).', $theme_name),Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. 1091: 'desc' => __('0 = fully transparent / 1 = fully opaque', $theme_name),Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. 1722: 'desc' => __('Enter the code of your banner (for example : 468x60)', $theme_name) . 'Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. 1729: 'desc' => __('Enter the code of your banner (for example : 300x250 or 160x600)', $thePossible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. 1736: 'desc' => __('Enter the code of your banner (for example : 728x120)', $theme_name) . Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. 1743: 'desc' => __('Enter the code of your banner (for example : 728x90)', $theme_name) . 'Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables. Possible variable $theme_name found in translation function in options-config.php. Translation function calls should not contain PHP variables.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  14. Screenshot : Screenshot fileScreenshot 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
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : meta_boxes.php 3: include_once( TEMPLATEPATH . '/_includes/mobile-detect.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 : upload.php 2: include_once('../../../../../../../wp-load.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 : header.php 55: <?php include_once( TEMPLATEPATH . '/_front/background.php' ); ?>59: <?php include_once( TEMPLATEPATH . '/_front/analyticstracking.php'); ?>73: <div id='logo'><?php include_once( TEMPLATEPATH . '/_front/logotype.php' ); ?></div> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : single.php 12: include_once( TEMPLATEPATH . '/_includes/mobile-detect.php' ); ?>51: <?php include_once( TEMPLATEPATH . '/_front/single/video-advertising.php' ); ?>54: <?php include_once( TEMPLATEPATH . '/_front/single/video-infos.php' ); ?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes