Treptow
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMETreptow.zip
- FILE SIZE77125539 bytes
- MD54a21f26609e908a98ad626f3ebdb7d3a
- SHA11e7ee57eb09226fb9a2dcc23e7ab4ad071193a46
- LICENSENone
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images, Adobe Photoshop
- VERSION1.0
- TAGSWebdesign, individuelle Gestaltung, Berliner Themes
- CREATION DATE2023-01-16
- LAST FILE UPDATE2023-01-16
- LAST VALIDATION2023-01-16 12:18
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.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.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.
- @popen($sendmail, 'w');1591: $mail = @popen($sendmail, 'w'); Found @popen in file PHPMailer.php. 1568: $mail =
- ini_set('sendmail_from', $this->Sender);1700: ini_set('sendmail_from', $old_from); Found ini_set in file PHPMailer.php. 1687:
- base64_decode(substr($this->last_reply, 4));Found base64_decode in file PHPMailer.php. 3737: $data = base64_decode($match[3]); Found base64_decode in file SMTP.php. 518: $challenge =
return base64_encode($result);
$header = 'From: =?UTF-8?B?'.base64_encode(stripslashes($fromName)).'?= <'.$fromMail.'>'.$eol;
$filecontent = chunk_split(base64_encode($filecontent));
$subject = '=?UTF-8?B?'.base64_encode($subject).'?=';
Found base64_encode in file test.php.return base64_encode($result);
$mailheader_betreff = '=?UTF-8?B?'.base64_encode($betreff).'?=';
$encodedfile = chunk_split(base64_encode($content));
$dmailheader_dsubject = '=?UTF-8?B?'.base64_encode($dsubject).'?=';
$dmailheaders[] = 'From: =?UTF-8?B?'.base64_encode($ihrname).'?= <'.$ihrname2.'>';
Found base64_encode in file captcha.php.return base64_encode($result);
Found base64_encode in file SMTP.php.base64_encode('\0' . $username . '\0' . $password),
if (!$this->sendCommand('Username', base64_encode($username), 334)) {
if (!$this->sendCommand('Password', base64_encode($password), 235)) {
return $this->sendCommand('Username', base64_encode($response), 235);
Found base64_encode in file PHPMailer.php.return str_replace(['=', '+', '/'], '', base64_encode(hash('sha256', $bytes, true)));
base64_encode($str),
$encoded = base64_encode($str);
$chunk = base64_encode($chunk);
return base64_encode($signature);
$DKIMb64 = base64_encode(pack('H*', hash('sha256', $body))); // Base64 of packed binar
Found base64_encode in file OAuth.php.return base64_encode(
Found base64_encode in file kontakt.php. - Found <iframe src="<?php bloginfo('template_url');?> in file content-kontakt.php. 15: <iframe src='<?php bloginfo('template_url');?>/kontaktform/kontakt.php'></i
- file_get_contents($tempFilename);fopen was found in the file test.php 216: $file = fopen($attachments[$i],'r');fread was found in the file test.php 217: $content = fread($file,filesize($attachments[$i]));fclose was found in the file test.php 218: fclose($file);fclose was found in the file POP3.php 314: @fclose($this->pop_conn);fwrite was found in the file POP3.php 351: return fwrite($this->pop_conn, $string, strlen($string));fclose was found in the file SMTP.php 622: fclose($this->smtp_conn);fwrite was found in the file SMTP.php 1024: $result = fwrite($this->smtp_conn, $data);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);file_put_contents was found in the file PHPMailer.php 2634: if (false === file_put_contents($file, $body)) {file_get_contents was found in the file PHPMailer.php 2660: $body = file_get_contents($signed);2978: $file_buffer = file_get_contents($path);4184: file_get_contents($this->DKIM_private);file_get_contents was found in the file PHPMailer.php 2660: $body = file_get_contents($signed);2978: $file_buffer = file_get_contents($path);4184: file_get_contents($this->DKIM_private);file_get_contents was found in the file PHPMailer.php 2660: $body = file_get_contents($signed);2978: $file_buffer = file_get_contents($path);4184: file_get_contents($this->DKIM_private); file_get_contents was found in the file kontakt.php 315: $attachments[$filename] =
- fsockopen, capture it cleanly instead233: $this->pop_conn = fsockopen(fsockopen was found in the file SMTP.php 330: //Fall back to fsockopen which should work in more places, but is missing some features332: 'Connection: stream_socket_client not available, falling back to fsockopen',336: $this->smtp_conn = fsockopen( fsockopen was found in the file POP3.php 225: //Rather than suppress it with @
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - bloginfo('template_url');?>/css/normalize.css'>13: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/fonts/webfont-ws/stylesheet.css'>15: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/fonts/webfont-km/stylesheet.css'>17: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/fonts/webfont-fontawesome-free-5.15.2/css/all.c19: <link rel='apple-touch-icon' sizes='180x180' href='<?php bloginfo('template_url');?>/img/favicon/apple-touch-icon.png'>21: <link rel='icon' type='image/png' sizes='32x32' href='<?php bloginfo('template_url');?>/img/favicon/favicon-32x32.png'>23: <link rel='icon' type='image/png' sizes='16x16' href='<?php bloginfo('template_url');?>/img/favicon/favicon-16x16.png'>25: <link rel='manifest' href='<?php bloginfo('template_url');?>/img/favicon/site.webmanifest'>27: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/modern-slide-in/css/sequence-theme.modern-slide50: <a href='index.htm'><img class='logo-gr712' src='<?php bloginfo('template_url');?>/img/praxis-luebbert-logo-loewe-gross.png' width86: <a href='<?php echo home_url('notfallnummern');?>' class=not-button-normal><button class='button-not'><img class='notf-phone' src='<?php bloginfo('template_url');?>/img/praxis-luebbert-button-phone-gruen.png' widbloginfo('template_url') was found in the file content-therapie.php. Use echo esc_url( get_template_directory_uri() ) instead.32: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-verh-foto-curly2.png' 71: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-illu-vater.jpg' class=105: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-thera-emdr.jpg' class=145: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-verh-foto-weg.jpg' cl182: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-hypno-foto-2.jpg' clabloginfo('template_url') was found in the file content-die-therapeuten.php. Use echo esc_url( get_template_directory_uri() ) instead.16: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-portrait-lubbert-2.png' cla33: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-portrait-lazardzig-2.png' a50: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-portrait-hund-x.png' alt=''bloginfo('template_url') was found in the file content-unsere-arbeit.php. Use echo esc_url( get_template_directory_uri() ) instead.17: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-kinder2.jpg' alt='' wi41: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-familie2.jpg' alt='' width=93: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-frisur.jpg' class='bil100: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-frisur.jpg' class='bil116: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil122: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil143: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-karte.jpg' class='bild177: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-teddy.jpg' class='bild193: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-teddy.jpg' class='bild209: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil213: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil232: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-karte.jpg' class='bildbloginfo('template_url') was found in the file content-die-praxis.php. Use echo esc_url( get_template_directory_uri() ) instead.38: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil51: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil63: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil76: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil89: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil102: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil115: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil128: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil141: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil154: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil167: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil180: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil193: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil206: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil219: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil232: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil245: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil258: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil271: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil285: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil298: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil313: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil341: <li><a href='#step1' rel='step1' title='Go to slide 1'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l342: <li><a href='#step2' rel='step2' title='Go to slide 2'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l343: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l344: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l345: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l346: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l347: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l348: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l349: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l350: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l351: <li><a href='#step1' rel='step1' title='Go to slide 1'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l352: <li><a href='#step2' rel='step2' title='Go to slide 2'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l353: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l354: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l355: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l356: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l357: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l358: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l359: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l360: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l361: <li><a href='#step1' rel='step1' title='Go to slide 1'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l362: <li><a href='#step2' rel='step2' title='Go to slide 2'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l363: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l364: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l365: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l366: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l367: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l368: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l369: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l370: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></lbloginfo('template_url') was found in the file content-geschichten.php. Use echo esc_url( get_template_directory_uri() ) instead.102: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-buchst-m.jpg' class='buchst149: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-buchst-a.jpg' class='buchst201: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-buchst-e.jpg' class='buchstbloginfo('template_url') was found in the file content-kontakt.php. Use echo esc_url( get_template_directory_uri() ) instead.15: <iframe src='<?php bloginfo('template_url');?>/kontaktform/kontakt.php'></iframe>31: <a href='<?php bloginfo('template_url');?>/img/downloads/praxis-luebbert-behandlungsvertra33: <a href='<?php bloginfo('template_url');?>/img/downloads/praxis-luebbert-erkl-sorgerecht.pbloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.2: <form method='get' action='<?php bloginfo('url');?>/' class='site-search'>bloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.84: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/imagesloaded.pkgd.min.j85: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/hammer.min.js'></script86: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/sequence.min.js'></scri87: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/sequence-theme.modern-s bloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.9: <link rel='stylesheet' href='<?php
webfonts_indie-flower.zip ordner webfonts_springtime-blues.zip ordner
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wrong tag Webdesign in style.css header.Found wrong tag individuelle Gestaltung in style.css header.Found wrong tag Berliner Themes 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 treptow.
- This theme contains no sidebars/widget areas. See Widgets API
- .ds_store was found.
- Found a mix of \r\n and \n line endings in file webfonts.ffonts.net.txt.Found a mix of \r\n and \n line endings in file webfonts.ffonts.net.txt.
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find wp_link_pages.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
- This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Could not find Theme URL.
- 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 Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- Could not find file comments.php in the theme.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file comments.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 comments.php.
- This theme does not contain optional file category.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.
- This theme does not contain optional file image.php.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : kontakt.php 5: require_once('AntiSpam.php');40: @require('config.php');41: require_once('AntiSpam.php');42: include('PHPMailer/Secureimage.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.