ceotron
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 email verification] Plugin Not WorkingWith the newest Version of CF7 and this Plugin i get the following error:
Parse error: syntax error, unexpected T_FUNCTION in /home/xxxxx/www.xxxxx.at/wp-content/plugins/contact-form-7-email-verification/wpcf7-email-verification.php on line 47
Maybe that helps you a little bit.
Forum: Fixing WordPress
In reply to: German Umlaute displayed incorrectly after 3.6 updateHi warhonowicz,
you can change the setting in the “header.php” PHP file of the WordPress template – if there is something else set, change the charset meta.
for example: in the Twenty Thirteen Template the Meta Tag has the following setting:
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>Greetz,
PatrickForum: Fixing WordPress
In reply to: German Umlaute displayed incorrectly after 3.6 update@esmi: already edited my post.
i hope this solution also works for warhonowicz.
Forum: Fixing WordPress
In reply to: German Umlaute displayed incorrectly after 3.6 updateHi,
same here! Happend to me as well after updating to 3.6.
–> SOLVED by changing from ISO to <meta charset=”UTF-8″>
Patrick
Same problem here!! need help!! please!!
now it works with this:
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }Forum: Fixing WordPress
In reply to: WordPress 3.1.1. but still HTTP error with flash-uploadHi,
nice Job – thanks for testing!
have you reported it to adobe?Greetings,