JamSession
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEjamsession.zip
- FILE SIZE16060486 bytes
- MD5e0d16e0df169cf4cff8957973bcdee57
- SHA14f21fffd07dcc3bc9c25707b3ee2304c95d550f2
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://www.smartwpress.com/jamsession/
- VERSION4.8.4
- TAGSfluid-layout, responsive-layout, editor-style, featured-images, full-width-template, theme-options, translation-ready, custom-background, custom-colors, custom-menu, one-column, two-columns, black, dark
- CREATION DATE2019-08-21
- LAST FILE UPDATE2019-08-21
- LAST VALIDATION2019-08-21 20:09
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 theme_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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- Found ->exec in file CurlPost.php. 79: $response = $this->curl->exec($handle);
return strtr(base64_encode ($x), '+/', '-_');
Found base64_encode in file recaptchalib.php. - Found <iframe type="text/html" src="'.$website_protocol.'://www.youtube.com/embed/'.JAMSESSION_SWP_getIDToEmbed(esc_url($album_youtube)).'?autoplay=0&enablejsapi=1&wmode=transparent" frameborder="0" allowfullscreen> in file single-js_albums.php. 225: echo '<iframe type='text/html' src=''.$website_protocol.'://www.youtube.com/embedFound <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"> in file recaptchalib.php. 158: <iframe src=''. $server . '/noscript?k=' . $pubkey . $errorpart . '' heightFound <iframe type="text/html" src="'.$website_protocol.'://www.youtube.com/embed/'.JAMSESSION_SWP_getIDToEmbed(esc_url($album_youtube)).'?autoplay=0&enablejsapi=1&wmode=transparent&rel=0" frameborder="0" allowfullscreen> in file single-js_videos.php. 42: echo '<iframe type='text/html' src=''.$website_protocol.'://www.youtube.com/embedFound <iframe frameborder="0" scrooling="no" marginheight="0" marginwidth="0" src="'.esc_url($event_map_url).'"> in file single-js_events.php. 144: echo '<iframe frameborder='0' scrooling='no' marginheight='0' marginwidth='0' src
- fwrite($fs, $http_request);fclose was found in the file recaptchalib.php 118: fclose($fs); file_get_contents was found in the file theme_settings.php 2014: $str = file_get_contents(get_template_directory() . '/assets/google_fonts/fonts.js2097: $str = file_get_contents(get_template_directory() . '/assets/google_fonts/fonts.jsfile_get_contents was found in the file theme_settings.php 2014: $str = file_get_contents(get_template_directory() . '/assets/google_fonts/fonts.js2097: $str = file_get_contents(get_template_directory() . '/assets/google_fonts/fonts.jsfwrite was found in the file SocketPost.php 101: $this->socket->fwrite($request);fclose was found in the file SocketPost.php 108: $this->socket->fclose();file_get_contents was found in the file Post.php 63: return file_get_contents(self::SITE_VERIFY_URL, false, $context);fwrite was found in the file Socket.php 58: * fwrite60: * @see http://php.net/fwrite65: public function fwrite($string, $length = null)67: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengtfwrite was found in the file Socket.php 58: * fwrite60: * @see http://php.net/fwrite65: public function fwrite($string, $length = null)67: return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $lengtfclose was found in the file Socket.php 94: * fclose96: * @see http://php.net/fclose99: public function fclose()101: return fclose($this->handle);fclose was found in the file Socket.php 94: * fclose96: * @see http://php.net/fclose99: public function fclose()101: return fclose($this->handle);file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fclose was found in the file parsers.php 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );fopen was found in the file parsers.php 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fopen was found in the file parsers.php 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fclose was found in the file parsers.php 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );fclose was found in the file parsers.php 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp ); fwrite was found in the file recaptchalib.php 114:
- fsockopen($host, $port, $errno, $errstr, 10) ) ) {curl_init was found in the file Curl.php 34: * @see http://php.net/curl_init40: return curl_init($url);curl_exec was found in the file Curl.php 55: * @see http://php.net/curl_exec61: return curl_exec($ch);fsockopen was found in the file SocketPost.php 30: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()88: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {fsockopen was found in the file SocketPost.php 30: * Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()88: if (false === $this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30)) {fsockopen was found in the file Socket.php 37: * fsockopen39: * @see http://php.net/fsockopen47: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul49: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get('fsockopen was found in the file Socket.php 37: * fsockopen39: * @see http://php.net/fsockopen47: public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = nul49: $this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get(' fsockopen was found in the file recaptchalib.php 110: if( false == ( $fs = @
- screen_icon(); screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1133:
- wp_get_http($url, $upload['file'] ); wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.1006: @$headers =
revslider.zip envato-market.zip js_composer.zip jamsession-post-types.zip mainrevslider.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- The tag fluid-layout has been deprecated, it must be removed from style.css header.The tag responsive-layout 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 dark has been deprecated, it must be removed from style.css header.
- Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Row height in pixels" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all text message" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Gallery Page URL" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Add images" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Number of videos" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Items on row" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Number of Posts" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all text message" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Gallery Page URL" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Number of Events" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Event Category" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Button Text" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Button URL" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Title" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Screen Name" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Consumer Key" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Consumer Secret" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Access Token" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Access Token Secret" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Tweets Count" in file add_params.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins For JamSession Theme' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install JamSession Plugins' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'JamSession theme requires the following plugin: %1$s.', 'JamSession theme requires the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'JamSession theme recommends the following plugin: %1$s.', 'JamSession theme recommends the following plugins: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Begin installing plugin', 'Begin installing plugins' in file functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Activate installed plugin', 'Activate installed plugins' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to Required Plugins Installer' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Buy Tickets" in file single-js_events.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 jamsession, woocommerce, tgmpa, jamsession-post-types, wordpress-importer.
- No reference to custom header was found in the theme.
- screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1133: screen_icon();
- Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_text_domain found in translation function in functions.php. Translation function calls should not contain PHP variables.
- Text Domain: is missing from your style.css header.
- 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
- 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 taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : page_past_events.php 56: require_once(get_template_directory().'/views/events_content_masonry.php');58: require_once(get_template_directory().'/views/events_content_list.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 : archives.php 47: require_once(get_template_directory().'/views/archives/masonry.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page_events.php 67: require_once(get_template_directory().'/views/events_content_masonry.php');69: require_once(get_template_directory().'/views/events_content_list.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 : loadReCaptcha.php 3: require_once(get_template_directory().'/lib/ReCaptcha/RequestMethod.php');4: require_once(get_template_directory().'/lib/ReCaptcha/RequestMethod/Post.ph5: require_once(get_template_directory().'/lib/ReCaptcha/RequestParameters.php6: require_once(get_template_directory().'/lib/ReCaptcha/Response.php');7: require_once(get_template_directory().'/lib/ReCaptcha/ReCaptcha.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page_all_events.php 54: require_once(get_template_directory().'/views/events_content_masonry.php');56: require_once(get_template_directory().'/views/events_content_list.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 : taxonomy-event_category.php 59: require_once(get_template_directory().'/views/events_taxonomy_content_mason61: require_once(get_template_directory().'/views/events_taxonomy_content_list. 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 : JS_SWP_Import_Main.php 134: require_once(get_template_directory().'/import/class/JS_SWP_Import.php');135: require_once(get_template_directory().'/import/ajax/JS_SWP_Ajax_Import.php' If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : JS_SWP_Import.php 34: require_once($class_wp_importer);43: require_once(get_template_directory().'/import/lib/wordpress-importer.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 : JS_SWP_Ajax_Import.php 142: require_once($class_wp_importer);151: require_once(get_template_directory().'/import/lib/wordpress-importer.php')337: require_once( $path_to_wp.'/wp-load.php' );338: require_once( $path_to_wp.'/wp-includes/functions.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : page_blog.php 55: require_once(get_template_directory().'/views/archives/masonry.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.