16 Évekkel ezelőtt a mai verzió 0.0.1 A WordPress pluginját elengedték. Ez a verzió javítja néhány PHP kompatibilitási problémát, és eltávolítja néhány szükségtelen kódot.
Majdnem elfelejtettem, hogyan lehet most kiadni, Tehát ha valami nem működik. Kérjük, tudassa velem a “lépjen kapcsolatba velünk” oldalon.

Szia Ajánlat & Transposh,
Boldog születésnapot Transposh -nak!
Köszönjük, hogy felajánlotta ezt az ingyeneset, Nagy plugin. Ez valóban segített a weboldalamnak növekedni és kiszélesíteni a közönséget.
Nagyon szépen köszönjük!!
Thank you for your kind words
Nagy dugó, didn’t expect there to be an update.
Thank you for your generosity and free, some of the features of your plugin are better compared to other paid plugins.
I’ve tried just about every other plugin out there, free and premium. Transposh is the best, bar none. Kösz, Ofer, for keeping it alive. Good to read you’re ok. It’s a relief to have something good be shared, especially in these difficult and violent times. Feels like a spark of hope for humanity. So here is my little pebble.
As opposed to the [tpe lang="tovább" only ="y"] vagy [tpe mylang lang='fr,en'] shortcode methods, which don’t always work, here is the best, easiest, and most powerful way to show content selectively per language:
1. Transposh > beállítások > general settings > tick rewrite urls (volt (http://transposh/en))
2. Add this to your 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. Add this 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. Majd, to show an element selectively, all you have to do is add one of these this classes to the elements you want to hide:
"not-on-english"
or
"not-on-french"
Long live Transposh and may humans continue understanding each other !
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!
Egészségedre
Antonella
Kösz, and a happy birthday to you,
About Neve, I don’t know, I can only suggest trying, worst case – uninstall our plugin.
Sok szerencsét
After installing the latest version, the language buttons on the “Nyelvek” 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
Szia,
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?