VideoZine Lite
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEvideozine_lite.zip
- FILE SIZE3855027 bytes
- MD5f8e452474f088147311008819f5eb37b
- SHA11ba7ede382e722b51d7d85121dca10bdbbaa9628
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://themepacific.com
- VERSION1.0.1
- AUTHOR URIhttp://themepacific.com
- TAGSWhite, black, orange, theme-options, custom-background, two-columns, left-sidebar, right-sidebar, translation-ready
- CREATION DATE2021-07-18
- LAST FILE UPDATE2021-07-18
- LAST VALIDATION2021-07-18 06:26
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file extension_customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- 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.
- Found <iframe id="fr" src="http://www.youtube.com/subscribe_widget?p=<?php echo $page_url ?> in file widget-youtube-subscribe.php. 37: <iframe id='fr' src='http://www.youtube.com/subscribe_widget?p=<?php echo $Found <iframe src="http://www.facebook.com/plugins/likebox.php?href=<?php echo urlencode($fb_like_url); ?> in file widget-facebook-like.php. 43: <iframe src='http://www.facebook.com/plugins/likebox.php?href=<?php echo ur
- file_get_contents(dirname(__FILE__) . '/../README.md')1501: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))file_get_contents was found in the file sample-config.php 1281: 'content' => file_get_contents(dirname(__FILE__) . '/../README.md')1501: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))file_get_contents was found in the file options-init.php 629: 'content' => file_get_contents(dirname(__FILE__) . '/../README.md')715: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html'))file_get_contents was found in the file options-init.php 629: 'content' => file_get_contents(dirname(__FILE__) . '/../README.md')715: 'content' => nl2br(file_get_contents(trailingslashit(dirname(__FILE__)) . 'README.html')) file_get_contents was found in the file sample-config.php 1281: 'content' =>
- curl_init();curl_exec was found in the file class.redux_helpers.php 25: $data = curl_exec( $ch ); curl_init was found in the file class.redux_helpers.php 20: $ch =
- add_submenu_page(File import_export.php : 147: add_submenu_page(File framework.php : 1248: // wrappers and need to be appened to using add_submenu_page.1285: $this->page = add_submenu_page(1342: add_submenu_page(1366: add_submenu_page(File framework.php : 1248: // wrappers and need to be appened to using add_submenu_page.1285: $this->page = add_submenu_page(1342: add_submenu_page(1366: add_submenu_page(File framework.php : 1315: $this->page = add_menu_page(File framework.php : 1248: // wrappers and need to be appened to using add_submenu_page.1285: $this->page = add_submenu_page(1342: add_submenu_page(1366: add_submenu_page(File framework.php : 1248: // wrappers and need to be appened to using add_submenu_page.1285: $this->page = add_submenu_page(1342: add_submenu_page(1366: add_submenu_page(File sample-config.php : 1559: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile barebones-config.php : 128: 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile class-tgm-plugin-activation.php : 370: add_submenu_page( $args['parent_slug'], $args['page_title'], $args['menu_ti File debug.php : 74:
- screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1599: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.403:
- get_currentuserinfo found in file comments.php. Deprecated since version 4.5. Use wp_get_current_user instead.1: <div id='comments' class='clearfix'> <?php if (post_password_required()) : ?> <p class='nopassword'><?php _e('This post is password protected. Enter the password to view any comments.', 'videozine'); ?></p> </div><!--comments --> <?php return; endif; ?> <?php if (have_comments()) : ?> <h2 class='comments-title'> <?php printf(_n('<em>One</em> Comment', '<em>%1$s</em> Comments', get_comments_number(), 'videozine'), number_format_i18n(get_comments_number())); ?> </h2> <span class='tp_c_line'></span> <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : /* are there comments to navigate through */ ?> <div class='comment-nav-above'> <div class='previous'><?php previous_comments_link(__('← Older Comments', 'videozine')); ?></div> <div class='next'><?php next_comments_link(__('Newer Comments →', 'videozine')); ?></div> </div> <?php endif; /* -- check for comment navigation-- */ ?> <ol class='commentlist clearfix thirteen column'> <?php wp_list_comments(array('type' => 'comment', 'callback' => 'tp_videozine_comment')); ?> </ol> <ol class='sepa_pinglist clearfix thirteen column '> <?php wp_list_comments(array('type' => 'pingback', 'callback' => 'tp_videozine_comment')); ?> </ol> <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : ?> <div class='comment-nav-below'> <div class='previous'><?php previous_comments_link(__('← Older Comments', 'videozine')); ?></div> <div class='next'><?php next_comments_link(__('Newer Comments →', 'videozine')); ?></div> </div> <?php endif; /* --check for comment navigation-- */ ?> <?php elseif (!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?> <p class='nocomments'><?php _e('{ Comments are closed }', 'videozine'); ?></p> <?php endif; ?> <?php global $current_user; get_currentuserinfo(); $comment_form = array( 'fields' => apply_filter
Warning
- Theme URI and Author URI should not be the same.
- The tag White has been deprecated, it must be removed from style.css header.The tag black has been deprecated, it must be removed from style.css header.The tag orange has been deprecated, it must be removed from style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is videozine-lite.
- Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<p>', </p>, 'redux-framework-demo' in file framework.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file sample-config.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file sample-config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' in file sample-config.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file options-init.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Current theme preview' in file options-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' in file options-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="icon-double-angle-left"></i>' in file theme-functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<i class="icon-double-angle-right"></i>' in file theme-functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are videozine, videozine , videozine , ThemePacific , redux-framework, madura, redux-framework-demo, </p>, so-panels, tgmpa, silvermag, tie.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.403: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1599: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Possible variable $msg found in translation function in framework.php. Translation function calls should not contain PHP variables.
- Text Domain: is missing from your style.css header.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- This theme doesn't seem to display tags.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file class.redux_functions.php.203: 'msg' => '<strong>A new build of Redux is now available!</strong><br/><br/>Your version: <strong>' . $curVer . '</strong><br/>New version: <strong><span style='color: red;'>' . $ver . '</span></strong><br/><br/><a href='https://github.com/ReduxFramework/redux-framework'>Get it now</a> &nbsPossible hard-coded links were found in the file class.redux-plugin.php.407: '<a href='https://github.com/ReduxFramework/redux-framework' target='_blank'>' . __( 409: '<a href='https://github.com/ReduxFramework/redux-framework/issues/' target='_blank'>408: '<a href='http://generate.reduxframework.com/' target='_blank'>' . __( 'Generator', '409: '<a href='https://github.com/ReduxFramework/redux-framework/issues/' target='_blank'>410: '<a href='http://docs.reduxframework.com/' target='_blank'>' . __( 'Documentation', 'Possible hard-coded links were found in the file sample-config.php.243: 'desc' => __('Redux Framework was created with the developer in mind. It allows for any theme developer to have an advanced theme panel with most of the features a developer would need. For more information check out the Github repo at: <a href='https://github.com/ReduxFramework/Redux-Framework'>https://github.com/Redux575: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',586: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',596: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',575: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',586: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',596: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',575: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',586: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',596: 'desc' => 'Possible modes can be found at <a href='http://ace.c9.io' target='_blank'>http://ace.c9.io/</a>.',Possible hard-coded links were found in the file barebones-config.php.55: 'desc' => __('Redux Framework was created with the developer in mind. It allows for any theme developer to have an advanced theme panel with most of the features a developer would need. For more information check out the Github repo at: <a href='https://github.com/ReduxFramework/Redux-Framework'>https://github.com/Redux
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : class.redux_functions.php 90: require_once( ABSPATH . '/wp-admin/includes/file.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 : field_button_set.php 46: * ['format'] string Formatting options for paginate fields. Options include ('currency','nice','niceShort','timeAgoInWords' or a valid Date() f 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 : field_select.php 56: require_once( $icons_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : field_raw.php 49: include( $this->field['include'] ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sysinfo.php 54: require_once 'browser.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 : extension_customizer.php 515: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : framework.php 37: include_once( dirname( __FILE__ ) . '/inc/class.redux_instances.php' );38: include_once( dirname( __FILE__ ) . '/inc/lib.redux_instances.php' );50: include_once( dirname( __FILE__ ) . '/inc/class.redux_helpers.php' );53: include_once( dirname( __FILE__ ) . '/inc/class.redux_functions.php' );406: include_once( self::$_dir . 'inc/debug.php' );431: require_once( self::$_dir . 'inc/import_export.php' );551: include_once( dirname( __FILE__ ) . '/inc/tracking.php' );1499: require_once( $class_file );1828: require_once( $class_file );2265: include( ABSPATH . 'wp-includes/pluggable.php' );2668: require_once( $class_file );3016: require_once( $class_file );3550: require_once 'inc/sysinfo.php';3783: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class.redux-plugin.php 144: require_once( dirname( __FILE__ ) . '/ReduxCore/framework.php' );152: require_once( dirname( __FILE__ ) . '/ReduxCore/redux-extensions/config.php157: require_once( dirname( __FILE__ ) . '/sample/sample-config.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redux-framework.php 35: require_once( plugin_dir_path( __FILE__ ) . 'class.redux-plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : sample-config.php 88: require_once( ABSPATH .'/wp-admin/includes/file.php' );234: require_once(ABSPATH . '/wp-admin/includes/file.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 : options-init.php 78: require_once( ABSPATH . '/wp-admin/includes/file.php' );220: require_once(ABSPATH . '/wp-admin/includes/file.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 : admin-init.php 5: require_once( dirname(__FILE__).'/tgm/tgm-init.php' );9: require_once( dirname(__FILE__).'/redux-extensions/extensions-init.php' );13: require_once( dirname(__FILE__).'/redux-framework/ReduxCore/framework.php' 17: require_once( dirname(__FILE__).'/options-init.php' );23: include_once(get_template_directory() .'/admin/widgets/widgets.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 : loader.php 20: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : extensions-init.php 11: require_once(dirname(__FILE__).'/loader.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 : tgm-init.php 6: include_once ('class-tgm-plugin-activation.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 : class-tgm-plugin-activation.php 1085: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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.