Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285011
    Rad
    Moderator

    Hi there,

    Thanks, I finally found what causing it. It’s because of your custom code from your child theme’s functions.php

        if(ICL_LANGUAGE_CODE=='en'){
            
            return "";
        }

    It should be like this,

        if(ICL_LANGUAGE_CODE=='en'){
            
            return $content;
        }

    Don’t return an empty content, just return the default content.

    Thanks!

    #1285791
    Anja L
    Participant

    Ok Thank you. That works for the Blog section but the other pages do not show the content.

    #1285795
    Anja L
    Participant

    Ok i have found the solution. Thank you

    #1285798
    Lely
    Moderator

    Glad you have found it.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1278658 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>