Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1330000
    sneakyflea
    Participant

    Hello again…

    Most importantly, thank you for X Theme…

    Secondly, I am having problems with the subset of extended Latin characters and as an example to my problem, the following is the phonetic spelling for Australia: ɒsˈtreɪ.li.ə

    http://www.suburbanliving.co/oceania-australia/

    It appears as if the subset will only work with a font-width of 400 and I would like to make it work at 300 at the very least.

    Within the child theme, I have added to functions.php the following:

    // Remove the Lato font
    function x_remove_lato_font(){
    wp_dequeue_style( ‘x-font-standard’ );
    }
    add_action(‘wp_enqueue_scripts’, ‘x_remove_lato_font’, 100);

    // Add Lato font with subset

    function wpse_google_webfonts() {
    $protocol = is_ssl() ? ‘https’ : ‘http’;
    $query_args = array(
    ‘family’ => ‘Lato:100,100i,300,300i,400,400i,700,700i,900’,
    ‘subset’ => ‘latin,latin-ext’,
    );

    wp_enqueue_style(‘google-webfonts’,
    add_query_arg($query_args, “$protocol://fonts.googleapis.com/css” ),
    array(), null);
    }

    add_action( ‘wp_enqueue_scripts’, ‘wpse_google_webfonts’ );

    Any help will be greatly appreciated…

    #1330416
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    I do see multiple issues of font declaration, and it’s pulling request from here http://fonts.googleapis.com/css?family&ver=4.7.1 and it’s invalid. And where do I find the text “ɒsˈtreɪ.li.ə”? All I could see is Australia word.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks!

    #1330423
    sneakyflea
    Participant
    This reply has been marked as private.
    #1330428
    sneakyflea
    Participant

    Hi again Rad.

    You must be the hardest worker at Themeco, I see the mountain of posts that you answer…

    The text is in the http://www.suburbanliving.co/oceania-australia/ page with under the “OVERVIEW” accordion header.

    🙂

    #1330624
    Rad
    Moderator
    This reply has been marked as private.
    #1330643
    sneakyflea
    Participant
    This reply has been marked as private.
    #1330720
    sneakyflea
    Participant

    Hi again, 20 GB took a while to backup…

    The Punch Fonts is a bad idea :{ and it appears to be linked to Essential Grid also.

    I have exported the grid and sliders and now will try to remove them both.

    #1330721
    sneakyflea
    Participant

    BTW Punch fonts disappeared when I uninstalled Essential Grid and with the Slider Revolution still active..

    #1330730
    sneakyflea
    Participant

    both removed and all folders deleted from the plugins folder and it returned the same.

    #1331102
    Rad
    Moderator

    Hi there,

    Have you added a google font and added the exact “import url” word instead of the actual URL? That’s the issue and it’s saved in the database, re-installing it doesn’t do anything since it’s pulling the same faulty data.

    It should be okay now, I fixed directly in the database.

    Thanks.

    #1332611
    sneakyflea
    Participant

    Hi Rad,

    I apologise for not getting back to you sooner as my current host had a limit with the import size of the database of 50 MB, my uncompressed size is 2 GB and I had to upload via SSH, which took a while to enable. This however have undone the good work what you did, yet rest assured, I went through the database and corrected these errors and continued on to remove non-existent plug-in entries.

    The only issue left is the “font-width: 300 or less” extended Latin characters which render correctly in IE, Edge and WIN Safari, yet still at a loss for Chrome, Firefox, Opera IOS Safari.

    Thank you again for your help…

    Best regards.

    Eric

    #1333426
    Paul R
    Moderator

    Hi Eric,

    I checked on three different browser(IE, Chrome, Edge) and it looks the same.

    https://www.screencast.com/t/RfUOUkEuBHI

    Try to clear your browser cache and check again.

    Thanks

    #1334782
    sneakyflea
    Participant

    Dear Paul,

    Yes they are ALL wrong…

    They are a mix of 300 and 400 latin extended character widths…

    They should adopt to base character width…

    Best regards

    Eric

    #1335561
    Rad
    Moderator

    Hi there,

    Looks like it’s a limitation of the font itself. The extended latin is only applicable to normal font weight, and 400 is Lato’s normal font weight. Example, you can change it to font-weight: normal and its base weight will be 400.

    Changing the weight to 300, 200, 100 only changes some characters, other character stays at 400.

    Thanks!

    #1336678
    sneakyflea
    Participant

    Hello again…

    Thank you anyway.. I managed to update the Lato fonts to version 2 and included all the weights.

    Have a great week.

  • <script> jQuery(function($){ $("#no-reply-1330000 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>