Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Resolved. Thanks. Good solution for all lat-ext countries.
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto'] = 'Roboto:400,600&subset=latin,latin-ext'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto'] = 'Roboto:400,600&subset=latin,latin-ext'; return $fonts; }
On the last line of functions.php
June 29, 2014 at 8:25 am in reply to: Bigger logo, problems with mobile view and small padding on top and on bottom #284987Solved.
June 29, 2014 at 8:17 am in reply to: Bigger logo, problems with mobile view and small padding on top and on bottom #284985A little problem still persists – padding on top of the logo is ok, on the bottom, there is still some padding.
June 29, 2014 at 8:15 am in reply to: Bigger logo, problems with mobile view and small padding on top and on bottom #284982Solved. Thanks!
June 29, 2014 at 7:38 am in reply to: Bigger logo, problems with mobile view and small padding on top and on bottom #2849661st problem solved.
2nd problem – this does not solve the problem.Second one is a good solution, with one problem.
Other “currently active” page styling is not styled properly.
Resolved. Thank you.
I blush.
This reply has been marked as private.I am 100% sure everything is up to date.
Problem is with compatiability with WPML. This is a big problem which should be fixed asap.
-
AuthorPosts