Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
Somehow this got resolved on its own. Must have been when I changed some of the content elements (color blocks, etc.). Looks okay now.
Thanks for your response.
Cheers.Hey Ismael,
Thanks for the reply.
Yes, we enabled CORS on the server, allowed access to the font folder, restarted server, and it worked.
Cheers.
Bump
Hi Rikard,
I provided the login credentials. Any help is much appreciated. Looking to launch the site soon and would like to resolve this problem. Thank you.
Cheers.
This reply has been marked as private.Hello,
Any updates here? I have double checked the htaccess code and also the font files. Can’t figure out why they are all missing. Safari seems fine though. Thank you.
Cheers.
April 28, 2015 at 8:34 am in reply to: Replace toggle icon with another entypo-fontello font OR use a png #435853Speaking of adding this to a child theme functions.php, I added the code below and it seems to work. Replaced list icon with hamburger icon. Does this look correct? Just wanted to double check my coding. Thank you.
add_filter('avf_default_icons','avia_replace_mobile_menu_icon', 10, 1); function avia_replace_mobile_menu_icon($icons) { $icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811'); return $icons; }
This reply has been marked as private.They seem to be showing in Safari, but not in Chrome nor Firefox. I have cleared the browser cache as well. Thanks.
- This reply was modified 9 years, 7 months ago by aberrant.
Yup, just tried that. Still not showing. Anything else I can try?
Thank you.
-
AuthorPosts