Gadgetine Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEgadgetine-theme.zip
- FILE SIZE8133380 bytes
- MD5a1d8eee64217421b31871d0e3bc205b0
- SHA11296e5d4cb986014e1232d97d312c1ed6b9437c4
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://gadgetine.orange-themes.com/
- VERSION3.1.0
- AUTHOR URIhttp://www.orange-themes.com/
- TAGScustom-menu
- CREATION DATE2019-08-14
- LAST FILE UPDATE2019-08-14
- LAST VALIDATION2019-08-14 13:31
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
gadgetine-extended.zip js_composer.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- At least one hard coded date was found in the file news-single.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file drag-drop.php.315: array( 'type' => 'textarea', 'id' => $orangeThemes_fields->themeslug.'_banner', 'title' => esc_html__('Code/Text:','gadgetine-theme'), 'home' => 'yes','sample' => '<a href='http://www.orange-themes.com' target='_blank'><img src=''.THEME_IMAGE_URL.'Possible hard-coded links were found in the file other.php.1918: <a href='http://www.themeforest.net/user/orange-themes/portfolio?ref=orange-themes' 1031: echo '<a href=\'http://www.orange-themes.com/\' class=\'orangethemes\' target=\'blank\'>Ora1920: <a href='http://www.orange-themes.com' class='btn-1' target='_blank'><span><u class=Possible hard-coded links were found in the file template-archive.php.64: <a href='post.html' title='<?php esc_html_e('Read article','gadgetine-theme');?>'><iPossible hard-coded links were found in the file theme-config.php.63: <a href='http://www.themeforest.net/user/orange-themes/portfolio?ref=orange-themes' Possible hard-coded links were found in the file documentation.php.40: <p>It is faster for us to communicate with clients using our forum <a href='http://support.orange-themes.com' target='_blank'><strong>support.orange-th59: <li>Use Support forum to contact us <a href='http://support.orange-themes.com' target='_blank'><strong>support.orange-th41: <p>If you like this theme or wish to receive e-mail updates about or products etc., please be sure to subscribe to our mailing list at <a href='http://www.orange-themes.com/subscribe/' target='_blank'><strong>http://www40: <p>It is faster for us to communicate with clients using our forum <a href='http://support.orange-themes.com' target='_blank'><strong>support.orange-th59: <li>Use Support forum to contact us <a href='http://support.orange-themes.com' target='_blank'><strong>support.orange-thPossible hard-coded links were found in the file default-values.php.13: $banner = ' <a href='https://www.orange-themes.com' target='_blank'><img src=''.THEME_IMAGE_URL.22: $copyright = '© '.date('Y').' Copyright <b>Gadgetine theme</b>. All Rights reserved.<br/>Designed by <strong><a href='https://www.orange-themes.com' target='_blank'>Orange Themes</a></strong>';13: $banner = ' <a href='https://www.orange-themes.com' target='_blank'><img src=''.THEME_IMAGE_URL.22: $copyright = '© '.date('Y').' Copyright <b>Gadgetine theme</b>. All Rights reserved.<br/>Designed by <strong><a href='https://www.orange-themes.com' target='_blank'>Orange Themes</a></strong>';Possible hard-coded links were found in the file general.php.781: 'sample' => '<a href='http://www.orange-themes.com' target='_blank'><img src=''.THEME_IMAGE_URL.'
- 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 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 archive.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : init.php 3: require_once(THEME_FUNCTIONS_PATH.'filters.php');4: require_once(THEME_FUNCTIONS_PATH.'register.php');5: require_once(THEME_FUNCTIONS_PATH.'resize.php');6: require_once(THEME_FUNCTIONS_PATH.'thumbs.php');7: require_once(THEME_FUNCTIONS_PATH.'nav.php');8: require_once(THEME_FUNCTIONS_PATH.'homepage-blocks.php');10: require_once(THEME_FUNCTIONS_PATH.'other.php');12: require_once(THEME_FUNCTIONS_PATH.'jquery-css-include.php');13: require_once(THEME_FUNCTIONS_PATH.'custom-admin-menu.php');16: require_once(THEME_FUNCTIONS_PATH.THEME_NAME.'-menu.php');17: require_once(THEME_FUNCTIONS_PATH.'ajax.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 : filters.php 292: require_once( $locale_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 : other.php 1102: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');1103: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');1104: require_once(ABSPATH . 'wp-admin' . '/includes/media.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 : ajax.php 266: require_once(get_template_directory().'/css/dynamic-css.php');267: require_once(get_template_directory().'/css/fonts.php');275: require_once(get_template_directory().'/js/scripts.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 : _lightbox-gallery.php 1: <?php require_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 : theme-config.php 2222: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 2: require_once(THEME_WIDGETS_PATH.'widget-ad300x250.php');3: require_once(THEME_WIDGETS_PATH.'widget-ad160x600.php');5: require_once(THEME_WIDGETS_PATH.'widget-'.THEME_NAME.'-popular-posts.php');6: require_once(THEME_WIDGETS_PATH.'widget-'.THEME_NAME.'-latest-posts.php');7: require_once(THEME_WIDGETS_PATH.'widget-'.THEME_NAME.'-comments.php');8: require_once(THEME_WIDGETS_PATH.'widget-'.THEME_NAME.'-contact.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 : general.php 186: 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.