-
AuthorPosts
-
April 16, 2019 at 10:55 am #1091373
I would like to change the instagram icon on header, i searched and tried many things like this
function avia_replace_standard_icon($icons)
{
$icons[‘instagram’] = array( ‘font’ =>’entypo’, ‘icon’ => ‘0xf32d’);
return $icons;
}but didnt work. Please I need the new icon of instagram.
April 17, 2019 at 7:41 am #1091831Hey kmihanet,
Did you upload the icon that you’re trying to use?
Best regards,
VictoriaApril 17, 2019 at 1:46 pm #1092002off course i did but didnt work.
I would like specific explanation on the fil I should upload and the code for function avia_replace_standard_icon($icons)April 18, 2019 at 7:58 am #1092316Hi kmihanet,
Please describe in more detail the steps that you took. Do you mean the upload did not work?
Best regards,
VictoriaApril 18, 2019 at 8:34 am #1092336I downloaded that icon http://prntscr.com/ndj1vg and i uploaded here http://prntscr.com/ndj2hv and then in functions.php I did the following
function avia_replace_standard_icon($icons)
{
$icons[‘instagram’] = array( ‘font’ =>’entypo’, ‘icon’ => ‘0xf16d’);
return $icons;
}
I also tried different cases like:
$icons[‘instagram’] = array( ‘font’ =>’fontawesome’, ‘icon’ => ‘0xf16d’);
$icons[‘instagram’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘0xf16d’);
Nothing worked!! please help!April 20, 2019 at 8:50 am #1092886Hi kmihanet,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoApril 22, 2019 at 8:40 am #1093260This reply has been marked as private.April 24, 2019 at 6:36 am #1093866Hi,
Yes, but with no username and password for us to access
Best regards,
BasilisMay 2, 2019 at 8:27 am #1096388You may login please
May 4, 2019 at 12:08 pm #1097160Hi kmihanet,
The code added, works now, but please make sure the icon code is correct.
Best regards,
VictoriaMay 6, 2019 at 8:47 am #1097606Where did you add the code?
May 6, 2019 at 9:01 am #1097608I found out where it was but by mistake i changed that. Could you please fix again and check in front page if its ok?
I uploaded the correct font!May 6, 2019 at 9:15 am #1097613Ok. I added the correct code but still doent work!! I uploaded the correct font. please help more
May 8, 2019 at 9:24 pm #1098599Hi,
Can you tell us which code are you using?
Best regards,
BasilisMay 14, 2019 at 11:22 am #1100469I fixed that. Thanks I should have the fontawesome included in header
May 15, 2019 at 5:39 am #1100817Hi,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 17, 2019 at 11:57 am #1101738You may closse it
May 17, 2019 at 3:44 pm #1101844Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘How to change-update the instagram icon on enfold’ is closed to new replies.