Hello,
the greek language is not visibled ok in your theme. In footer area and also in text area exept the block titles. It auto change the font.
take a look please http://fashionview.gr/
Here is a post where the text is ok http://fashionview.gr/newsarah/
I changed 2 times the fonts but the problem dont fix now I have Helvetica NEue-helvetica-arial-sans witch have greek character.
also visual composer settings enable latin-greek-greekext
thank you
Hi,
Please try this custom css for footer text in Theme Panel > Custom Css: http://screencast.com/t/zLVTMU8rZPDY
.footer-text-wrap {
font-family: Helvetica Neue;
}
.footer-email-wrap {
font-family: Helvetica Neue;
}
Thanks!
Dear Alin,
now its something like times new roman. http://fashionview.gr/
Please note that I have the problem not only in footer but also in the text of the rest pages.
I need to use ONE font or font family for all website, it is ugly to use different fonts. Different in footer, other in text, other to titles ond other to revolution slider.
Thank you.
Hi,
This font is not loaded by the theme, so if you don’t have the font(“Helvetica Neue”) on your system(windows, mac etc.) it won’t be loaded on your site. I you have set “Helvetica Neue”, Helvetica, Arial, sans-serif from custom typography it will load Arial if other fonts are not founded there: http://screencast.com/t/NtHAQSTyW
These are google fonts loaded as you can see Helvetica is not part of it: http://screencast.com/t/HEmBLa9V – http://screencast.com/t/KQQGSnTMK
Also we will add an option in Theme Panel to change footer text font in Newspaper 5 version.
Hope this helps!
Thank you for your answer.
What do you prefer to do to have in all pages-footer-header the same font ?
Use a greek google font?
Hi,
I’m not sure what you mean you have that option in Theme Panel > Custom Typography to set fonts for you post,pages, menus, block(title, post title and excerpt): http://screencast.com/t/IyzWj1HEORNq
Also for footer text you can use custom css to change the fonts like you have set for your posts for example: http://screencast.com/t/AqBfQBMnNOxT or you can set a font that is loaded by the theme – http://screencast.com/t/8gyqLnqVm
.footer-text-wrap {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer-email-wrap {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
You can change this font family with font that you need.
Thanks!
Hello,
I mean that I have change 3 fonts which I use in other themes with greek language and with your theme they dont work. Now I have change in the theme panel COSTOM TYPOGRAPHY – all to OPEN SANS (which have greek characters)
and as you see IT DONT WORKKKKK!!!!
In the body text ABOUT http://fashionview.gr/ the greek m and p are broken and smaller and it is a differnet font than the other blocks
In this page http://fashionview.gr/mycolors/
the BLOCKQUOTE is different than
http://fashionview.gr/mybody/ (BLOCKQUOTE)
I want to use ONE FONT for this WEBSITE which font have to use to work with your theme?????????????????
thank you
Hi,
Like you can see in Custom typography there is an option to set font only for default page template. So when you have text content that template should be used. The other page templates(you use Homepage Blank – http://fashionview.gr/ ) are recommended to be used pagebuilder content like you can see in our documentation: https://forum.tagdiv.com/page-templates/
We will change Theme Fonts in version 5 of the theme and will be added more options there, till then please try this custom css in Theme Panel > Custom Css so it will change font family for paragraph(it should change even if you use another page template than default): http://screencast.com/t/b5VfVlvV
body,p {
font-family: Open Sans;
}
About Blockquote please check your page as there is added some css in the backend and overwrite Open Sans font: http://screencast.com/t/YMlkDEyB6V
In this page your font is applied: http://screencast.com/t/9bwsRUj39B0
You use pages instead of using posts for text content and pictures that’s why you have some issues with fonts. You can do that, but it will be more easily to use posts to write your articles(set fonts for title and content – http://screencast.com/t/VR5BI1efbPn) as pages are used especially for Page builder – add elements via Visual Composer.
Hope this helps to solve these issues!
The
body,p {
font-family: Open Sans;
}
in pages resolve the problem.
But I hope you find a solution in future for this bug
thank you for your help
Hi,
Glad that this solved your issue, in version 5 will be added an option in Theme Panel.
Thanks!