wpml string translation

Dear Paolo,

In some cases some strings are not translating properly

Marcel from WPML support has added the following message to your support thread:
string übersetzungen

Hallo,

Achtung, wenn Sie die Option aktivieren, bleibt dies nur 2h aktiv, damit der Server nicht unnötigerweise ausgelastet wird.

In dieser Zeit können andere betroffene Strings temporär korrekt dargestellt werden. Sobald die Option jedoch wieder deaktiviert wird, werden die Strings wieder falsch, da die WordPress eigenen .MO Spachfiles fehlerhaft wieder veraltete Inhalte laden.

Also wenn Sie andere Strings dazu finden, deaktivieren Sie die “Auto-register” Option, und schauen Sie, ob sich die Ausgabe verändert. Dann müssen Sie auch diese Strings löschen und neu übersetzen.

Freundliche Grüße
Marcel

Add your message

The support person assigned to your question is Marcel. Marcel will be online for 0 more Stunde today and is currently handling 2 other support threads.

* Please note that this email is not monitored for replies. Replies to this email will be lost.

You are receiving this email because you have subscribed to a forum topic.

Prefer to stop getting updates?

Unsubscribe from this topic
Unsubscribe from all our emails

random css

/**
* Enqueue scripts and styles for random version of stylesheet.
*/
function cssrandom_scripts() {
$rand = rand(1, 99999999999);
wp_enqueue_style( ‘html5blank-style’, get_stylesheet_uri(), ”, $rand );

wp_style_add_data( ‘html5blank-style’, ‘rtl’, ‘replace’ );

if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
wp_enqueue_script( ‘comment-reply’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘cssrandom_scripts’ );

/*add category class in body*/
add_filter(‘body_class’,’add_category_to_single’);
function add_category_to_single($classes) {
if (is_single() ) {
global $post;
foreach((get_the_category($post->ID)) as $category) {
// add category slug to the $classes array
$classes[] = $category->category_nicename;
}
}
// return the $classes array
return $classes;
}

/**
* End of Enqueue scripts and styles for random version of stylesheet./**/

Array für Sortierung von Posts

testbereich
’10’,
‘posts_per_page’ => 5,
‘orderby’ => ‘date’,
‘order’ => ‘ASC’
);

$custom_query = new WP_Query($args);

if ($custom_query->have_posts()) : while($custom_query->have_posts()) : $custom_query->the_post(); ?>


Keine Beiträge


Mailpoet

mailpoet – import listen

  • export alten tabelleneintrag
  • prefix anpassen
  • neue, leere liste anschauen
  • alte liste bei bedarf anpassen
  • importieren