Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #353492

    Hi, I was given the css code for changing font style in the Style.Css but no matter what font style I enter the layout page font never changes? I tried deleting cache and shutting down the browser but still nothing.
    I did enter several different styles but it made no difference so I tried different code I found online but still nothing see below

    Also when I reduce the size of my browser on Safari 8.0 The Menu items run into the Header.

    I Tried font-family: "Italic";
    font-family: "Verdana";
    font-family: Italic;
    font-family: “Italic”

    #353496
    This reply has been marked as private.
    #353757

    Hey!

    What text do you want to affect exactly? have you tried in General Styling > Fonts?

    Best regards,
    Josue

    #353867
    This reply has been marked as private.
    #353893
    This reply has been marked as private.
    #353981

    Hi!

    The desired font available must be available in the server first , you’d need to convert the font to @font-face format and include it in your website, here’s a good plugin to do that – https://wordpress.org/plugins/wp-font-face/

    Alternatively you can simply look for a similar Google Font and include that instead, it’s a much easier process.

    The menu collapsing it’s happening because of the code you have in Quick CSS, you’d need to re-factor it via media queries, for example this one will apply it only when the screen size it’s at least 1550px:

    @media only screen and (min-width: 1550px) {
    .av-main-nav li {
    right: 300px;
    }

    Cheers!
    Josue

    #354012

    Ok, I will just use a Google Font, Do the computers/devices that access my website need to support the Font Style I choose for it to display correctly for them or will it matter?

    I removed the Quick CSS that was there and replaced it with what your supplied code from above but it did not really make any difference it is still doing the same thing. What is happening is the Two Lines of TEXT that replaced the Enfold Logo does not move or collapse at all when the window is being reduced so everything just runs into the two lines of text. The Code in the Quick CSS is for the Menu’s which are not the problem. I am guessing the two lines of text in the Style.css page needs to be adjusted so the two line of text move and collapse like I have seen on your other themes.

    #354035

    Hey!

    Yes, that’s the purpose of Google Fonts. I’ve added some code to fix the collapsing issue, the logo should now adapt to the available space.

    Best regards,
    Josue

    #354049

    Josue,

    I think I got everything working now. I made some adjustments on the landing page that looks like it fixed all the issues?

    I will get back to you if there are any more issues.

    Thanks,

    Russ

    #354065

    Josue,

    Ok, that really works great now and that landing page looks awesome!

    I just have one little issue left that I cannot figure out? When you go to the main landing page everything looks perfect but the scrolling bar is visible on the right side and if you scroll the page the header disappears off the screen. I have set that main photo to “fixed” (no Scrolling) but it still has a very little scroll left that moves that header off the page?

    Russ

    #354095

    Josue,

    Just noticed another thing, When I reduce the size of the window to a small size the two line Heading gets replaced with the Enfold Logo.

    Russ

    #354111

    Hi!

    You need to set this in the color section if you want the background to be fullscreen. The mobile logo is now fixed.

    Best regards,
    Josue

    • This reply was modified 10 years ago by Josue.
    #354117

    Thanks for all your work on this website.

    Still some issues though.

    #1 The landing page looks great on my Safari browser but on my Firefox browser all the ICONS are missing on the landing page?

    #2 Do you know why there is still a scrolling bar on the landing page and when you scroll the header disappears off the page? Is there anyway to have the landing page not scroll at all and perfectly fit the page for all size windows?

    #354118

    I do notice when I set the Color Page to “at least 100% of browser window height” there is more room on the scrolling bar then there is
    when I set it to 75% option.

    #354140

    Hey!

    Try adding this code to the Quick CSS:

    body.home {
        overflow: hidden;
    }

    Cheers! 
    Josue

    #354360
    This reply has been marked as private.
    #354366
    This reply has been marked as private.
    #354385
    This reply has been marked as private.
    #354858
    This reply has been marked as private.
Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Font issue and Responsive issue’ is closed to new replies.