Tagged: x
-
AuthorPosts
-
January 14, 2017 at 11:10 am #1330000
sneakyfleaParticipantHello 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…
January 14, 2017 at 9:07 pm #1330416
RadModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
January 14, 2017 at 9:21 pm #1330423
sneakyfleaParticipantThis reply has been marked as private.January 14, 2017 at 9:23 pm #1330428
sneakyfleaParticipantHi 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.
🙂
January 15, 2017 at 2:59 am #1330624
RadModeratorThis reply has been marked as private.January 15, 2017 at 3:37 am #1330643
sneakyfleaParticipantThis reply has been marked as private.January 15, 2017 at 6:19 am #1330720
sneakyfleaParticipantHi 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.
January 15, 2017 at 6:21 am #1330721
sneakyfleaParticipantBTW Punch fonts disappeared when I uninstalled Essential Grid and with the Slider Revolution still active..
January 15, 2017 at 6:31 am #1330730
sneakyfleaParticipantboth removed and all folders deleted from the plugins folder and it returned the same.
January 15, 2017 at 3:19 pm #1331102
RadModeratorHi 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.
January 16, 2017 at 3:17 pm #1332611
sneakyfleaParticipantHi 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
January 17, 2017 at 6:44 am #1333426
Paul RModeratorHi 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
January 18, 2017 at 4:06 am #1334782
sneakyfleaParticipantDear 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
January 18, 2017 at 2:14 pm #1335561
RadModeratorHi 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!
January 19, 2017 at 8:42 am #1336678
sneakyfleaParticipantHello again…
Thank you anyway.. I managed to update the Lato fonts to version 2 and included all the weights.
Have a great week.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1330000 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
