-
AuthorPosts
-
March 9, 2022 at 11:37 am #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
March 10, 2022 at 5:40 am #1343949Hey 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,
IsmaelMarch 11, 2022 at 9:49 am #1344102Hi 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, ClaudiaMarch 14, 2022 at 4:34 am #1344335Hi,
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,
IsmaelMarch 14, 2022 at 10:43 am #1344362Hi 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,
ClaudiaMarch 14, 2022 at 3:26 pm #1344413Hey 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,
YigitMarch 14, 2022 at 6:23 pm #1344453Hi 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,
ClaudiaMarch 15, 2022 at 6:37 am #1344488Hi,
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,
IsmaelMarch 15, 2022 at 7:58 pm #1344652March 15, 2022 at 8:08 pm #1344656next 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.
April 1, 2022 at 1:12 pm #1346868Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.