Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22581

    Hello there. On my enfold theme the header Social Icon for YouTube and some others do not appear or show on the drop down menu. So for now I am using the VIMEO Social Icon header so my client does not get mad at me.

    The layout.css stylesheet shows the youtube is included (see extract below), however, It does not show up on the Social Icon header drop down menu.

    #top .social_bookmarks li a:hover{ text-decoration: none; }

    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }

    #top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }

    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }

    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }

    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }

    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }

    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }

    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }

    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }

    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }

    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }

    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }

    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }

    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }

    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }

    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }

    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }

    I know some CSS and some HTML but that’s it. The website is:

    http://www.jorgeastiazaran.com/Inicio/

    Any help here? I really need to fix this issue ASAP!

    Sincerely,

    Ariel Freaner

    #116263

    Hi Ariel,

    There is no icon with the icon font used so if you want to add it in you can add a new option for it in includes>admin>register-admin-options.php after the vimeo option on line 779:

    'Vimeo' 	=> 'vimeo',
    'Youtube' => 'youtube',

    You would then need to style the youtube class with your own icon as the background image and give it a defined width/height. Kriesi said that if/when an icon becomes available it will be added in.

    Regards,

    Devin

    Edit: May be able to be added in shortly, will fully update when I know one way or another.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘YouTube logo does not appear on the Social Icon header drop down menu!!!’ is closed to new replies.