Title: display problems
Last modified: August 21, 2016

---

# display problems

 *  Resolved [Daniel](https://wordpress.org/support/users/dhoffmann/)
 * (@dhoffmann)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/display-problems-6/)
 * Hi,
 * I tried to use this elegant solution in my site at celtic-rock-radio.de but the
   icons do not display correct. Please see it in action there in the left sidebar
   in twenty fourtten. Any idea?
 * Thanks, Daniel
 * [http://wordpress.org/plugins/wens-social-links/](http://wordpress.org/plugins/wens-social-links/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * (@maneshtimilsina)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/display-problems-6/#post-4520140)
 * 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](https://wordpress.org/support/users/dhoffmann/)
 * (@dhoffmann)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/display-problems-6/#post-4520155)
 * 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](https://wordpress.org/support/users/maneshtimilsina/)
 * (@maneshtimilsina)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/display-problems-6/#post-4520170)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wens-social-links_a9c3eb.svg)
 * [WEN's Social Links](https://wordpress.org/plugins/wens-social-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wens-social-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wens-social-links/)
 * [Active Topics](https://wordpress.org/support/plugin/wens-social-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wens-social-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wens-social-links/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/display-problems-6/#post-4520170)
 * Status: resolved