Tagged: text color, Translation
- This topic has 10 replies, 4 voices, and was last updated 9 years, 6 months ago by Theme Horse Support Team.
-
AuthorPosts
-
March 17, 2015 at 12:10 pm #23208aurorebelle42Participant
My website is in french language and I’d like to translate into french the text:
- “Read More” on the slider
- “Continue Reading” on the blog page
Thank you for your help,
Aurore
http://2aleanconsulting.com/March 18, 2015 at 3:47 am #23222aurorebelle42ParticipantHi,
I have one more question:
Where can we change the color of the text that appear on the Slider.
The Article title and the link “Read More” are in white color. How to change it to black?
Thank you very much!Best regards,
AuroreMarch 18, 2015 at 5:13 am #23226Theme Horse Support TeamKeymasterHi aurorebelle42,
Where can we change the color of the text that appear on the Slider.
The Article title and the link “Read More” are in white color. How to change it to black
==> We are sorry about it. This feature is not available in free version of our theme.To translate in your language “Read More” and “Continue Reading”, you have to create a .po and .mo file from poedit.Before adding this file create a child theme to be safe from data loss while updating to our new version.
Thank you!
March 28, 2015 at 3:55 am #23580mickeParticipantHi!
I’m confused… Added a folder “languages” in my child theme directory and added sv_SE.mo/.po for my Swedish translation. But the file is never loaded. Also tried to name it “ultimate.mo/.po”, same as the English original. But doesn’t work either.
What is the correct path/file name? Thanks!
March 30, 2015 at 4:55 am #23624Theme Horse Support TeamKeymasterHi micke,
Did you add this code inside you functions.php file.
load_theme_textdomain( 'ultimate', get_stylesheet_directory() . '/languages' ); // to add text domain language translate
If there is still problem then you may send it to us at below link. We will add your language file so that you don’t need to create any childtheme for language translation.
Email UsThank you!
March 30, 2015 at 5:39 am #23631mickeParticipantHi
Still not working. My files in childtheme/languages are named “ultimate.po” and “ultimate.mo” while your file is named “ultimate.pot”
When I echo this the path is correct:
sprintf("%s/languages", get_stylesheet_directory())
Wordpress is 4.1.1 Swedish version, still not able to get the translations from my own file.
Do I have to reactivate the theme or something after adding the row to functions.php?
Pls advise,
March 31, 2015 at 4:53 am #23657Theme Horse Support TeamKeymasterHi micke,
You don’t need to reactivate the theme. Once you activate the child theme then it must work fine. Use sv_SE.mo and sv_SE.po file and keep these file inside the language folder. Use this code inside child theme of functions.php that i have provided before
load_theme_textdomain( 'ultimate', get_stylesheet_directory() . '/languages' ); // to add text domain language translate
Just have this link
http://www.wpbeginner.com/wp-themes/find-translate-translation-ready-wordpress-theme/You may also visit to this site and its working fine.
http://www.scmarinhense.pt/category/institucional/Thank you!
March 31, 2015 at 5:30 am #23663mickeParticipantThanks, that did it! Just renamed the files and reloaded the site.
I’ll send the Swedish translation once it’s 100% completed.
Thank you!
April 1, 2015 at 4:31 am #23681Theme Horse Support TeamKeymasterhi micke,
Thanks for sending Swedish translation. Once we will check it and update it in our new version.
Thank you!
May 13, 2015 at 4:40 pm #24863fcukcsdParticipantHi,
translating “read more” is above my skills. How can I remove “reade more” box from slider?
Thank you for your help,
May 14, 2015 at 4:03 am #24880Theme Horse Support TeamKeymasterHi fcukcsd,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
themehorse.com/media=”all”.call-to-action { display: none; }
Hope this may help you!
Thank you! -
AuthorPosts
- You must be logged in to reply to this topic.