Forum Replies Created
-
AuthorPosts
-
November 18, 2016 at 12:57 pm in reply to: Add Ububtu font to Enfold for H1, H2, H3, H4, H5 and H6 #713958
What is the child theme – I could benefit from you giving me the path of the file I need to change if possible?
November 18, 2016 at 10:25 am in reply to: Add Ububtu font to Enfold for H1, H2, H3, H4, H5 and H6 #713914I have done this and added to Theme Functions (functions.php)
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Ubuntu’] = ‘Ubuntu:400,700’;
$fonts[‘Gentium’] = ‘Gentium+Book+Basic:400i’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Ubuntu’] = ‘Ubuntu:400,700’;
$fonts[‘Gentium’] = ‘Gentium+Book+Basic:400i’;
return $fonts;
}Nothing happens when I go to GENERAL STYLING, the fonts do NOT appear in the lists
AWESOME – Top bloke!
I want to make the site switch to responsive mode when going sub-1100px
Link in Private Message
Thank you :-)
Also tried a new API key (private message) – this does not work either!
Super – thanks – all fixed!
August 11, 2016 at 7:51 pm in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #671538This is still not working – latest version of WP and Enfold ????
It actually seems to be the Social Share that is causing the problem :-)
Hope you can help :-)
Hi Rikard
I managed to suss it myself – thanks anyhow ;-)
Here’s a screen shot from my mobile phone (Android HTC One)
This is okay in desktop mode but now the menu is huge in height in responsive mode on iphone and android
-
This reply was modified 9 years ago by
whdsolutions.
Unfortunately that has not fixed the issue :-(
Thank you :-)
PERFECT!!!
Thanks :-)
This is only the menu, I want all page content to be triggered at 990px – is that possible through quick CSS?
Does anyone have any ideas on this?
You guys are AWESOME!
Thank you :-)
Many thanks – sometimes you just can’t see the woods for the trees :-)
PLease do not work on anything regarding this issue on my site ;-)
Hi there – I have decided not to run with your theme now – I needed a quicker response :-)
Thank you :-)
-
This reply was modified 9 years ago by
-
AuthorPosts