Hi,
Try to replace wpml-config.xml
file content with the following code to fix this
<wpml-config>
<custom-types>
<custom-type translate="1">cms_block</custom-type>
<custom-type translate="1">portfolio</custom-type>
<custom-type translate="0">basel_sidebar</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">categories</taxonomy>
<taxonomy translate="1">project-cat</taxonomy>
<taxonomy translate="1">tag</taxonomy>
</taxonomies>
<admin-texts>
<key name="basel_options">
<key name="logo" />
<key name="logo_width" />
<key name="header_text" />
<key name="header_area" />
<key name="popup_text" />
<key name="reg_text" />
<key name="cookies_text" />
<key name="empty_cart_text" />
<key name="copyrights" />
<key name="copyrights2" />
<key name="prefooter_area" />
<key name="additional_tab_title" />
<key name="additional_tab_text" />
</key>
</admin-texts>
<custom-fields>
<custom-field action="translate" label="Extra content">_basel_extra_content</custom-field>
</custom-fields>
</wpml-config>
Regards