Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1194781

    Hi.

    I want to add HOUZZ and its icon as a new social network on my website.
    I have been able to upload the Fontello icon font in the Enfold setting, but I am unable to modify the funtions file.

    Web: https://saitra.com/website2020

    Can you help me?

    Thank you.

    #1194909

    Hey aintzerga,

    You need to upload the icon font through the theme options and then add the code to the functions.php file.

    Here are the docs for you:

    Best regards,
    Victoria

    #1194924

    Hi,

    I have uploaded the icon fonts but they do not load in the theme.

    What can I do to load icon fonts?

    And how do I modify the file funtions.php?

    Thank you.

    #1194938

    Hi aintzerga,

    You need to add the child theme and add the code for the icons there.

    Here are the docs for you:

    Best regards,
    Victoria

    #1194939

    Hi aintzerga,

    You need to add the child theme and add the code for the icons there.

    Here are the docs for you:

    Best regards,
    Victoria

    #1195394

    Hi.

    I would not like to create a child theme.
    Is there another way to do it?

    Thank you.

    #1195395

    Can I substitute some of the social icons for Houzz?
    Where are the social icons in the theme files?

    #1195409

    You see here the instruction : https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
    and scroll a short distance to : In case of using an image
    i actually always recommend to use pictures when there are only one or two additional icons.

    You see at the very end of parent functions.php file :

    /*
     *  register custom functions that are not related to the framework but necessary for the theme to run
     */

    just after that ( but before functions-enfold.php is required ) you can add your custom snippets.
    _____________
    But :living the world of WordPress is so much easier if you take advantage of a child theme. So I would recommend you to set one up.
    The clear advantages greatly outweigh the few disadvantages. Last but not least because of the preservation of all changes even after updates of the parent theme.
    Enfold makes it quite easy for you to change even advanced installations to a child theme.

    #1195424

    But can one of the social icons be changed by CSS?
    For example, could we use Twitter and replace it with a Houzz image icon?

    I have seen this post in your support to change it for CSS:

    #top .social_bookmarks li:hover a {
    background: transparent !important;
    }
    #top .social_bookmarks li a:before{
    content: “”;
    display: block;
    width: 30px;
    height: 30px;

    }
    #top .social_bookmarks li.social_bookmarks_facebook a:before {
    background: url(https://png.icons8.com/doodle/50/ffffff/dirigible.png) center center no-repeat;
    background-size: contain;
    }

    #top .social_bookmarks li.social_bookmarks_twitter a:before {
    background: url(https://png.icons8.com/color/50/ffffff/hot-air-balloon.png) center center no-repeat;
    background-size: contain;
    }

    #1197722

    Hi aintzerga,

    I do not see the social icons added to the website and I cannot login to the website. I am getting a 404. Did you move it?

    Best regards,
    Victoria

    #1197731

    Hi,

    We have changed the location of the web, now it is at saitra.com

    Attached credentials of access to the private admin.

    Thank you.

    #1198049

    Hi aintzerga,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .social_bookmarks li.social_bookmarks_facebook.av-social-link-facebook  a:before {
        content: "";
    }
    #top .social_bookmarks li.social_bookmarks_facebook.av-social-link-facebook  a {
        background: url("https://png.icons8.com/doodle/50/ffffff/dirigible.png") top left no-repeat !important;
        background-size: contain !important;
        width: 20px;
        height: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1198143

    OK thanks.

    #1198471

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.