Home › Forums › Aside WordPress Theme › I can't change the font
- This topic has 16 replies, 4 voices, and was last updated 9 years, 4 months ago by
SeaTheme.
-
AuthorPosts
-
September 9, 2014 at 7:55 am #4476
harudsgn
ParticipantHi,
I updated all google font and I chose Raleway but it doesn’t appear on my website.
How may I process ?Thanks.
September 9, 2014 at 10:02 am #4479HI
please leave your wp-admin(url/user/pass) by “Set as private reply”, I need to login to check it
Best,Bwsm
September 9, 2014 at 5:46 pm #4482harudsgn
ParticipantThis reply has been marked as private.September 10, 2014 at 1:08 am #4486It missed a style php file, so I install a latest version theme. It works now.
January 3, 2017 at 7:12 pm #11634I cant change almost everything in settings of “aside”:
1. font size in posts
2. logo size
Do you think i missing style php file too?January 4, 2017 at 2:04 am #11637Hi Danny007
please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
January 9, 2017 at 9:11 am #11671Interesting thread. Where should this file be located? I couldn’t find it either. All my fonts and style settings got mixed up after moving from http to https (swapping all the mysql strings from http to https).
January 10, 2017 at 3:18 am #11672Hi jsmexpo
Please check if installed the right theme file. SHOULD install the aside.zip(NOT aside-main.zip). Please remove the theme, re-install the aside.zip (un-zip aside-main.zip, you’ll see it). screenshot
If it still doesn’t work, please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
January 10, 2017 at 10:36 am #11673Thank you very much for your help. Re-installed exactly “aside.zip”, didn’t help 🙁
So I’ve just sent you a message via ThemeForest.January 10, 2017 at 10:55 am #11674I see the trouble now. My browser assumes that as the website works at https, it can’t load any third-party scripts (i.e. google fonts) – so if you force the browser to load them, it more or less takes the shape.. But it is no longer secure connection at the browser’s opinion. is there a way to get it via https?
These ones:
“http://fonts.googleapis.com/css?family=Roboto%3A400%2C400italic%2C700%2C900&ver=0.0.1”January 10, 2017 at 12:02 pm #11675Just found out that they are available at the same URLs but at https instead of http. Just need to find the file now with the reference to these… no luck so far.
p.s. sorry for replying my own replies – this is the only message I could edit. Weird.
January 11, 2017 at 1:05 am #11676Hi jsmexpo,
Please find /functions/theme/theme-register.php, line 169:
wp_register_style('google-fonts-' . $family_val, 'http://fonts.googleapis.com/css?family=' . $family_val . ':' . trim($output, $separator));
update to:
wp_register_style('google-fonts-' . $family_val, 'https://fonts.googleapis.com/css?family=' . $family_val . ':' . trim($output, $separator));p.s. sorry for replying my own replies – this is the only message I could edit. Weird.
I’ll check the forum later. can you send new topic?
January 11, 2017 at 8:18 am #11677Thanks, did that. Didn’t help 🙁
Still have the same issues:
1. Fonts won’t load if you don’t force the browser to “use unsafe location”
2. Fonts won’t show on the “font settings” tab of the “theme options” in wp admin.

can .htaccess be the reason?

p.s. “edit” function works fine now.
January 11, 2017 at 10:10 am #11678Just realized I’ve posted old htaccess
Here is the up-to-date one, that has forwarding to port 443
“edit” is not working again ((
January 12, 2017 at 2:31 am #116851. based on this screenshot, the google fonts should comes from Revolution Slider plugin.
But I can’t see the error on your site. Please let me know which page url show the errors?
2. You could use old .htaccess to “update google font data”, after update, use new .htaccess again. Because the update need run only once.
FW: please change the default google font http as https
in /functions/interface/interface-register.php:$style['ux-googlefont-rotobo'] = array( 'handle' => 'ux-googlefont-rotobo', 'src' => 'http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,900', 'deps' => array(), 'ver' => '0.0.1', 'media' => 'screen' ); $style['ux-googlefont-playfair'] = array( 'handle' => 'ux-googlefont-playfair', 'src' => 'http://fonts.googleapis.com/css?family=Playfair+Display:700', 'deps' => array(), 'ver' => '0.0.1', 'media' => 'screen' );January 12, 2017 at 9:50 am #11688Awesome! Thank you! Amending interface-register.php solved the “mixed content” problem entirely.
Going to give you 5 stars this time ))January 12, 2017 at 1:23 pm #11695Thank you, I would greatly appreciate.
-
AuthorPosts
- You must be logged in to reply to this topic.
