I have over 300 pages on my website and each page has many custom fields. Some have around 100 fields. So when I'm looking to translate a page from EN to FR, I need to check the "Translation is complete" checkbox in order to have the FR page ready. But since our pages are long, we are currently checking each and every single checkbox which is very time-consuming. Is there a way or a button where I can just check all the boxes at once? Is there a button for that or a workaround?
Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with the first debugging steps or if I can help with the issue quickly.
I understand that you would like to check all checkboxes in WPML's classic translation editor.
When using the translation editor, if you would like to select all checkboxes so that you can mark all as complete, open up your browser console and add this in the Console:
Thanks for the response. I tried your method but it didn't work. I entered the code you sent in Chrome's console and pressed enter. I then selected a checkbox but only that checkbox was selected, not all checkboxes. I have attached a screenshot here.
Please try doing the same with this script, pasting it to the console.
jQuery(document).ready(function() {
jQuery(".icl_tm_finished")
.prop("disabled", false) // Enable the checkboxes
.prop("checked", true); // Check the checkboxes
});
I tried this now, it works fine for me. You just need to unselect one box and re-select it.
Please update me on if this solves your issue.
Manage Cookie Consent
We use cookies to optimize our website and services. Your consent allows us to process data such as browsing behavior. Not consenting may affect some features.
Functional
Always active
Required for our website to operate and communicate correctly.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
We use these to analyze the statistics of our site. Collected information is completely anonymous.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
These cookies track your browsing to provide ads relevant to you.