Home › Forums › Jevelin Theme › Translate question + arrows in portfolio single post
Home › Forums › Jevelin Theme › Translate question + arrows in portfolio single post
Dear support team
I have two questions
Thank you
Hi @jdesign,
I hope you are well today and thank you for your questions.
How can I translate the string “Related Items” on a portfolio single page? My website is in Dutch.
You can translate your website and the string as described below.
https://support.shufflehound.com/blog/2018/01/24/theme-translation/
When using the Gallery Dynamic Slider, is it possible to add arrows left and right? People don’t notice that they can click and scroll now. The “standard” Gallery slider is perfect actually, but that crops the pictures too much.
Could you please share the page URL from your site where it is displaying so that I can help you?
Second screenshot. How can I change the dark text in to white? It’s not readable for now. If possible only the portfolio title text “sh-portfolio-title”
Could you please share the page URL from your site where it is displaying so that I can help you to change its color?
Best regards,
Shufflehound team
When using the Gallery Dynamic Slider, is it possible to add arrows left and right? People don’t notice that they can click and scroll now. The “standard” Gallery slider is perfect actually, but that crops the pictures too much.
Could you please share the page URL from your site where it is displaying so that I can help you?
=> A few examples: https://www.jdes.be/project/ellyne/ – https://www.jdes.be/project/avat/ – https://www.jdes.be/project/alison/ –
Second screenshot. How can I change the dark text in to white? It’s not readable for now. If possible only the portfolio title text “sh-portfolio-title”
Could you please share the page URL from your site where it is displaying so that I can help you to change its color?
https://www.jdes.be/ – main page.
About the translation. I edited the “Related items” to “Bekijk ook” in Loco Translate, however it doesn’t affect the front end. ?
Solution for this topic
Currently, the theme does not display arrows for the Gallery Dynamic Slider but we will consider adding them in the future version of the theme.
How can I change the dark text in to white? It’s not readable for now. If possible only the portfolio title text “sh-portfolio-title”
You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code
.sh-portfolio h3.sh-portfolio-title { color: #FFF; }
About the translation. I edited the “Related items” to “Bekijk ook” in Loco Translate, however it doesn’t affect the front end. ?
You can try using any of the following plugins to translate it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Hello!
It works perfect, thank you for that.
However on my portfolio page itself the white text is not readable now.
Thank you
Jarne
Solution for this topic
Please try changing the shared CSS code as below so that it will only work on the home page.
.home .sh-portfolio h3.sh-portfolio-title { color: #FFF; }
Damn, I wish I was that smart…
Thanks a lot for all the help to (all of) you. Have a great weekend.
You are most welcome here 🙂