doefi
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I don’t know if it was the cache and the SMTP plugin, but I changed the form’s recipient address to a domain email address and then the sending worked. It may be that my hosting provider has blocked third-party email recipients.
Forum: Plugins
In reply to: [MslsMenu] German Site in 3 language Multisite not workingWell, if someone has the same problem: I deleted the German site and created a new one with the slug “deu” instead of “de”. That has reset some things, so that`s now working like expected!
Forum: Plugins
In reply to: [MslsMenu] German Site in 3 language Multisite not workingedted lines wp-config.php
/* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); define( 'DOMAIN_CURRENT_SITE', '**************.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define( 'WP_MEMORY_LIMIT', '512M' ); /* That's all, stop editing! Happy publishing. */- This reply was modified 1 year, 11 months ago by doefi.
Forum: Plugins
In reply to: [MslsMenu] German Site in 3 language Multisite not workingForum: Plugins
In reply to: [MslsMenu] German Site in 3 language Multisite not working
Viewing 5 replies - 1 through 5 (of 5 total)