Yelp Icon not showing for social media

Support Area Forums Umami Yelp Icon not showing for social media

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://dennysfarmmarket.ca/
  • Author
    Posts
  • #22718
    Kais
    Participant

    Hi Bill

    This site is still under construction.

    I have added a Social menu, and make 3 entries, one for Facebook which shows as expected, the next 2 for Yelp – one for each location. I can not get the Yelp icon to show in the menu. Any idea what I may be doing wrong?

    Thanks

    Kais

    #22722
    Bill Robbins
    Moderator

    Kais,

    Interesting situation. The icons are set to appear based on the URL in use. It looks like Yelp Canada uses a different base URL (http://yelp.ca) which is causing the icons to not be picked up.

    What you can do is add this in either a child theme’s css or at the bottom of the theme’s style.css file:

    
    ul.network-icons li a[href*="yelp"]::before,
    #menu-social-media li a[href*="yelp"]::before {
    	content: '\e024';
    }
    

    You could typically just add that via the Custom CSS in the theme options, but it will filter out the slash for security.

    Let me know if you run into any trouble there. If it works out, then I will alter the theme so it’ll help anyone else in the same boat.

    Thanks,
    Bill

    #22726
    Bill Robbins
    Moderator

    Fantastic solution. Let me know if you need anything else.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Yelp Icon not showing for social media’ is closed to new replies.