Forum Replies Created
-
AuthorPosts
-
Weird! I can see it on my end in “themes->import/export”. I deleted it, re-downloaded and installed it and I still see the same musical note instead of the Yelp icon :( What am I missing? Screenshot attached.
- This reply was modified 10 years, 1 month ago by 1lizcollins.
This reply has been marked as private.Completely missed that! Thanks, looks great now.
This reply has been marked as private.Hi Ismael,
Thanks, that helped some – I can now see an icon in the header of my website. I should clarify that I have been able to see it all along in the social media selector in Theme options, it just wasn’t visible on the front end of the site.
There are still two problems:
1. The icons I see is not the yelp icon I’d previously installed from Fontello – instead it’s a musical note? The code you gave me uses the correct icon identifier (ue802), so I’m stumped! I tried re-downloading & installing the Yelp icon, but still no luck.
2. The circular hover doesn’t show up on this new icon, like the other social media icons.Here’s the code I’m already using to try and show that hover effect:
#top #wrap_all .av-social-link-yelp:hover a { background-color: #B90C04 !important; color: #FFFFFF !important; }
Thanks so much for your help!
Thanks Ismael,
I still don’t see any changes to the site after adding that code to quick css. (I left the other code suggested by Yigit in place – is that correct?).
This reply has been marked as private.This reply has been marked as private.Thanks Yigit, but unfortunately it didn’t seem to have any effect. I’ve cleared my cache and tried another browser with no change.
THANK YOU! Missed that entirely.
Weird! I must have overwritten my functions.pho file unknowingly :( I added the code you sent. I’m trying to get the Yelp icon to appear in the header, but it’s not.
I’ve added the following code to functions.php`{
$icons[‘yelp’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue802’);
return $icons;
}add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons[‘Yelp’] = ‘yelp’;
return $icons;
}`
I downloaded the Yelp icon from Fontello, customized the name and then uploaded it. I see yelp as a social media icon and I’ve added it and a link in the header section of the theme options. But it’s not showing on the front of my site. What am I missing?I should clarify – I followed the instructions in this post because I want the background to show in all sized devices So the content is scaled to 90% but the background is not fixed. I think the screen shot I originally attached captures the issue well. Can you tell me how to make the mobile background appear fixed? Thank you!
Thank you, that fixed it.
Thank you! That fixed the icons on my homepage, but the icons on my contact page are still displaying oddly. I used the same code for both icon boxes, so I’m not sure what is causing this?
That fixed it. Thank you for your prompt and clear response :)
September 19, 2014 at 2:30 pm in reply to: Apply icon box styling to Google map & blog post elements #321894Thank you so much!
Got it, thank you!
Thanks Yigit – I’ve already seen this video and it doesn’t address my question. I want the background image applied to the body to be visible in the header as well as on the sides of the page. The video shows how to use header transparency for images placed in each individual page. Thanks in advance for you help!
-
AuthorPosts