Forum Replies Created
-
AuthorPosts
-
Fixed it :-)
Container width was different
Hi Elliot,
No I’m referring to the size of the gallery.
Hi Elliott,
Ive updated to administrator. Not added child theme yet though, I’ll do this tonight.
Oh thats a rookie mistake I made lol
Hi Rikard,
Login details belowThe only one showing up is Roboto in the header font options but not under the main body font options? would it work if I hand code the font into the content?
Ah perfect Yigit thankyou
No it doesnt. Try again. You can see the body text etc shows through when scrolling
OK I’ve done that now but how do I actually use these fonts? They don’t show up in the enfold font options and they don’t appear in the page editor either?
Ok so i have the follwing added to the end of my functions.php file: Anything else I need to do? How do I use the fints for headers, body text etc?
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Roboto’] = ‘Roboto:100,300,400,500,700,900’;
$fonts[‘Roboto Slab’] = ‘Roboto Slab:100,300,400,700’;
$fonts[‘Roboto Slab’] = ‘Roboto Condensed:300,400,700’;
$fonts[‘Roboto Slab’] = ‘Roboto Mono:100,300,400,500,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Roboto’] = ‘Roboto:100,300,400,500,700,900’;
$fonts[‘Roboto Slab’] = ‘Roboto Slab:100,300,400,700’;
$fonts[‘Roboto Slab’] = ‘Roboto Condensed:300,400,700’;
$fonts[‘Roboto Slab’] = ‘Roboto Mono:100,300,400,500,700’;
return $fonts;
}Hi elliott,
It’s just Roboto and light is the variation.
And Robot Slab too.
I’ll try that code and hopefully it works.
Hi Yigit,
I tried that already but the code isn’t easy to edit.
The font I want has lots of variations:
roboto slab bold 700, normal 400 etc
Do I need to copy the code for all variations?
Ok I fixed the error. But I really need to add these 2 fonts.
robotolight
roboto_slabboldAwesome thanks.
Perfect Yigit thanks
ANyone help with this?
hi Yigit yes I figured it out thanks
Perfect
Hi Yigit,
Yep the white one is fine but the top pink border isnt working
Hi Yigit,
That does’nt seem to work:
What would the code be to use different color instead of solid white?
.your-custom-class { border: 5px #color; } ??
Awesome Yigit lets try that. Thanks
Hi Rikard,
Currently the txt is span span across 6 lines:
From concept to
launch,our digital
marketing experts
will help make your
campaign a
success.Is it possible to increase the width of the 1/4 column
Hi Yigit,
Thanks but now the txt underneath is broken on to multiple lines. Is it possible to have the text span only a few lines?
Perfect Yigit thankyou
Hi Josue,
ve done that now, not ideal but better than no table :-)
Awesme thanks Yigit. Played around with that and works fine. Only problem is on landscape view (iphone sideways) the footer widgets are all over the place.
Hi Yigit,
That worked but footer widget 1 with the logo is not centre.
Thanks for your help
Hi Yigit,
That didn’t quit work. Almost but the footer widget logo is off and the social icons are just too far right.
Any update on this?
-
AuthorPosts