- This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in and have valid license to reply to this topic.
NooTheme Premium WordPress Theme › Forums › Palazzo › Icons do not appear in the “Noo Feature Item” section
Olá!
Os ícones da seção "Noo Feature item" não estão aparecendo corretamente como mostro na imagem em anexo.
Pode me ajudar por favor?
Meu site é o https://imoveismaxi.com.br
The social media icons on the footer are also not appearing on the footer, see the attached image please ...
Hello!
The icons in the "Noo Feature item" section are not appearing correctly as shown in the attached image.
Can you help me please?
My website is https://imoveismaxi.com.br
Dear, to fix your problem, please install and switch your site to use Palazzo Child theme, then add custom code in file functions.php of child theme.
add_action('wp_enqueue_scripts', function(){
if(function_exists('vc_icon_element_fonts_enqueue')){
vc_icon_element_fonts_enqueue('fontawesome');
}
});
Best regards.
If I install Child Theme, will I not lose the settings I already made on the site?
Yes, all settings on your site not lose when switch to use child theme.
Best regards.
You must be logged in and have valid license to reply to this topic.