This thread is resolved. Here is a description of the problem and solution.
Problem:
You are using the WP Booking System plugin with the Enfold theme and need to make the shortcode translatable in different languages, but the content field for the shortcode isn't visible for translation.
Solution:
To make your shortcodes translatable, you need to add an XML configuration. You can find detailed guidance on how to set up language configuration files at https://wpml.org/documentation/support/language-configuration-files/. Here is an example of how you should configure your XML:
<wpml-config><br /> <shortcodes><br /> <shortcode><br /> <tag>wpbs</tag><br /> <attributes><br /> <attribute>id</attribute><br /> <attribute>language</attribute><br /> </attributes><br /> </shortcode><br /> </shortcodes><br /></wpml-config>
After adding this configuration, edit the content in your default language so the shortcode attributes appear in the WPML Translation Editor for translation.
Please note that this solution might be outdated or not applicable to your specific case. If this solution does not resolve your issue, 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 you still need assistance, please open a new support ticket at WPML support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.