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

    Hello, I need to place an Angie’s List social icon as a small header icon. How would I go about doing this? Thank you.

    #272859

    Hey!

    Refer to this topic:
    https://kriesi.at/support/topic/use-different-social-icons/

    You’d need to have the Angie icon as an icon font (you can use Fontello to generate it).

    Cheers!
    Josue

    #272916
    This reply has been marked as private.
    #273018

    It’s done, check in the front-end and in the theme options page.

    I had to move the function to line 16 in functions.php. It wasn’t working because this code was meant to be put in the functions.php file of a hypothetical child theme.

    Cheers!
    Josue

    #273601

    Thank you. I was able to get the icon up. How would I place a lime green background in it on hover?

    #273608

    I’m trying to check your website but there seems to be an error on line 1. Please fix it so i can help you with the hover CSS.

    Best regards,
    Josue

    #273610

    Yea that just appeared. I reloaded the functions.php file from a backup… which made us lose the angie’s list icon but it’s back to square one again.

    #273614

    Can you please create me an temporary FTP account? post it here as a private reply.

    That way i can fix PHP errors if these happen.

    Regards,
    Josue

    #273619
    This reply has been marked as private.
    #273645

    It’s done.

    Added this to the Quick CSS:

    #top #wrap_all .av-social-link-angie:hover a {
        color: #fff; 
        background-color: #2DBE32;
    }

    Note: you can actually switch to a child theme without losing your settings, there is now an option to transfer the parent settings to the child one.

    Regards,
    Josue

    #273648

    Thank you very much Josue, I appreciate the help and it looks great. Is there a tutorial I could look at to know how to transfer the parent settings to a child theme? Thank you.

    #273650

    It’s a button found here:

    This video, although it’s outdated could help too. Don’t forget to pass the Angies icon code (parent functions.php to child functions.php).

    Best regards,
    Josue

    #273658

    Awesome, thanks so much. I’ll be sure to look it over. Much better support than what I’ve experienced at “Your Inspiration Themes” (Sara_p on themeforest)! I’ll be on the lookout for other products from y’all with future projects I have.

    #273666

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Angies List Social Icon?’ is closed to new replies.