Hello, Love this theme not as difficult to work out as I thought!
Please can you help me remove the footer social media to the middle my chat popup is blocking it.
Thanks
……..
Hi,
Thank you for using Enfold.
1.) Looks like you managed to remove the social icons.
2 ) The video on https://www.enomis.london/services/ when on mobile it doesn’t play on auto which I know won’t for mobiles but the youtube button isn’t clickable.
Autoplay are disabled on mobile devices by default. We also disabled video backgrounds on mobile for various reasons. You need to add a fall back image.
2 ) I like using the font Josefin Sans however can’t get for the body… I still want to keep the menu bar standard text as shown.
Add this in the functions.php file to register the font for the body content font dropdown:
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts) {
$fonts['Josefin Sans'] = 'Josefin Sans:400,700,400italic,700italic';
return $fonts;
}
3 ) https://www.enomis.london/social/ click on blogging https://www.enomis.london/blogging/ how do I change layout to grid format or masonry like the link social page?
Go to the Blog Layout and set the Blog Layout to Grid. Or set it to use the advancel layout builder then edit the blog page. Insert the blog post element then configure the options.
4 ) Breadcrumbs I can’t seem to get it on the About page? https://www.enomis.london/about/ UNDER CONSTRUCTION
Breadcrumbs are disabled for transparent headers.
Best regards,
Ismael