Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1343805

    Hallo,

    ich habe folgendes Problem auf meiner Blog-Seite https://titanicmuseum.at/blog-news/:
    das Beitragsdatum erscheint in Englisch statt auf Deutsch
    1) unterhalb der Beitragsvorschau/Liste
    2) und in der Seitenleiste beim Archiv-Widget (heißt hier: Zum Nachlesen)

    Wo kann ich die Sprache/Anzeige für das Datum umstellen?

    Lg Claudia

    #1343949

    Hey Eggzentrisch,

    Thank you for the inquiry.

    Did you set the site language to Deutsch in the Settings > General panel? Please post the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    #1344102

    Hi Ismael,

    thank you for your reply.
    Yes, the language is set to Deutsch, that’s why I’m a bit confused…

    The login credentials are in the private field as requested.
    Best regards, Claudia

    #1344335

    Hi,

    Sorry for the delay. We tried to modify the enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file around line 916 and use the date_i18n function but the changes didn’t work.

    $meta .= "<time class='slide-meta-time updated' {$markup}>" . date_i18n( get_option( 'date_format' ), get_post_timestamp( $the_id, 'date' ) ) . '</time>';
    

    Please try to update the theme from 4.8.6.2 to version 4.9, then we will check the issue again.

    Best regards,
    Ismael

    #1344362

    Hi Ismael,

    no problem – fortunately it is not a big issue like “page does not show content” – it is only the language of some parts ;-)

    Concerning the update – when I open the “Enfold/theme update” from within the WP dashboard – it tells me that there is no update… does the update take some time to show up?

    Kind regards,
    Claudia

    #1344413

    Hey Claudia,

    Could you please regenerate a new token and make sure that all listed tokens here – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5 are enabled?

    Best regards,
    Yigit

    #1344453

    Hi Yigit,
    I regenerated a new token, activated and refreshed it in the theme dashboard, but nothing changed. I still see no update…
    In case you need it again, you find the login credentials in the private content box.
    Kind regards,
    Claudia

    #1344488

    Hi,

    Thank you for the info.

    If a new version is not showing in the theme options, you can instead download the theme directly from your Themeforest account and update the theme manually via FTP. Please check this documentation for more info.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    #1344652

    Did you check the settings – General and Date Format:

    Edit : No that should not influence the language shown on your blog.

    #1344656

    next question to the mods/devs on WordPress wp-includes – general-template.php ( near lines 2690 )
    is that the normal setting:

    function get_post_time( $format = 'U', $gmt = false, $post = null, $translate = false ) {
    	$post = get_post( $post );

    translate is set here to false.

    #1346868

    Hi,

    Sorry for the delay. Looks like the get_post_time function is only used in the enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php file, within the date_time function. Is it displaying the translated date when you set $gmt or the $translate parameters to true?

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.