Atom Band
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEatomxband-theme.zip
- FILE SIZE2514262 bytes
- MD505ef2d738234b3ada349b375edf4a1fc
- SHA19c13e18b358bb332ff319d6db3c27699f25e470f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION1.4
- TAGSClubs, DJs, nightlife, gigs, sounds, audio, Music, Music Album, free music, Buy music, Download Music, Pop, Rock, Jazz, Artist, Event, Gallery, Album, Track, Slider, Sidebar, Theme options, page builder
- CREATION DATE2020-07-31
- LAST FILE UPDATE2020-07-31
- LAST VALIDATION2020-07-31 19:21
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- ini_set('arg_separator.output', '&');2411: ini_set('arg_separator.output', $orig_sep); Found ini_set in file mailchimpapi.class.php. 2407:
- base64_decode($_POST['theme_option_data']));Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature); Found base64_decode in file page_element_functions.php. 1646: $a = unserialize(
return base64_encode(hash_hmac('sha1', $base_string, $key, true));
return base64_encode($signature);
Found base64_encode in file OAuth.php. - file_get_contents(self::$POST_INPUT)fwrite was found in the file mailchimpapi.class.php 2435: fwrite($sock, $payload);fread was found in the file mailchimpapi.class.php 2439: $response .= fread($sock, $this->chunkSize);fclose was found in the file mailchimpapi.class.php 2442: fclose($sock); file_get_contents was found in the file OAuth.php 272:
- curl_init();curl_exec was found in the file twitteroauth.php 221: $response = curl_exec($ci);fsockopen was found in the file mailchimpapi.class.php 2423: $sock = fsockopen('ssl://'.$host, 443, $errno, $errstr, 30);2425: $sock = fsockopen($host, 80, $errno, $errstr, 30);fsockopen was found in the file mailchimpapi.class.php 2423: $sock = fsockopen('ssl://'.$host, 443, $errno, $errstr, 30);2425: $sock = fsockopen($host, 80, $errno, $errstr, 30); curl_init was found in the file twitteroauth.php 195: $ci =
- add_submenu_page( $args['parent_slug'], $args['page_title'], $args['menu_ti File tgm_plugin_activation.php : 408: $this->page_hook =
Warning
- Found wrong tag Clubs in style.css header.Found wrong tag DJs in style.css header.Found wrong tag nightlife in style.css header.Found wrong tag gigs in style.css header.Found wrong tag sounds in style.css header.Found wrong tag audio in style.css header.Found wrong tag Music in style.css header.Found wrong tag Music Album in style.css header.Found wrong tag free music in style.css header.Found wrong tag Buy music in style.css header.Found wrong tag Download Music in style.css header.Found wrong tag Pop in style.css header.Found wrong tag Rock in style.css header.Found wrong tag Jazz in style.css header.Found wrong tag Artist in style.css header.Found wrong tag Event in style.css header.Found wrong tag Gallery in style.css header.Found wrong tag Album in style.css header.Found wrong tag Track in style.css header.Found wrong tag Slider in style.css header.Found wrong tag Sidebar in style.css header.Found wrong tag Theme options in style.css header.Found wrong tag page builder in 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 atom-band.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid username or password.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login successful, redirecting...' in file 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 Atom Band, mailchimp-widget, dir.
- Found the URL of a CDN in the code:
html5shiv.googlecode.com/svn/trunk/html5.js
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- thumbs.db was found.
- 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 PNG file. Detected type was : "image/jpeg".
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 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 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 : map_load.php 2: 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 : mce_editor_plugin.js.php 2: require_once '../../../../wp-load.php';3: require_once '../../../../wp-admin/includes/admin.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 : load_more_post.php 2: 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 : menu_session.php 2: 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 : like_counter.php 2: 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 : twitteroauth.php 10: require_once 'OAuth.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 : lang_upload.php 3: require '../../../../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 : functions-theme.php 2166: 2980: 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_contact_submit.php 2: 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.