wordpress – Editor v IE11 nezobrazuje obsah příspěvku ve WYSIWYG režimu
Plugin, který v IE11 opraví problém se zobrazením obsahu příspěvku (stránky) ve WYSIWYG režimu editoru. stáhnout z https://gist.github.com
Plugin, který v IE11 opraví problém se zobrazením obsahu příspěvku (stránky) ve WYSIWYG režimu editoru. stáhnout z https://gist.github.com
Soubor wp-config.php, přidat tyto řádky: define (‚WP_PROXY_HOST‘, ‚adresa_proxy_serveru‚);define (‚WP_PROXY_PORT‘, ‚port_proxy_serveru‚);define (‚WP_PROXY_USERNAME‘, “);define (‚WP_PROXY_PASSWORD‘, “);define (‚WP_PROXY_BYPASS_HOSTS‘, ‚localhost‚);
V souboru wp-config.php upravit řádek define(‚WPLANG‘, ‚cs_CZ‘); na define(‚WPLANG‘, “);
Soubor: \wp-includes\pluggable.php // From email and name // If we don’t have a name from the input headers $from_name = ‚MUJ_WORDPRESS‘; if (! isset( $from_name ) ) $from_name = ‚WordPress‘; /* If we don’t have an email from the input headers default to wordpress@$sitename * Some hosts will block outgoing mail from this…