Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author srussell13

    (@srussell13)

    You can add any custom icons by modifying the image sprite for the icon theme you are using.

    There are three blank positions in each sprite, so using an image editor, add your MixCloud icon to one of these position, uploaded the modified theme to your iire-social-icons theme in the WordPress plugins folder and refresh the Widget/Shortcode Designer.

    Thread Starter evillevi

    (@evillevi)

    OK but how where do I put the shortcode when I want icons to appear in the menu bar?

    Plugin Author srussell13

    (@srussell13)

    Depends on your WordPress theme that you are using and how the menu area is set up in it. If you have a Widget position available in your menu area, you can just insert [iire-social-icons] into a Text Widget.

    To include the shortcode in a template, copy this code into the desired location in your template.

    <?php if(function_exists('iire_social_theme')) { iire_social_theme(); } ?>

    Thread Starter evillevi

    (@evillevi)

    Could you help me out? I’m using Pinboard theme. It does not have a widget position in the menu bar, I think. What do you need to know exactly?

    At the moment I’m using another plugin, but it seems to have conflict with the theme, as the icons are messed up (showing 3 times).

    Plugin Author srussell13

    (@srussell13)

    Sounds like you will have to edit the Pinboard theme. Please send me an email to srussell@iireproductions.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘icon in menu bar?’ is closed to new replies.