Problem: If you're encountering a PHP Fatal Error when trying to access the WPML admin page, it might be due to a conflict with the Visual Composer PRO plugin, which registers a custom post type without proper labels. Solution: First, ensure you back up your database and website. We recommend trying one of the following workarounds: Workaround 1 (recommended): Add the following code to your theme’s functions.php file:
Workaround 2: Manually edit the plugin file at /wp-content/uploads/visualcomposer-assets/addons/themeEditor/themeEditor/PostTypeController.php. Replace the existing register_post_type function with:
protected function registerPostType()<br />{<br /> if (!isset($this->postNamePlural)){<br /> $this->postNamePlural = $this->postNameSlug;<br /> }<br /> register_post_type(<br />}
Note that this change might be lost if the plugin updates. We also recommend reporting this issue to the Visual Composer PRO team for a permanent fix.
If this solution does not apply to your case, or if it seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket with us for further assistance.
Problema: Hai installato BuddyBoss per creare una community sul tuo sito e desideri tradurre le attività usando WPML con il plugin BuddyPress Multilingual. Tuttavia, non riesci a tradurre le attività; nella pagina del feed delle attività, tutto appare indipendentemente dalla lingua selezionata. Soluzione: Il filtro delle notifiche per lingua era il comportamento predefinito, ma si è verificata una regressione con la versione 2.8.80 di BuddyBoss Platform. Puoi trovare un workaround qui. Stiamo lavorando con gli autori di BuddyBoss per una soluzione definitiva, che dovrà essere implementata in BuddyBoss Platform, non in WPML.
Se questa soluzione non risolve il tuo problema o se ritieni che le informazioni siano obsolete, ti invitiamo a verificare i problemi noti correlati, a controllare la versione della correzione permanente e a confermare di avere installato le ultime versioni dei temi e dei plugin. Se necessario, apri un nuovo ticket di supporto qui.