Forum Replies Created
-
AuthorPosts
-
Hello Mike,
Sure here’s the login
Hello Mike,
Thanks for helping, I already disabled the Load Jquery in footer option but its still not working. Here’s a loom video:
https://www.loom.com/share/2894f0f7dbe64e60b569620cc61de2f3
Regards
Christian- This reply was modified 1 year, 6 months ago by buzbuzzer.
August 19, 2021 at 1:34 am in reply to: icons downloaded from flaticon (as icon fonts) not showing up on Safari #1317394Hi Ismael, I downloaded a new font file from fontello and manually picked new icons… Flaticon fonts just aren’t really supported. It’s a shame because they have SO MANY more options.
OK, how long should I usually wait for a reply. Got help: This worked:
add_filter(‘avf_header_setting_filter’,’avf_header_setting_filter_mod’);
function avf_header_setting_filter_mod($header)
{
if( is_page(‘830’) ){
$header[‘header_replacement_logo’] = “https://www.vfsfire.com/wp-content/uploads/2021/08/VFS_brand-identity_RGB_HZL_Signature_black.png”;
}
return $header;
}Still doesn’t work on mobile but I’ll take 50%.
It’s not working for me – I changed the page number – Changed the link and added to the child PHP functions… what am I missing?
I want this logo: https://www.vfsfire.com/wp-content/uploads/2021/08/VFS_brand-identity_RGB_HZL_Signature_black.png
On this page only: https://www.vfsfire.com/national/
Added this code:
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(is_page(830) )
{
$logo = “https://www.vfsfire.com/wp-content/uploads/2021/08/VFS_brand-identity_RGB_HZL_Signature_black.png”;
}
return $logo;
}
Screenshot of the PHP child functions page with code added
https://www.vfsfire.com/wp-content/uploads/2021/08/Screen-Shot-2021-08-17-at-9.13.07-AM.pngAugust 16, 2021 at 8:49 pm in reply to: icons downloaded from flaticon (as icon fonts) not showing up on Safari #1317004The site is live now – and the icon issue is not resolved. the site is live at https://www.benchmarkcis.com/personal-insurance/
I’m adding a private link to the flaticon icon font zip file. ANd credentials to log in. I’ve set up a child theme in case PHP needs to be added.August 10, 2021 at 5:48 pm in reply to: icons downloaded from flaticon (as icon fonts) not showing up on Safari #1316120 -
AuthorPosts