Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello dhoffmann,
    I think you have changed some codes in plugin. Follow following steps to fix icons issue in your site:
    1. Find ‘social-links.php’ in plugin folder
    2. Find ‘add_action(‘wp_head’, ‘wen_enque_scripts’);’ in line 15 of social-links.php and replace it with ‘add_action(‘wp_enqueue_scripts’, ‘wen_enque_scripts’);’
    3. Now add following css either in your style.css or you can add them in Custom Style in our plugin’s option page.

    .wen-side-socials ul li a {
    width: 25px;
    }
    .wen-side-socials ul li {
    margin-right: 5px;
    }
    .wen-side-socials ul li a.wen-side-facebook {
    background-position: -22px -32px;
    }
    .wen-side-socials ul li a.wen-side-facebook:hover {
    background-position: -22px 0px;
    }

    .wen-side-socials ul li a.wen-side-twitter {
    background-position: -52px -32px;
    }

    .wen-side-socials ul li a.wen-side-twitter:hover {
    background-position: -52px 0px;
    }

    .wen-side-socials ul li a.wen-side-youtube:hover {
    background-position: -503px 0px;
    }

    .wen-side-socials ul li a.wen-side-youtube {
    background-position: -503px -32px;
    }

    Thread Starter Daniel

    (@dhoffmann)

    Hi m.,
    thanks a lot that worked.
    But I didn’t change anything in the plugin. Maybe it’s a conflict with another plugin?
    Best wishes
    Daniel

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello dhoffmann,
    Feel free to contact us if you have any problem using this plugin in future too and if you have any suggestions for us.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display problems’ is closed to new replies.