Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250169

    Hello,
    I do have following issues with Enfold theme:
    1) in Explorer menu items overlaps with my logo pls. see in IE my homepage: http://www.manufactura.cz/
    2) in any browsers I cant use custom fonts. Does not matter which font I choose I do not see it would make change in browser
    3) why my font in secondary menu is bold? Could it be thin as main menu items?
    4) on my Contact page pls. see http://www.manufactura.cz/kontakty-2/ tweets from twitter widget ovelaping from Footer color background.

    Thanks in advance for any advice how to fix it.

    Robert

    #250180

    Hey Robert188!

    1- Which version of IE are you testing? Can you post a screenshot?
    2- Please flush browser cache and refresh you page a few times after making styling changes.
    3 & 4 – Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header .mega_menu_title { font-weight: normal; }
    #top .widget_twitter ul { width: 60%; }

    Regards,
    Yigit

    #251522

    Hello Yigit,

    thank you for your reply.
    After upgrading IE from version 8 to version 11 problem with overlaping dissapears. But honestly this is not perfect solution, because there is still a lot of people using older version of IE and they see incorect menu.
    ad 2) custom fonts does not work even after clearing browser cash adn refreshing page. Only way how I can change the font is to use different color scheme from Styling.
    ad 3 and 4) unformtunatelly non of your css works. Submenu is still bold and issue with twitter widget I have solved by myslef.

    #251894

    Hey!

    First thing to do is update your version of Enfold as the .1 and .2 releases had some bug fixes.

    As for IE, if you hadnt updated in a long time you could have been on an old version if IE8. IE8 usage is pretty minor: http://theie8countdown.com/ , the theme does however still have fairly good support for it.

    What you were running into was probably the smaller width of the site on IE (because it doesn’t support media queries) not being able to fit your menu width. Testing your site in IE8 now, that is definitely the case. The solution is to decrease the length of your menu in this instance if you still want to prevent that from happening for IE8 users.

    2) The custom fonts are loaded in via google font with no theme customization. If you can see google fonts loaded in on their site you should be seeing it through your browser: https://www.google.com/fonts

    Looking at your site now I see your headings as ‘Terminal Dosis’ .

    3) You can change the font weight with:

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-weight: normal;
    }
    

    4) There is an unclosed div or something like that on that contact pages content. Check over the data you’ve added in to display the qr code and other content as that is causing an error with the footer.

    Cheers!
    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.