Home › Forums › Air WordPress Theme › Blog overview READ MORE button colour & translations, and paragraph spacing
- This topic has 13 replies, 2 voices, and was last updated 6 years, 10 months ago by
SeaTheme.
-
AuthorPosts
-
July 25, 2019 at 11:44 pm #19038
Hello,
Thank you for a beautiful theme. I have a few issues that I hope you can help me with.
1. On the READ MORE button in the blog overview, I would like to translate the text into Danish (Læs mere) and change the default colour of the buttons (before and during hover).
2. On the blog overview, the blog categories are showing on top. I would like to translate the category ALL to the Danish ALLE.
3. Last, I would like to change the default spacing between paragraphs, as the text looks very cramped currently. I have tried inserting <br> in the editor, but for some reason if I later make changes to the text, the <br> is overwritten.
I hope you can help with these few things. Thank you for your time.
http://christinahamoe.dk/blog/
Sincerely
ChristinaJuly 26, 2019 at 3:47 am #19041Hi, thank you for purchasing our theme.
1.
to translate the text into Danish (Læs mere)
Appearance>ThemeOptions>General settings: Descriptions/Load More
the default colour of the buttons (before
Appearance>ThemeOptions>schemes:Portfolio List/Load mroe button
the default colour of the buttons (hover
It is possible by custom CSS(“Appearance > Customize: Additional CSS”), like:
.tw-style-a.ux-btn, .tw-style-a.ux-btn:hover { color: #4949BD; }2. Please refer to: https://seatheme.net/forums/topic/translate-some-wording/#post-14383
3. It is possible by custom CSS(“Appearance > Customize: Additional CSS”), like:
@media (min-width: 768px){ #content_wrap .entry p, .shortcode-img-wrap-out, .gallery-collage { margin-bottom: 10px; } }Regards!
SeaTheme – uiueux.com – Twitter – FacebookJuly 26, 2019 at 9:34 am #19042Hi,
Thank you for a quick respons.
However i think theres was a little misunderstanding.
1/ It is not the LOAD MORE button, but the READ MORE buttons shown at every blog posts in the post overview. I cannot see that under Appearance>ThemeOptions>General settings: Descriptions – and also not shown under Appearance>ThemeOptions>schemes:Portfolio List.
Right now these buttons have the colour: #F4524D
Read more2/ I followed the tutorial referred to, however it does not show the translation on site.
#: template/page/content-filter.php:44 template/page/content-filter.php:67
#: template/page/content-filter.php:90
msgid “All”
msgstr “Alle”3/ Perfect. This worked like a charm.
July 26, 2019 at 12:24 pm #19045Hi,
1. I cannot check your website, it says
http://christinahamoe.dk
is coming soon2. It should work, can I check your wp-admin?
——————————–
If ok, please send your question(this topic URL) and wp-admin(URL / username/password) to uiueux@gmail.com, I’ll log in to check it.RG
July 26, 2019 at 1:55 pm #19046Hi,
Yes I have sent the info per email.
Thank you
ChristinaJuly 26, 2019 at 2:10 pm #19048Hi,
I checked your site, the ReadMore and ALL come from VB plugin, please try to translate them in Loco Translate > Plugins: WPBakery Visual Composer
Please use the custom CSS(“Appearance > Customize: Additional CSS”), like:
/*normal*/ .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { color: #fff; background-color: #F4524D; } /*hover*/ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover { color: #fff; background-color: #F4524D; }RG
July 26, 2019 at 3:27 pm #19051hi,
I succeeded in translating the ALL, using the visual composer to edit the page. However I still cannot seen to get the translation that I made in Translate > Plugins: WPBakery Visual Composer to work and show in the front end.
I only need to have READ MORE translated now.
Christina
July 27, 2019 at 8:44 am #19052Hi,
I replaced the “Read more” in the origin files(/plugins/js_composer/include/params/vc_grid_item/templates.php), it works.
I don’t know why the loco plugin doesn’t work, I suggest you post the question to the VB support team.
Because it isn’t a perfect solution.RG
August 1, 2019 at 3:07 pm #19105Hi,
Thank you. I tried contacting Loco support team, however they are not replying to my query. Unfortunately I can see that they have only resolved about 1/3 of the support queries that they have gotten over the past 3 months, so I do not have my hopes up for a reply any time soon.
I tried investigating it a little further myself and hope that you might be able to help me out anyway, as I also found a bunch of non-translated strings in my contact form.
I have tried to change the language both to DK and UK under setting->general->site language without effect.
I have tried making the DK translations also to the UK file under loco->plugins->form 7 with no effect.However if I go to loco->plugins->form 7->DK->file info I can see this issue: Missing template
These translations are not linked to a POT file. Sync operations will extract strings directly from source code..
This is also the case when I go to the UK file.I don’t know how to link a translation to a POT file, but do you think maybe this could be causing the problems with translations?
August 2, 2019 at 1:51 am #19107Hi,
I suggest you contact the VC plugin support team also.
I am not sure if the Site Language cause the translations questions. But I think you should set website language as DK. Please refer to the post to fix the “Site Language” https://wordpress.stackexchange.com/questions/222685/wordpress-language-switcher-doesnt-work
Regards!
August 7, 2019 at 1:35 pm #19125Hi,
I am so sorry. But I don’t know what ‘VC plugin’ refers to? It is not the Loco translate support team?
Regards
ChristinaAugust 7, 2019 at 2:07 pm #19126Hi,
I mean Visual Composer plugin.
Regards!
August 7, 2019 at 8:11 pm #19127Solved. It turned out that the particular translations that were causing problems (the error messages) should be translated in plugins->contact form 7->edit contact form – and NOT via the loco translate->plugin->contact form 7-> <language file>.
Just in case others come about the same issue.
August 7, 2019 at 10:38 pm #19128Thanks for sharing 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.
