Problem: The client is using WPML with Crocoblock on their website. The Crocoblock filter widget and Listing Item work correctly in German, the default language, but issues arise when switching to French: the filter widget appears empty, and no listings are displayed, and the content of a Listing item disappears when switching from German to French. Solution: 1. For the filter widget appearing empty and no listings displayed in French: - Edit the French home page and replace the custom query with a standard posts query to ensure items appear correctly. - Ensure that two fields in the filter have the same values in both languages. Set the correct values in French and verify by checking the strings in String Translation.
2. For the content of a Listing item disappearing when language is switched: - Navigate to WPML-> Settings-> Custom Fields Translation. - Enable the "Show 'Multilingual Content Setup' meta box on post edit screen" option and save. - Edit the post in the default language. - Scroll down to the "Multilingual Content Setup" section. - Set the custom fields to Translate, Copy, or Copy once. - Click "Save" and update the page in the default language.
If these steps do not resolve your issues or if the solution seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum.
Problem: Der Kunde versucht, WPML mit dem OTGS-Installer zu installieren, was zu einem Fatal Error führt und die WordPress-Installation abstürzen lässt. Die Fehlermeldung lautet: 'Maximum execution time of 30 seconds exceeded'. Solution: Um den Fatal Error zu beheben und die maximale Ausführungszeit zu erhöhen, können Sie folgende Schritte durchführen: 1. Erhöhen Sie die maximale Ausführungszeit: - php.ini Datei: Fügen Sie die folgende Zeile hinzu oder ändern Sie sie:
max_execution_time = 300
- .htaccess Datei: Fügen Sie die folgende Zeile hinzu:
php_value max_execution_time 300
- wp-config.php Datei: Fügen Sie die folgende Zeile vor der Zeile "/* That's all, stop editing! Happy publishing. */" hinzu:
set_time_limit(300);
2. Optimieren Sie Ihre Datenbank: Verwenden Sie ein Plugin wie "WP-Optimize" oder "WP Sweep", um Ihre Datenbank zu bereinigen und zu optimieren. 3. Deaktivieren Sie unnötige Plugins: Deaktivieren Sie alle unnötigen Plugins, um herauszufinden, ob eines davon die Verzögerung verursacht. 4. Kontaktieren Sie Ihren Hosting-Anbieter: Wenden Sie sich an Ihren Hosting-Anbieter, um nach serverseitigen Einschränkungen oder Konfigurationen zu fragen. Falls diese Lösungen nicht funktionieren, könnte die Lösung veraltet sein oder nicht auf Ihren Fall zutreffen. Wir empfehlen Ihnen, die bekannten Probleme zu überprüfen, die Version der dauerhaften Lösung zu bestätigen und sicherzustellen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben. Wenn das Problem weiterhin besteht, eröffnen Sie bitte ein neues Support-Ticket.