Viewing 30 posts - 1 through 30 (of 45 total)
  • Author
    Posts
  • #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,
    Harry

    #1093136

    Hey gharry79,

    Please show us exactly which section you are referring?

    Best regards,
    Basilis

    #1093143

    Can 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,
    Harry

    #1093428

    Hi,

    _lease use a service like img.ru

    Best regards,
    Basilis

    #1093524

    Hi!
    What do mean?
    Thanks
    Harry

    #1094020

    Hi Harry,

    You can upload the screenshots to a service like Dropbox or https://imgur.com and give us the links here.

    Best regards,
    Victoria

    #1094036

    Ah yes thats right. Here is the link:
    https://www.dropbox.com/s/dvqhu5w33ss4ec5/IMG_1489.JPG?dl=0

    Thank you.

    Best,
    Harry

    #1094424

    Hi Harry,

    Thank you, but where can we see this? I looked at some pages, cannot find “Vero”.

    Best regards,
    Victoria

    #1094434

    Hi,
    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.
    Harry

    #1095533

    Hi,

    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,
    Ismael

    #1096204

    Hi 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,
    Harry

    #1096681

    Hi,

    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,
    Ismael

    #1096793
    This reply has been marked as private.
    #1097502

    Hi,

    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,
    Ismael

    #1097774
    This reply has been marked as private.
    #1097945

    Hi,

    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,
    Ismael

    #1097968

    Hi,
    many thanks 🙏🏼 should I insert this code at the end of the function.php?
    Thank you very much.
    Best,
    Harry

    #1098238

    Hi,

    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,
    Vinay

    #1098530

    Hi 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,
    harry

    #1098537

    The ue800 icon is a audio sign
    Best,
    Harry

    #1099870

    Hi,

    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,
    Ismael

    #1102298

    Hi 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,
    Harry

    #1102658

    Hi,

    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,
    Ismael

    #1102892

    Hi, yes I didn’t add the same code. Your code is correctly in the row 17y
    Best,
    Harry

    #1104266

    Hi,

    So when removed the duplicate all work as expected?

    Best regards,
    Basilis

    #1104271

    Hi Basilis,
    I removed the duplicate but it don’t work.
    Best,
    Harry

    #1104729

    Hi,

    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,
    Ismael

    #1105399

    Hi Ismael,
    thank you. Please see the at the details:
    Best,
    Harry

    #1105593

    Hi,

    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,
    Ismael

    #1106136

    Hi 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

Viewing 30 posts - 1 through 30 (of 45 total)
  • The topic ‘Extra Elements’ is closed to new replies.