-
AuthorPosts
-
April 19, 2019 at 9:33 pm #1092744
Hi,
is there a possibility to make the space between the Extra Elements smaller? In my case between “VERO” and the social media icons.
https://www.pictas-collective.com/
Or is there another possibility to put the text “VERO” with a link in the same row like the social media Icons? That would be much better.
Thank you very much.
Best,
HarryApril 21, 2019 at 8:41 pm #1093136Hey gharry79,
Please show us exactly which section you are referring?
Best regards,
BasilisApril 21, 2019 at 9:16 pm #1093143Can I upload an image here? Because I deactivated it on the website in the meantime.
I mean the section for the phone above the normal menu. Because I want to add the social app VERO and for this I missed the icon, so I want write this with a link in the phone section.
Best,
HarryApril 22, 2019 at 10:52 pm #1093428Hi,
_lease use a service like img.ru
Best regards,
BasilisApril 23, 2019 at 6:56 am #1093524Hi!
What do mean?
Thanks
HarryApril 24, 2019 at 3:29 pm #1094020Hi Harry,
You can upload the screenshots to a service like Dropbox or https://imgur.com and give us the links here.
Best regards,
VictoriaApril 24, 2019 at 3:54 pm #1094036Ah yes thats right. Here is the link:
https://www.dropbox.com/s/dvqhu5w33ss4ec5/IMG_1489.JPG?dl=0Thank you.
Best,
HarryApril 25, 2019 at 2:45 pm #1094424Hi Harry,
Thank you, but where can we see this? I looked at some pages, cannot find “Vero”.
Best regards,
VictoriaApril 25, 2019 at 3:13 pm #1094434Hi,
I deleted already because it looks not professional. For this reason I sent you the picture from the Screenshot. I want to put VERO with a link next to the other social icons.
Best.
HarryApril 30, 2019 at 12:59 am #1095533Hi,
Thanks for the update.
You can actually download the svg or eps format of the vero logo from this page.
// https://www.vero.co/press-kit
You can then convert it to an icon font using the fontello.com’s svg to icon generator.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
And then use this filter to change the default font icon used by the existing social icons in the theme.
// https://kriesi.at/documentation/enfold/icon/#change-icon-used-for-standard-theme-elements-
Best regards,
IsmaelMay 1, 2019 at 4:52 pm #1096204Hi Ismail,
I cant upload the eps to fontanello. I downloaded the Vero logo (only as a eps possible). After uploading this file to the fontanello converter I got this message:
If image looks not as expected please convert to compound path manually.
Skipped tags and attributes: style
Please can you help to upload the file to fontanello?
Thank you very much.
Best,
HarryMay 3, 2019 at 2:13 am #1096681Hi,
Thanks for the update.
Do you have any image editor like Photoshop? You can save that eps file as svg. Or post the login details in the private field and we’ll try to upload the custom icon font.
Best regards,
IsmaelMay 3, 2019 at 8:54 am #1096793This reply has been marked as private.May 5, 2019 at 9:14 pm #1097502Hi,
Thanks for the update.
They have removed the “presskit” page and I don’t have a copy of the svg file. Do you have a copy? Please send it here.
Best regards,
IsmaelMay 6, 2019 at 6:27 pm #1097774This reply has been marked as private.May 7, 2019 at 5:56 am #1097945Hi,
Thanks for the update.
We uploaded the vero font icon in your installation. Just insert the following filter in the functions.php file, then add the twitter social icon in the Enfold > Social Profiles panel.
add_filter('avf_default_icons','avf_default_icons_mod', 10, 1); function avf_default_icons_mod($icons) { $icons['twitter'] = array( 'font' =>'vero', 'icon' => 'ue800'); return $icons; }
Best regards,
IsmaelMay 7, 2019 at 7:29 am #1097968Hi,
many thanks 🙏🏼 should I insert this code at the end of the function.php?
Thank you very much.
Best,
HarryMay 7, 2019 at 11:35 pm #1098238Hi,
Thank you for contacting us.
Yes that’s correct, please add the code to the bottom of the functions.php file.
Please refer to the Add custom function link for step by step instruction.
Best regards,
VinayMay 8, 2019 at 6:20 pm #1098530Hi Ismael,
I added your code in the function.php
But if I add the twitter icon, then the twiter Icon omes and not the Vero.
Did I make a mistake?
Thanks
Best,
harryMay 8, 2019 at 6:32 pm #1098537The ue800 icon is a audio sign
Best,
HarryMay 13, 2019 at 2:34 am #1099870Hi,
Thanks for the update.
Yes, they have the same character code, but the new icon belongs to the “vero” set. You can check it by adding an icon shortcode in a post or page. Scroll at the very bottom of the symbol selection and you should be able to see the “vero” icon.
We’re trying to modify the functions.php file, but we’re getting an error. Please try to move the filter below line 17.
if(isset($avia_config['use_child_theme_functions_only'])) return;
Or create a child theme.
// https://kriesi.at/documentation/enfold/child-theme/
You should also update the theme to the latest version, 4.5.7.
Best regards,
IsmaelMay 19, 2019 at 4:02 pm #1102298Hi Ismael,
there is the same Code what you wrote here in the row 17.
Should I write the same below this? But then there are 2 same codes.
Best,
HarryMay 21, 2019 at 3:57 am #1102658Hi,
You should not add the code again if it’s already there. It will cause a duplicate error. I’m not really sure how it got there because I got an error when tried to edit that file.
Best regards,
IsmaelMay 21, 2019 at 3:53 pm #1102892Hi, yes I didn’t add the same code. Your code is correctly in the row 17y
Best,
HarryMay 26, 2019 at 9:51 am #1104266Hi,
So when removed the duplicate all work as expected?
Best regards,
BasilisMay 26, 2019 at 9:58 am #1104271Hi Basilis,
I removed the duplicate but it don’t work.
Best,
HarryMay 28, 2019 at 8:12 am #1104729Hi,
Thanks for the update.
It works properly on our end. Please post the FTP details in the private field so that we can edit the functions.php file.
Best regards,
IsmaelMay 30, 2019 at 10:47 am #1105399Hi Ismael,
thank you. Please see the at the details:
Best,
HarryMay 31, 2019 at 5:36 am #1105593Hi,
Thanks for the update.
Did you disable the WP login account? It’s no longer working. We can’t add the twitter social icon and check whether the filter is working or not.
Best regards,
IsmaelJune 1, 2019 at 4:51 pm #1106136Hi Ismael,
no the login should be acitve. You can see the data in the pivate content.
And I added the twitter social Icon, but it shows the twitter icon and not the Vero Icon.
Many thanks.
Best,
Harry -
AuthorPosts
- The topic ‘Extra Elements’ is closed to new replies.