Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$15
adjustments in my site
Few adjustments to my site:
1. Install and Show Hebrew fonts. The site is using cufon.
2. Increase the font size in the navigation menu.
3. The english text on the headers is fliped. (for example, instaed of "recent posts", it show "posts recents" ).
This has to be finished ASAP.
http://www.shlomitart.com/
Regards,
Sharon
This question has been answered.
cloudnclear | 01/27/13 at 1:32pm
Edit
Tutorial: How to assign prize money
(12) Responses
See a threaded view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
01/27/13
2:26pmNaveen Chand says:For increasing font size of navigation menu, add this in your css file:
.menu a, .menu a:visited {
font-size: 20px;
}
I have just set 20px as example. You can adjust the font-size to whatever suits you. -

Last edited:
01/27/13
2:28pmNaveen Chand says:Need more clarity on other questions you've asked. For instance, I can't find 'Post Recent' on the site. Can you show some screenshots?
-

Last edited:
01/28/13
7:47amcloudnclear says:Here is it.
You can also check the demo http://coral.imaginemthemes.com/wp/
In the demo there is a header description:
"CORAL PREMIUM THEME...." - should be hebrew text (u have changed it to Hebrew but it's not showing)
In the demo, where it's written "In progress" - should also be Hebrew (which is also written but not showing it).
-

Last edited:
01/28/13
8:28amNaveen Chand says:The problem is in this code in your CSS file. Go to the line which has this below mentioned code:
cufon cufontext {
display: -moz-inline-box!important;
display: inline-block!important;
width: 0!important;
height: 0!important;
overflow: hidden!important;
text-indent: -10000in!important;
}
And then, completely remove/delete the linedisplay: inline-block!important;
And then add this line in its place:font-size:10px;
I have tried the above steps in my browser, it works perfectly and the hebrew language is shown. Try it and let me know.
-

Last edited:
01/28/13
11:11am -

Last edited:
01/28/13
11:20amNaveen Chand says:The file is not a CSS file. I just realized that it is js file and is located here: http://www.shlomitart.com/wp-content/themes/coral/js/cufon-yui.js?ver=3.5
You should be able to go that line by using Control+F and start typing display: inline-block!important;.
This is the line which is not allowing you to show the hebrew. If you remove this line and then replace it with font-size: 10px; then the hebrew font shows up.
Let me know if you are able to find that line in the js file. -

Last edited:
01/28/13
12:35pmcloudnclear says:Should I replace "display: inline-block!important;" with "font-size: 10px;"?
If yes, it's not working.. -

Last edited:
01/28/13
12:54pmNaveen Chand says:I m not really sure where you've deleted that line. It should be inside cufon cufontext like this: cufon cufontext {display:inline}.
You can have a look at the screenshot that I have taken on my browser. You can even see that hebrew word also appears. See how I have changed the css code so you can get a better idea. -

Last edited:
01/28/13
2:03pmcloudnclear says:Sorry didn't get it.
Should I add the [text: font-size: 10px;] exactly INSTEAD of this one [display: inline-block!important]?
Attached the "cufon-yui.js". Could you please change it and send it back?
Thank you for all your efforts and great support.
-

Last edited:
01/28/13
3:28pmNaveen Chand says:I don't find any attached js file in your reply. Not a problem. I have downloaded your script myself, edited it and here is the link for you to download. Copy paste this code into your js file.
http://ideone.com/plain/MrZKn5 -

Last edited:
01/29/13
7:09amcloudnclear says:GREAT! thank you very much, I can see the Hebrew fonts..
Please have a look at my site, the fonts are very small, and also the mainpage titles are shown twice..
http://www.shlomitart.com/
Any Idea how to solve the English text?
Thanks!
Sharon -

Last edited:
01/29/13
7:42amNaveen Chand says:Good to know its working.
As you said the fonts are very small, I have increased the font size to 16px and removed cufon {display:inline-block} in your javascript. You need to download the latest code from here: http://ideone.com/plain/MrZKn5 and paste it in your js file.
With regard to english text showing reverse, I think it has to do with the way the theme was coded. I couldn't reproduce the problem at my end. Did you contact the theme author?
This question has expired.
Gabriel Reguly, Christianto, Arnav Joy, cloudnclear voted on this question.
Current status of this question: Completed
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.


