Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #981879

    Hi,

    I uploaded but still it’s not working for me.

    #982905

    Hi,

    You uploaded a Pinterest icon. I removed that and then uploaded the actual yelp icon. Please replace the filter in the functions.php file with this one.

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['yelp']	 = array( 'font' =>'yelp_icon', 'icon' => 'uf1e9');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);

    I get this error in the Appearance > Editor panel.

    Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.

    Best regards,
    Ismael

    #1028557

    Hi,
    I have been trying to get the yelp icon to show up with the rollover state up for two days. I have tried every ‘solution’ on these threads, but none seem to work for me. Just shows a pencil without the rollover state.

    What I have done:
    1. Pulled the existing icons used on the current site and dropped them on fontello.
    2. Added yelp icon, downloaded new character set, and then uploaded to site.
    3. Updated Child functions.php file
    4. Updated Quick CSS

    Please help. Thank you!!

    #1029080

    Hi,

    @Bradasser: The site is using a very old version of the theme. You have to upgrade to version 4.5 manually via FTP. Please open a new thread once you’re done with the update.

    Best regards,
    Ismael

Viewing 4 posts - 31 through 34 (of 34 total)
  • You must be logged in to reply to this topic.