Home › Forums › All Other Themes › Read More buttons and image size in the sliders
- This topic has 6 replies, 3 voices, and was last updated 7 years, 8 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
March 15, 2016 at 8:29 pm #26977
Hello,
I would like to translate the “Read More” buttons in the Homepage sliders to german language. How can I do this? Do I have to change PHP code?
Is it possible to reduce the size of the images in the sliders?Best Regards
Matthias
March 16, 2016 at 7:27 am #27024Hi Matthias,
Kindly go to index.php and search for read more and change it in your language.
For the slider images use 1420px wide and 300px height images.
Regards,
DaveMarch 16, 2016 at 6:44 pm #27114Hi,
This is my page http://cetstaffing.com/
I would like to know, what is the slider images size to fit the slider perfectly?
March 16, 2016 at 8:09 pm #27121Hi Dave,
Thank you very much. I meant the “Read More” buttons in the Homepage sliders.
Changing “Read More” in index.php seams to change only the buttons in the featured boxes in “Sections”.Best Regards
Matthias
March 17, 2016 at 12:48 pm #27240Hi Matthias,
Find This Line In Heder.php
<a class="slide_more" href="<?php echo of_get_option('slideurl'.$sln, true); ?>">Read More</a>
And Replace With:
<a class="slide_more" href="<?php echo of_get_option('slideurl'.$sln, true); ?>"><?php _e('Read More', 'healingtouch');?></a>
Regards,
DaveApril 7, 2016 at 7:46 pm #29730Hi Dave,
Thank you again for your support! Now I want to translate the “search” widget
to german (and “Search for…” and the result string). I have q-translate x installed but this does not translate the search widget. Do I have to change a php file again?Best Regards
Matthias
April 8, 2016 at 5:23 am #29756Hi Matthias,
Kindly show us your website URL.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.