• Resolved zaharamh

    (@zaharamh)


    Hello,

    I have tried to use the “Social media icons (Jetpack)” widget with panel, but it does not work (The genericons icons are not displayed so are not clickable, even though they exist in the html). Switching to an other theme like twentyfifteen makes it work, so it must be something in the Panel theme that is causing this problem?

    Thanks again ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Thanks for the report, I’m going to let our developers know so we can get this fixed up and we’ll keep you posted here.

    As a temporary workaround you can try adding the following custom CSS, either using a custom CSS plugin or the custom CSS module in Jetpack, or at the bottom of the theme’s style.css file. (Normally I’d never suggest modifying the original theme file, but since this bug should be fixed in the next theme update, it doesn’t matter too much if you add this there.)

    .widget_wpcom_social_media_icons_widget li {
      display: inline-block !important;
    }
    .genericon-facebook:before {        content: '\f203'; }
    .genericon-twitter:before {         content: '\f202'; }
    .genericon-github:before {          content: '\f200'; }
    .genericon-dribbble:before {        content: '\f201'; }
    .genericon-instagram:before {       content: '\f215'; }
    .genericon-pinterest-alt:before {   content: '\f210'; }
    .genericon-linkedin-alt:before {    content: '\f208'; }
    .genericon-github-alt:before {      content: '\f208'; }
    .genericon-youtube:before {         content: '\f213'; }
    .genericon-vimeo:before {           content: '\f212'; }
    Moderator Kathryn Presner

    (@zoonini)

    This issue has been fixed and will be included in the next version of Panel. Thanks again for the report.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack genericons not showing’ is closed to new replies.