-
AuthorPosts
-
October 8, 2014 at 12:28 pm #332314
Hi, i have this problems:
1. On tablets the menu is not acting responsive so menu buttons come on second line when they dont fit on the screen, see picture 1
2. On movile the flags for translation are colapsing with the extra text on the Header, see picture 2
3. Small arrow on color section is showing duplicate see picture 3
4. I added google font to my site adding on the function.php a code i copied from the snippet section (http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/) i makes the job but it gives a wrong response on the webtest, can you check if i did it right or i should do it other way? see picture 4
Thanks!
Hector.October 11, 2014 at 6:01 am #334147Hey Hector!
1-2. Add this to Quick CSS or child theme style.css:
@media only screen and (max-width: 767px) { .avia_wpml_language_switch { min-height: 60px; } } .av-main-nav > li > a{ padding: 0 10px; }
3. I fixed it by wrapping those two columns inside another color section.
4. PT+Museo+Sans is not available as a Google Font.
Cheers!
JosueOctober 11, 2014 at 11:22 am #334279Hello Josue,
1-2. When i try to save the style.css it takes me to white page, when i refresh i get back the style.css but didnt save anything, it happens the same if i try to erase the code i put for the Museo font in functions.php, every time i save takes me to a white page, when i refresh the page comes back to what i had before not saving anything…3. thanks i ll do it like thant in the other pages i got the problem.
4. Is there a way to have that Museo Font in my theme?
Thank for your support
Hector.October 11, 2014 at 12:22 pm #334295Hi Josue, i fixed 1&2 by editing the file through FTP. It works perfect now. But doesnt know why i can do it through wp editor? any idea?
October 11, 2014 at 6:14 pm #334359Hey!
You’d need to use this plugin to include Fonts not available as Google Fonts:
https://wordpress.org/plugins/wp-font-face/Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.