16 منذ سنوات نسخة اليوم 0.0.1 تم إصدار المكون الإضافي لـ WordPress. يعمل هذا الإصدار على إصلاح بعض مشكلات توافق PHP ويزيل بعض التعليمات البرمجية غير الضرورية.
لقد نسيت تقريبا كيف أقوم بإصدار الآن, لذلك إذا كان هناك شيء لا يعمل. واسمحوا لي أن أعرف عبر “اتصل بنا” صفحة.

هناك عرض & ينقل,
عيد ميلاد سعيد ل Transposh!
شكرا لك لتقديم هذا مجانا, البرنامج المساعد الرائع. لقد ساعدت موقع الويب الخاص بي حقًا على نمو وتوسيع نطاق الجمهور.
شكراً جزيلاً!!
شكرا لك على كلماتك الرقيقة
البرنامج المساعد العظيم, لا يتوقع أن يكون هناك تحديث.
شكرا لك على كرمك ومجاني, بعض ميزات البرنامج المساعد أفضل مقارنة بالمكونات الإضافية المدفوعة الأخرى.
لقد جربت كل مكونات إضافية هناك, حرة ومتميزة. Transposh هو الأفضل, لا شيء. شكرا, اوفر, لإبقائها على قيد الحياة. من الجيد أن تقرأ أنك بخير. من المريح مشاركة شيء جيد, خاصة في هذه الأوقات الصعبة والعنيفة. يبدو وكأنه شرارة الأمل للبشرية. لذا ها هي حصاة لي الصغيرة.
على عكس [tpe lang ="على" = فقط"ذ"] أو [tpe mylang lang='fr,en'] طرق الرمز القصيرة, التي لا تعمل دائمًا, هنا هو الأفضل, أسهل, وأقوى طريقة لإظهار المحتوى بشكل انتقائي لكل لغة:
1. ينقل > إعدادات > الإعدادات العامة > علامة إعادة كتابة عناوين URL (السابق (http://transposh/en))
2. أضف هذا إلى وظائفك.:
//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"
Live Transposh وقد يواصل البشر فهم بعضهم البعض !
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!
Cheers
Antonella
شكرا, and a happy birthday to you,
About Neve, I don’t know, 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?