I've just installed the WPML CMS plugin and license and using a multisite setup - and encountered some issues.
First in my wp dashboard I have some error messages:
Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /var/www/vhosts/oui-studios.dev/henrylamotte/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /var/www/vhosts/oui-studios.dev/henrylamotte/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
Second: after adding a new language and some translations > when I switch the language in the frontend (language switcher or manually by adding /en in the url), some css styles are gone, which I've defined in my css ::root. Why does this happen?
I can see you are using PHP Version 8.2, WPML at the moment along with many other WordPress plugins are not fully tested and officially compatible with 8.2
based on the warnings I would guess that they are directly related to the PHP Version.
These warnings are "suggestions" and will not cause any fatal errors or issues with the way WPML is behaving with your site, you can either manually deactivate them by turning off wp_debug_dispaly in wp-config.php or downgrading the PHP version to an earlier version.
Regarding the CSS, is this CSS using any conditions in order to be displayed?
How are you currently adding the CSS? We would most likely need to also add it manually to the translation if you are adding it as custom CSS in the page.
Let me know your results, please.
The topic ‘[Closed] Issues after setup/ configuration’ is closed to new replies.