WPML
상태
개발자 대기 중
관련 플러그인/테마
Divi Supreme Modules

문제 개요

Divi Supreme Modules를 사용할 때 FAQ 위젯 설명 필드는 번역 불가능하며, 제목만 번역할 수 있습니다.

임시 해결 방법

1- WPML > 설정 > 사용자 정의 XML 구성 탭으로 이동하세요.
2- 다음 XML 코드를 붙여넣으세요 :

<wpml-config>
    <shortcodes>
        <shortcode>
            <tag label="Supreme FAQ Wrapper">dsm_faq</tag>
        </shortcode>
        <shortcode>
            <tag label="Supreme FAQ Item">dsm_faq_child</tag>
            <attributes>
                <attribute label="FAQ Title">dsm_title</attribute>
                <attribute label="FAQ Content" encoding="allow_html_tags">dsm_content</attribute>
            </attributes>
        </shortcode>
    </shortcodes>
</wpml-config>
        

3- 해당 페이지를 다시 편집하고 다시 번역하세요.

알려진 모든 문제 →