• Resolved jimithing007

    (@jimithing007)


    I originally posted about this issue in the Beaver Builder Lite thread: here

    I am using Mins 1.1.0. I recently upgraded Beaver Builder Lite to 1.10.4, and again to 1.10.5.1. The problem persisted through both updates. “Open Sans” was selected as my font in every drop-down option available (except for one) in the “Customize” menu, but what was displaying was a bold, almost Arial-like sans serif font. The paragraph font, instead of Open Sans, was displaying in some sort of Times-looking serif.

    I noticed the “Secondary” font was selected as “Droid Sans.” When I changed this to “Open Sans,” everything on the home page corrected, but the other pages kept the Arial and Times-looking fonts.

    Here is the response I got from a Beaver Builder dev:

    The issue is with the theme you’re using. I’m not really sure why but it’s adding a bunch of styling only on your homepage, not on any other pages. Check the screenshot below for reference.
    https://imgur.com/a/mB88R

    He told me to add this CSS code in, and this fixed the problem:

    .site-title{font-family:"Open Sans", sans-serif;}
    .main-navigation ul li a,.main-navigation ul li a:visited,button,a.button,a.fl-button,input[type="button"],input[type="reset"],input[type="submit"]{font-family:"Open Sans", sans-serif;}
    h1,h2,h3,h4,h5,h6,label,legend,table th,dl dt,.entry-title,.widget-title{font-family:"Open Sans", sans-serif;}
    body,p,ol li,ul li,dl dd,.fl-callout-text{font-family:"Open Sans", sans-serif;}
    blockquote,.entry-meta,.entry-footer,.comment-list li .comment-meta .says,.comment-list li .comment-metadata,.comment-reply-link,#respond .logged-in-as{font-family:"Open Sans", sans-serif;}

    So my problem at the moment is resolved, but I wanted to let you guys know in case you wanted to investigate this further.

    It’s fixed on my staging site too, but in case you need to investigate you can find it here:https://d35.9df.myftpupload.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @jimithing007,

    Thanks, we will certainly take a look into this, and push out updates as needed.

    Thanks for taking the time to report things here.

    Thread Starter jimithing007

    (@jimithing007)

    No problem Evan. Thanks for all your help.

    Hi @jimithing007,

    Just following up here – it looks like we’ve been able to track down the problem, and have a proposed patch in GitHub for the v1.7.1 release.

    See https://github.com/godaddy/wp-primer-theme/pull/215

    When we have the 1.7.1 patch finalized and rolled out it will be available here on www.remarpro.com and will include this fix among other reported minor bugs we’ve patched up.

    You should be able to remove that code the Beaver Builder folks supplied you with once 1.7.1 is out.

    Thank you again for taking the time to report it here, and on Github. We really appreciate that (and a shout out to the Beaver Builder folks for helping you out!).

    If you run into any issues moving forward or once you update, feel free to open up a new issue and we’ll help out to the best of our abilities.

    All the best,
    Evan

    Thread Starter jimithing007

    (@jimithing007)

    Great news Evan!

    Glad to be of some help, and I certainly appreciate all the help you’ve given us.

    Thanks,
    Eric

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font issue – conflict? – with Beaver Builder Lite / Mins child theme’ is closed to new replies.