I have tried uploading both Google Fonts and non-Google fonts but I am getting an error message on both. “Error Installing Fonts”
The name of the font I need to upload is Aviner. Am I missing something?
Steps to reproduce:
1. Create a child theme and activate it
2. Go to Customizer -> Footer
Available Components:
“All available components are used inside the builder”
And there are just no components at all. No matter what I click there is not a single component – https://imgur.com/a/2UsxrGh
The same story with the header builder it has no components until you select Header presets, then you are able to use components. But with the footer you can do nothing.
In fact, this is the same problem as my previous ticket.
]]>Hi,
Let’s create a custom template:
<?php
/**
* Template Name: Custom
*/
get_header();
the_content();
get_footer();
<div id="header-grid" class="hfg_header site-header"></div>
is just empty. How to render a menu?
]]>