We are trying to duplicate the dutch content to the other languages. Some pages, we can edit, then copy to english and german. Some page we try to copy, and it only copies to german, english is made. But the advanced automatic translations tries to translate this.
We want every page copied, so the user can fill in the transalations. Not the automated translations. I don't seem to be able to copy certain pages, it will not copy the content, only create the page and it shows a gear icon instead of a pencil.
thank you for reaching out to us. I understand your issue. To solve it, let's first try and increase your memory limit.
WPML requires a memory limit of at least 128 MB, while 256 MB is recommended. You can set the WP memory limit in your wp-config.php file by adding the following code:
The gear icon means that the translation is not yet complete. Please increase the memory and share your results with me. In case you need any further assistance, let me know.
Thank you for your reply. I upgraded the memory via WP but no effect.
When i try to copy page A for example. Everything goes well. I edit page A, add the copy check and press copy. The page A is available in German and English. When i edit page B. Check the copy and press copy. The page just reloads. It creates a post in German and English. But not with the original content. Sometimes only one language gets a correct copy, the other just creates a page with no content,
Thank you for following the recommendations. Since it has no effect I'd like to go on take a look on a staging version of your website. Could you please provide the access to a staging version for me?
You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.
Maybe I'll need to replicate your site locally. For this, I’ll need to temporarily install a plugin called “Duplicator” or "All in One WP Migration" on your site. This will allow me to create a copy of your site and your content. Once the problem is resolved I will delete the local site. Let me know if this is ok with you.
IMPORTANT
- Please make a backup of site files and database before providing us access.
- If you do not see the wp-admin/FTP fields this means your post & website login details will be made PUBLIC. DO NOT post your website details unless you see the required wp-admin/FTP fields. If you do not, please ask me to enable the private box. The private box looks like this:
Our development is still working on it. I asked them for a feedback and will post it here as soon as I have it. Would you mind sharing the error with us? We can them check if it's related to the issue you initially reported.
Thank you for the updates. I'm still waiting for the feedback from our developers. On Friday, they sent me a possible solution that unfortunately didn't work, so we are looking for another way to solve your issue. As for the menu and the deprecation message, it doesn't seem to be related to WPML. To make sure, I recommend you deactivate all WPML related plugins on a staging version of your site to see if the problem persists. Would you kindly do that and give me feedback? I'll let you know as soon as we have an update from the developing team.
After talking to the developers, we came up with a workaround. We were able to implement and test it on your staging website. Please add the following line of code to your theme's function.php file:
Then, visit Plugins > Plugin File Editor and select the Advanced Custom Fields Multilingual to edit. Go to the file Go to: acfml\classes\class-wpml-acf-field-annotations.php and comment out the line:
$this->field_original_value( $field, $post_id );
To comment out the line, you can simply add "//" in front of it. The final code should look like this (I added the line before and after it, so you can see the context on which it appears):