• Resolved rickbehl

    (@rickbehl)


    I have the icons I want correctly positioned in the posts. But it seems the icons are also in the footer of each page for sharing the site. This is not a bad thing in itself but there is text overwriting the icons which looks messy.

    How do I configure the footer icons and text?

    Thanks
    Rick

Viewing 1 replies (of 1 total)
  • Plugin Author andykillen

    (@andykillen)

    Hey Rick

    Sorry for not replying sooner, I was moving house. Anyhow, what I expect the problem is that the CSS is not being loaded properly to manage the Follow tab.

    Without being able to look a the HTML of your site (please let me know your web address), I can only guess that problem is based on not having wp_head() in your theme’s header.php. It should be like this just before the end of the HEAD tag

    <?php wp_head(); ?>
    </head>

    this should sort you out. But if not do let me know your web address.

    regards
    andy

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Share and Follow] Icons in Footer’ is closed to new replies.