Kirki: Switch typography problem

Created on 23 Jun 2017  路  7Comments  路  Source: kirki-framework/kirki

Issue description:

I think this is not a big problem, but I have to constantly fix style files. If you remove the font, then everything will be ok.

Before:
https://monosnap.com/file/G4Myc30xZpN4g9TDf2nxk4mHOOJcg9

After:
https://monosnap.com/file/n3A54bRVTnzEsWdAmSoHP4Kxs007PO

Version used:

dev or stable

Most helpful comment

Changed the implementation a bit so this one was fixed.
Also checked safari 馃槈

All 7 comments

Seem not an issue. Displaying fine.

Kirki::add_field( 'my_config', array(
    'type'        => 'switch',
    'settings'    => 'my_setting',
    'label'       => __( 'This is the label', 'my_textdomain' ),
    'section'     => 'my_section',
    'default'     => '1',
    'priority'    => 10,
    'choices'     => array(
        'on'  => esc_attr__( 'Enable', 'my_textdomain' ),
        'off' => esc_attr__( 'Disable', 'my_textdomain' ),
    ),
) );

switch

MacOs :(

I'm on OSX too and I don't have any issues.
I had this a few days ago and it turned to to be nothing more than browser caches.
In Chrome dev tools this is what did the trick for me:
screenshot at jun 23 10-40-16
After a refresh with that checked, things were back to normal.
Or you could simply reset all browser cache 7 cookies.

This problem is only in safari. But I'm satisfied with your answer.

Reopening, I haven't checked Safari yet 馃憤

Changed the implementation a bit so this one was fixed.
Also checked safari 馃槈

Niceee! Thank you so much, you are the best.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fakrulislam picture fakrulislam  路  3Comments

pagelab picture pagelab  路  3Comments

runnickrun picture runnickrun  路  3Comments

ravishakya picture ravishakya  路  7Comments

daviedR picture daviedR  路  6Comments