Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #664119

    Hello,

    I have a problem, Hope to get help!

    when i click the button “save” of WPML, there is no corresponding. WPML reply:
    There are some known compatibility issues with Enfold as described below:
    Enfold theme styles not loading when “A different domain per language” is chosen.(errata link)
    When a portfolio custom post is duplicated in another language, the breadcrumb hierarchy of the parent page is not copied nor translated.(errata link)
    Translating Avia Layout Builder pages (included in Enfold theme) isn’t working correctly when we use the advanced layout editor.(errata link)

    Regards,
    Xuzj

    #665115

    Hey xuzj!

    Thank you for using Enfold.

    Could you please provide a link to the page with the issue? I checked the site’s versions but I don’t see any obvious issues.

    Best regards,
    Ismael

    #665124

    Hi Ismael,

    Thanks for your reply.
    The link: http://hanyu360.com/wp-admin/admin.php?page=sitepress-multilingual-cms%2Fmenu%2Flanguages.php&lang=zh-hans&admin_bar=1
    when i click the button “save” of WPML, It has no corresponding, cannot be saved.

    Regards,
    Xuzj

    #666018

    Hi,

    Which of the settings are not working? I toggled one the setting and it saved without any issue. Maybe a screenshot will help because we don’t understand the language.

    Best regards,
    Ismael

    #666035

    Hi,

    For example:
    “What to include in the language switcher”
    Only choose “Native language name ”
    And then scroll down the mouse, Select “save” .
    Screenshot means “Please match the required format”.

    Regards,
    Xuzj

    #667119

    Hi,

    Please try this in the functions.php file:

    // custom script
    add_action('admin_footer', 'add_custom_script');
    function add_custom_script(){
    ?>
    <script>
    (function($){
    	// custom script
    	function i() {
    		$('.wpml-section form').each(function() {
    			$(this).attr('novalidation', '');
    		});
    	}
    
    	i();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Best regards,
    Ismael

    #667124

    Hi Ismael,

    The problem is resolved, it can work normally.
    Thanks a lot!

    Regards,
    Xuzj

    #667367

    Hi,

    Great, glad you got it working :-)

    Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #973642

    Hi Rikard,
    Sorry, so long, didn’t notice this message.
    Thanks a lot, you can close this topic.

    Best regards,
    xuzj

    #973807

    Hi,

    Thanks for the feedback. I’ll go ahead and close this for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Compatibility issues with WPML’ is closed to new replies.