-
-
Hello, everyone.
I’m trying hard to translate some strings on the blog content but with no success.
On the blog page, the word ‘on’ (onde de post date) and ther word “Read More”.
You can see them here: https://www.correameyer.com.br/noticias/
On the single post page, the word ‘on’ appears again: https://www.correameyer.com.br/2019/10/15/publicacoes-legais-das-sociedades-anonimas-passarao-a-ser-realizadas-exclusivamente-de-forma-eletronica/
Do you know where I can translate it?
Algo, on the Blog Page, there is the automatic header ‘BLOG’, and I can’t find where to change it.
Thank you so much for your help.
Best regards,
Rafael
-
Hello,
You are using the Timeline style of the blog so you can hardly change these texts from includes/view/blog/loop-timeline.php
But I suggest you use a plugin like Loco Translator or WPML Plugin
You can change the “Blog” text from includes/view/page_header.php
But again, I suggest you to use a plugin for them so when we release a new update you will not lose the changes.
Thanks
-
Thank You!
I’m having problems with Loco Translator – I create two languages for the site, but when I try to access the template on the plug-in, the following message appears:
Template missing
<p style=”font-size: 13px; line-height: 1.5; margin: 0.5em 0px; padding: 2px; color: #444444; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;”>This bundle doesn’t define a translations template file.</p>
<p style=”font-size: 13px; line-height: 1.5; margin: 0.5em 0px; padding: 2px; color: #444444; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;”>Loco can sync directly with the source code, but this can be slow if there are many files.</p> -
Mm, if you want you can share credentials with me and I can help you with Loco Translator
Thanks
-
-
Hello,
You can add them here in a private reply. It will be visible only to you and support admins.
Or add them to your profile. Read this article for more information: https://support.codeless.co/?ht_kb=add-private-login-credentialsBest regards!
-
-
Hello,
Sorry for the late reply.
1-Are you sure you want to do this? In mobile the background of the header is white and that’s why the dark logo is used by default so it’s visible. If you use the light one, it will not be visible.
A solution to this, without any additional custom css, is to add the light logo in both “light” and “dark” versions. See screenshot: https://ibb.co/vj7dHDZ
So no matter the type of header style, the same light logo will load. This works if you intend to use only one logo throughout your site.But if you will use the dark version as well, then to make the light logo show in mobile, add this code into your Custom Css box:
@media (max-width: 979px){ .background--dark #logo img.dark { display: none; visibility: hidden; } .background--dark #logo img.light { display: block; visibility: visible; }}
2-All text in theme is translatable, so i suggest you better use the pot files to change the “blog” page title. See this article about it: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files
3-Yes, please add this code into your Custom Css box:
.postid-888 .header_wrapper { background-color: #b7b5b5 !important; }
Change the color to your wish.
Let us know.
Best regards!
-
You must be logged in to reply to this topic.