Forum Replies Created
-
AuthorPosts
-
On Firefox and Chrome web looks good but on Safari it is not: http://prntscr.com/bjx07n There is still small break.
Thank you. All is great now.
Nothing’s changed
I see there is position:21px and I can’t find it on css http://prntscr.com/bj3dsm
i tried to eliminate this by:
.html_header_top.html_header_sticky #header{ top:0px !important; }
and
#header{ top:0px !important; }
but it doesn’t work.
If I need to add one font it works OK. But what if I would like to add two custom fonts?
I have code in css:
@font-face { font-family: 'Segoe UI Light'; src: url('fonts/SegoeUILight/SegoeUI-Light.woff') format('woff'), url('fonts/SegoeUILight/SegoeUI-Light.ttf') format('truetype'), url('fonts/SegoeUILight/SegoeUI-Light.svg#SegoeUI-Light') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Segoe UI'; src: url('fonts/SegoeUI/SegoeUI.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI/SegoeUI.woff') format('woff'), url('fonts/SegoeUI/SegoeUI.ttf') format('truetype'), url('fonts/SegoeUI/SegoeUI.svg#SegoeUI') format('svg'); font-weight: normal; font-style: normal; }
and in functions.php
add_action( 'init', 'enfold_customization_swtich_fonts' ); function enfold_customization_swtich_fonts() { global $avia; $avia->style->print_extra_output = false; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Segoe UI Light'] = 'Segoe UI Light'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Segoe UI Light'] = 'Segoe UI Light'; return $fonts; } add_theme_support('avia_template_builder_custom_css');
When i duplicate the code in functions.php my website is crashed :/
Works great! Thanks.
Dear Yigit,
you have the same problem with non-working Advanced Layout Editor (ALE) from more than 2 years. And if it is so, you already know the solution which could help me. Why you didn’t tell me to increase a memory usage on server when you know it is what I need to be OK? This is what I can’t understand.
With my other problems you helped me very well and fast. That is great. I appreciate it. But in this case I was left on my own to bring my website to live. I even was thinking about returning Enfold to themeforest and ask for my money back. Very uncomfortable situation…
Hopefully we have all problems behind us and now it is going to be only better.
Regards.
Simon- This reply was modified 9 years ago by SimonPL.
Thanks! That’s great!
I develop website on localhost.
I want to change background color of Accordion Slider like you have here: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
O I changed CSS code to
.logo { top: 20% !important; position: relative !important; }
now it looks OK.
But in my opinion logo should be centered in default.
Sorry, we have some misunderstood. I need to have a header like this: http://prnt.sc/8wzjz7 I need to center logo vertically.
OK, that works great!
OK. Did it.
Pathetic thing is that this problem you have since year 2013.
What you need to do is:
1. Ask your network administrator to increase server memory (more than 128mb)
2. Delete Enfold theme.
3. Install Enfold theme once again. (I did it by WordPress theme manager).Thanks for your “help” dear support.
- This reply was modified 9 years ago by SimonPL. Reason: Solution found
There is no possibility to change font everywhere massive?
I added a few lines of code to custom.css (http://prnt.sc/8wnxkv) but font on the web doesn’t looks like a Segoe font (http://prnt.sc/8wny3z).
Need more help with it.
At the moment we are developing new website of http://www.extendo.pl. When you click on this link you will be moved to website placed on Microsoft Azure. But, if you will make changes to your local hosts file with:
217.168.142.242 http://www.extendo.pl
details:
MAC OS X: http://www.tekrevue.com/tip/edit-hosts-file-mac-os-x/
WINDOWS: C:\Windows\System32\drivers\etc\
you will see website I am working on.In private content I send you details to login.
OK, I will try this. Thanks.
Hi there,
thanks for fast reply.
Unfortunately I have latest version of Enfold (I just bought it) – 3.3.2.
I deactivated all plugins but it didn’t change anything.
I can’t give you admin login because I work on localhost :/ Please see the movie what is happening when I try to edit textbooks on Advanced Layout Editor: http://adobe.ly/1MkpGfm
-
AuthorPosts