나는 다른 모든 플러그인을 시도했습니다, 무료 및 프리미엄. Transposh가 최고입니다, 막대 없음. 감사 해요, 오퍼, 그것을 살리기 위해. 당신은 괜찮습니다. 좋은 것을 공유하는 것은 안도감입니다, 특히이 어렵고 폭력적인시기에. 인류에 대한 희망의 불꽃처럼 느껴집니다. 그래서 여기 내 작은 자갈이 있습니다.
와는 달리 [tpe lang ="~에" 단 ="그리고"] 또는 [tpe mylang lang='fr,en'] 바로가 코드 방법, 항상 작동하지 않습니다, 다음은 최고입니다, 가장 쉬운, 그리고 언어 당 컨텐츠를 선택적으로 보여주는 가장 강력한 방법:
2. 이것을 functions.php에 추가하십시오:
//add a class to body based on the language
function custom_body_class($classes) {
// Check if the URL contains '/en/'
if (strpos($_SERVER['REQUEST_URI'], '/en/') !== false) {
// Add 'english' to the body class array
$classes[] = 'english';
} else {
// Add 'french' to the body class array if '/en/' is not found
$classes[] = 'french';
}
return $classes;
}
add_filter('body_class', 'custom_body_class');
3. 이 CSS를 추가하십시오:
/*hide french listing on english pages*/
body.english .not-on-french {
display: none;
}
/*hide english listing on french pages*/
body.french .not-on-english {
display: none;
}
4. 그때, 요소를 선택적으로 표시합니다, 이 클래스 중 하나를 숨기고 싶은 요소 에이 클래스 중 하나를 추가하는 것입니다.:
"not-on-english"
or
"not-on-french"
Hi and happy birthday! Next sunday will be mine … would you mind to tell me if Neve theme is compatible with Transposh? Your plugin has been suggested by my fab hosting Thank you!
건배 Antonella
After installing the latest version, the language buttons on the “언어” tab stay empty. No flags, language text. I de-installed and re-installed, to no avail.
I still had a 1.0.9.3 version and installed that. That works fine!
The best way would be a bug report on github, or sending a direct message to support via the contact us form,
There were changes in the language buttons, but they should load (and are probably loaded for almost everyone). have you tried using a different browser?
Ofer 안녕하세요 & 트랜스포시,
Transposh에게 생일 축하합니다!
이 무료로 제공해 주셔서 감사합니다, 훌륭한 플러그인. 실제로 내 웹 사이트가 성장하고 청중이 도달하는 데 도움이되었습니다..
매우 감사합니다!!
친절한 말에 감사드립니다
그레이트 플러그인, 업데이트가있을 것으로 기대하지 않았습니다.
당신의 관대함과 무료에 감사드립니다, 플러그인의 기능 중 일부는 다른 유료 플러그인에 비해 더 좋습니다..
나는 다른 모든 플러그인을 시도했습니다, 무료 및 프리미엄. Transposh가 최고입니다, 막대 없음. 감사 해요, 오퍼, 그것을 살리기 위해. 당신은 괜찮습니다. 좋은 것을 공유하는 것은 안도감입니다, 특히이 어렵고 폭력적인시기에. 인류에 대한 희망의 불꽃처럼 느껴집니다. 그래서 여기 내 작은 자갈이 있습니다.
와는 달리 [tpe lang ="~에" 단 ="그리고"] 또는 [tpe mylang lang='fr,en'] 바로가 코드 방법, 항상 작동하지 않습니다, 다음은 최고입니다, 가장 쉬운, 그리고 언어 당 컨텐츠를 선택적으로 보여주는 가장 강력한 방법:
1. 트랜스포시 > 설정 > 일반적인 설정 > 틱을 다시 작성하십시오 (전- (http://transposh/en))
2. 이것을 functions.php에 추가하십시오:
//add a class to body based on the language
function custom_body_class($classes) {
// Check if the URL contains '/en/'
if (strpos($_SERVER['REQUEST_URI'], '/en/') !== false) {
// Add 'english' to the body class array
$classes[] = 'english';
} else {
// Add 'french' to the body class array if '/en/' is not found
$classes[] = 'french';
}
return $classes;
}
add_filter('body_class', 'custom_body_class');
3. 이 CSS를 추가하십시오:
/*hide french listing on english pages*/
body.english .not-on-french {
display: none;
}
/*hide english listing on french pages*/
body.french .not-on-english {
display: none;
}
4. 그때, 요소를 선택적으로 표시합니다, 이 클래스 중 하나를 숨기고 싶은 요소 에이 클래스 중 하나를 추가하는 것입니다.:
"not-on-english"
or
"not-on-french"
긴 살아있는 트랜스 포시와 인간이 서로를 계속 이해할 수 있습니다. !
Hi and happy birthday!
Next sunday will be mine …
would you mind to tell me if Neve theme is compatible with Transposh?
Your plugin has been suggested by my fab hosting Thank you!
건배
Antonella
감사 해요, and a happy birthday to you,
About Neve, 모르겠습니다, I can only suggest trying, worst case – uninstall our plugin.
행운을 빕니다
After installing the latest version, the language buttons on the “언어” tab stay empty. No flags, language text.
I de-installed and re-installed, to no avail.
I still had a 1.0.9.3 version and installed that. That works fine!
Am I the only one?
kr,
Anton
안녕,
The best way would be a bug report on github, or sending a direct message to support via the contact us form,
There were changes in the language buttons, but they should load (and are probably loaded for almost everyone). have you tried using a different browser?