TYPOGRAPHY - FONT WEIGHTS - HELPER CLASSES don't work

HELPER CLASSES
TYPOGRAPHY
FONT WEIGHTS
• w-100 – font weight 100
• w-200 – font weight 200
• w-300 – font weight 300
• w-400 – font weight 400
• w-500 – font weight 500
• w-600 – font weight 600
• w-700 – font weight 700
• w-800 – font weight 800
• w-900 – font weight 900

DON’T WORK

Thank You

Hi,

I can’t replicate this issue on my end.

Can you confirm that you are fully updated? (Theme and Plugins)

You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

If you find anything to be out of date, you can review our update guide.

You could also try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Hi Paul

Everything is updated.

Can I give you my Login (Usr/Psw in a Secure Note) in order you can give a check to my settings?

Thank You

I think I have all properly configured.

X > Templates > Fonts
I have no duplicate names

I have all weight selected (for each)

X > Theme Options > Typography
I have Font manager enabled
I have “Body” associated to BODY FONT section

BUT I have a very strange BODY FONT WEIGHT associated

Same in HEADING FONT section

Could that be the reason why Font weights Helper Classe don’t work?

Hi there,

The font weight missing from drop-down is probably due to cache (it works on my installation of Pro 1.2.3), try changing the font over and back again, the list of font weight will start to appear.

But this isn’t related to your class helpers issue that’s because from multiple font weight options, you can only choose one to activate under Typography. Hence, those helpers aren’t related to that setting, example, if you set the Body font weight to 400, then the helper that will only work on that is w-400.

For the helper to work, all font weight should be loaded hence, only usually with system’s font since all weights are already built-in to a browser. What you could do is load your preferred font through @import, example, you can add this to your child theme’s style.css (before any existing CSS)

@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900');

_ copied from here https://fonts.google.com/?utm_source=google&utm_medium=cpc&utm_campaign=1001467+|+Material.IO+|+Global+|+en+|+Hybrid+|+Text+|+BKWS&utm_term={keyword}&gclid=Cj0KCQjwprbPBRCHARIsAF_7gDZr3WivlPo0wEr_mOJLCj-3n-QQnilQQ7NXHdnndcN5_VL9dSzM0oAaApyEEALw_wcB&selection.family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900 _

It will then load all the font with their size, assuming that you also selected Saira Extra as your font in your font manager. Then you can apply class helpers to your elements.

Thanks!

Hi Rad

Thank You for your reply.

I have Server cache disabled (i’m in dev environment).
I checked reload page, but

  • sometimes I see the BODY FONT WEIGHT as described above
  • sometimes I see the BODY FONT WEIGHT correctly
  • sometimes I find Fone duplicated into X > Templates > Fonts (and then disappear duplicates without doing anything)

About Helper classes, I’ve investigated this issue also with RueNel:


He confirmed me that this is a bug in this latest release, that doesn’t load all font weights options I’ve chosed into X > Templates > Fonts

Thank You

Hello There,

Yes, I can see the repost on the issue tracker. It was a confirm bug. We will let you know once we have an update.

Hello There

Is this Bug resolved with latest release 1.2.4?

Thank You

1 Like

having the same issue. other font options are not working anymore in pro :frowning:

Hi there,

It’s not yet as I can still see it, but we’re adding every discussion to our issue tracker as a follow-up.

@iTurtle what other options aren’t working other than the issues posted here?

Thanks!

please see my new thread: https://theme.co/apex/forum/t/body-font-in-pro-how-does-it-all-work-together/13547
thanks! kai

We will be responding in your new thread anytime soon.

@RueNel thanks for your sign of life! even though you said that with the new streamlined forums support will be optimized i must say it has been considerably slower since then.

Hi there,

It depends on other threads ahead of yours, there are complex and there are easier so our response time may vary. Let’s discuss this issue on your other thread.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.