Mark N Hewitt aka RoAdHoGg
Doing Stuff
Facebook Twitter Flickr Vimeo Google+ LinkedIn
Show Navigation Hide Navigation
  • Home
  • About Me
    • My Travels
      • Places Been
      • Places I’m Going To
      • Want To Go
    • What I can do
  • Contact Me
  • My Photography
    • Photography Shop
    • My Flickr Photo’s
    • My Panoramio Photo’s
  • Buy me a Beer
  • 2gig FREE Backup

Extra nav-icons for the Mystique Theme

marknhewitt February 18, 2010 My Web Portfolio, Mystique theme edits

New System for the Extra Icons Details HERE

This is an Updated tutorial of the Facebook Icon for Mystique Theme I did in January. The Hack is now a one of Edit for the Mystique theme after 1.9+ (this won’t work for earlier versions), no need to edit the header.php or style.css after each mystique theme update, thank good :) . So Here we Go.

First make sure you have got the lastest Mystique Theme Version 1.9+

In admin navigate to mystique setting, Advanced and in the User functions box after the <?php

function mystique_my_icons($nav_extra){
$nav_extra .= '';

$nav_extra .= '';

}

add_action('mystique_nav_extra', 'mystique_my_icons');

You can add as many icons as you like I personally have 9 on mine

Save Changes and then go to the next User CSS tab and add the following

#header{display:block;position:relative;z-index:5;}

#header .nav-extra{width:64px;height:44px;display:block;position:absolute;top:-26px;z-index:10;}
#header .nav-extra span{display:none;}
#header .nav-extra.rss{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat right top;right:20px;}
#header a.twitter{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat left top;right:84px;}
#header a.facebook{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat center top;right:147px;}
#header a.myspace{background:transparent url(/wp-content/uploads/mystique_icons/nav-myspace.png) no-repeat right top;right:209px;}

{If you are using theme 2.0.2 then please use this code for the user.css ALSO using more than 3 icon brakes the navbar in IE with ver 2.0.2}

#header p.nav-extra{position:absolute;top:-40px;z-index:10;right:10px;}

#header a.nav-extra{width:64px;height:64px;display:block;float:right;}
#header a.nav-extra.rss{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat right top;right:20px;}
#header a.twitter{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat left top;right:84px;}
#header a.facebook{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat center top;right:147px;}
#header a.myspace{background:transparent url(/wp-content/uploads/mystique_icons/nav-myspace.png) no-repeat right top;right:209px;}

Again Save Changes
The calculation for the spacing icons is easy, as you can see its just 20 + 64 +64 +64 +64 +64 +64 and so on, I also changed the height:-34; from 34 to 44 and the top:-18px; from 18 to 26 on line 101 of style.css to show more of the icons.

Now you will need to ftp into your webserver and make a new folder called mystique_icons in the uploads folder i.e. website_root/wp-content/uploads/ and add the following Icons into the mystique_icons folder.

RIGHT CLICK and SAVE AS or download the Icon pack at the bottom of the post.

Replacement for the original nav-icons

and now the extra icons

More icons
nav-bloggernav-youtubenav-linkedinnav-lastfmnav-googlewavenav-diggnav-deliciousnav-contactnav-flickrnav-gmailnav-identicaThis Google Plus Icon provided by Ryan, Thanks :)

More icon can be made, just ask :) Download all the colour icons in one pack

The reason I have not updated my site past version 2 is explained in the video below

This tutorial was written for the theme up to 2.0.2 and since version 2.3 the themes code has change that much that this tutorial no longer works. It needs a new hack developing but at the moment I haven’t the time to look into it, but as the icons are not working properly in IE8 (see the video) I can’t even see the point of developing it this theme hack further.

*rym amazon android apple barnes and noble blogger buzz coffee dailymotion delicious digg digitalnature discogs donate ebay email facebook feed flickr forge formspring forrest foursquare friend github gmail goodreads google gowalla hack how to hyves icon identica last.fm library thing linked in login meinVZ mirc msn mystique orkut paltalk paypal picasa plus+ podcast question reddit rss schulerVX skype slideshare soundcloud source spotify steam subscribe theme tumblr tutorial Twitter ubuntu upromise viadea vimeo wattpad wave wiki wordpress xing yahoo youtube

Did you like this article? Share it with your friends!

Tweet

184 Responses to "Extra nav-icons for the Mystique Theme"

  1. Nasul says:
    February 19, 2010 at 9:41 am

    Compliments,
    Very good looking.

    A email subscription icon and a e-mail contact icon are still missing ;)

    P.S.: I rocommand antispam bee ;) .

    Reply
    1. Mark Hewitt says:
      February 24, 2010 at 3:18 pm

      email and email subscription icons added

      Reply
  2. rod rodriguez says:
    February 19, 2010 at 12:42 pm

    This is so awesome, I’m a Mystique fan myself, thank you for this I will be able to understand a bit more about how this theme works, great job.

    Reply
  3. enzo says:
    February 21, 2010 at 1:16 pm

    1- First of all. My twitter icon was never there. I mean, when I install the theme. I´ve just had the RSS button. Why´s that?
    2- How do I change de RSS link on the header, and on the footer (I want to add the Feedburner one)
    Thanks…

    Reply
    1. Mark Hewitt says:
      February 21, 2010 at 1:30 pm

      1 – you have to add the Mystique | Twitter Widget, which will be in wp-admin, Appearance, Widgets or if your using version 1.9+ of the theme you could add, [code]function mystique_my_icons($nav_extra){
      $nav_extra .= '<a href="http://www.twitter.com/yourusername/&quot; class="nav-extra twitter"><span>"Follow Me on Twitter!"</span></a>';[/code] in wp-admin, Appearence, Mystique Setting and then click on the advanced tag. add after the <?php that should already be there.

      2 – for the feedburner I will get back to you,

      Reply
  4. Mile says:
    February 22, 2010 at 11:30 am

    I’ve made a example on how to make this more user-friendly (as a theme extension).

    place this folder in mystique/extensions and in the theme settings > advanced > user functions add:
    {code lang=”php”}
    require_once(TEMPLATEPATH.’/extensions/xtra-nav/xtra-nav.php’);
    {/code}
    save it and now you can edit the site profile fields in the content tab.

    this will only work in the latest, 1.997 (which has some changes to the css)

    Reply
  5. Mile says:
    February 22, 2010 at 11:54 am

    btw your site is broken in opera :)

    Reply
  6. Guillaume says:
    February 24, 2010 at 1:08 pm

    I have a problem with the version 2.0.1
    See my site and the icon when you are hover.

    Reply
    1. Mark Hewitt says:
      February 24, 2010 at 1:17 pm

      For some reason your nav bar is lower than in 1.9.9.7 let me just upgrade and we will see what happens

      Reply
      1. Mark Hewitt says:
        February 24, 2010 at 2:02 pm

        There has been some CSS changes in the new update

        new code for the user.css is
        #header{display:block;position:relative;z-index:5;}

        #header p.nav-extra{position:absolute;top:-40px;z-index:10;right:10px;}
        #header a.nav-extra{width:64px;height:64px;display:block;float:right;}
        #header a.nav-extra span{display:none;}

        Reply
  7. Guillaume says:
    February 24, 2010 at 3:30 pm

    Thanks for your update Mark !

    Reply
  8. Guillaume says:
    February 24, 2010 at 3:38 pm

    I’ve upgraded in 2.0.2 and I’ve an issue remaining.
    My icons are not displayed.

    I’ve insert the below code in my user.css
    {code type=php}
    #header p.nav-extra{position:absolute;top:-40px;z-index:10;right:10px;}

    #header a.nav-extra{width:64px;height:64px;display:block;float:right;}
    #header a.nav-extra.rss{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat right top;right:20px;}
    #header a.twitter{background:transparent url(/wp-content/uploads/mystique_icons/nav-icons.png) no-repeat left top;right:84px;}
    #header a.facebook{background:transparent url(/wp-content/uploads/mystique_icons/nav-facebook.png) no-repeat center top;right:147px;}
    #header a.linkedin{background:transparent url(/wp-content/uploads/mystique_icons/nav-linkedin.png) no-repeat right top;right:209px;}
    {/code}

    And I’ve inserted in the user function the below code :
    {code type=php}
    function mystique_my_icons($nav_extra){
    $nav_extra .= ‘<a href="http://www.facebook.com/guillaumeserton&quot; title="Mon profil Facebook"‘;
    $nav_extra .= ‘<a href="http://fr.linkedin.com/in/guillaumeserton&quot; title="Mon profil Linkedin"‘;
    return $nav_extra;
    }
    add_action(‘mystique_navigation_extra’, ‘mystique_my_icons’);
    {/code}
    Look my blog, the Facebook and Linkedin icons are not displayed.

    Reply
    1. Mark Hewitt says:
      February 24, 2010 at 3:58 pm

      you have added the linkedin and facebook icons to the /wp-content/uploads/mystique_icons/ folder right?

      Reply
    2. Mark Hewitt says:
      February 24, 2010 at 4:05 pm

      you have made sure that in the user functions box contains the [code]<?php[/code]before your code

      and then a closing [code]?>[/code] after the code, because they are needed
      ​

      Reply
    3. JaceMan says:
      February 25, 2010 at 12:26 am

      The icons aren’t working for me in 2.02 either. This is the first time I’ve upgraded since 1.62, as I am hoping to get all of my tweaks done in the User CSS panel.

      Following the updated tutorial, I cannot get the icons to display either.

      Also if I increase the height of the header to show more of my background image, I don’t seem to be able (really don’t know how) to move the nav bar lower so that it stays joined to the content. In 1.62 I was able to make the header an extra 130 pixels high and using the default “join navigation and content” dropped the navbar the appropriate amount. That isn’t the case in 2.0x.
      :(

      Reply
    4. JaceMan says:
      February 27, 2010 at 1:08 am

      Hey mate… I found an error (at least I think it’s an error, because I made the change I’m about to tell you about, and it worked for me) in Mark’s code.

      On the Advanced page his code has you use the following line…
      {code type=php}
      add_action(‘mystique_navigation_extra’, ‘mystique_my_icons’);
      {/code}

      change that to

      {code type=php}
      add_action(‘mystique_nav_extra’, ‘mystique_my_icons’);
      {/code}
      subbing “nav” for “navigation” and your icons should remake an appearance!

      Reply
      1. JaceMan says:
        February 27, 2010 at 1:11 am

        Well, upon further inspection, this got me back the original RSS and Twitter icons… it did not bring back the extra (facebook and myspace) icons I had added.

        Reply
  9. Guillaume says:
    February 24, 2010 at 4:13 pm

    I had forgot to close the php code in user function , now it’s good but the issue remains.
    Yes, my icons are in the good folder.
    Look : http://serton.fr/wp-content/uploads/mystique_icons/nav-facebook.png

    Reply
    1. Mark Hewitt says:
      February 24, 2010 at 4:28 pm

      I have just spotted the mistake my bad lol, right you need add

      {code type=php}
      <?php
      function mystique_my_icons($nav_extra){
      $nav_extra .= ‘<a href="http://www.facebook.com/guillaumeserton/&quot; class="nav-extra facebook" title="Mon profil Facebook"‘</a rel="nofollow">;
      $nav_extra .= ‘<a href="http://fr.linkedin.com/in/guillaumeserton&quot; title="Mon profil Linkedin"‘</a rel="nofollow">;

      return $nav_extra;
      }

      add_action(‘mystique_navigation_extra’, ‘mystique_my_icons’);
      {/code}

      when I copied and pasted on the editer it missed out the class part of the code, sorry about that

      Reply
  10. Guillaume says:
    February 24, 2010 at 4:38 pm

    When I save your code, i have the message “There are one or more PHP parse errors in your custom functions.”

    Reply
  11. Guillaume says:
    February 24, 2010 at 4:43 pm

    In fact, I have insert the below code
    [code]
    <?php
    function mystique_my_icons($nav_extra){
    $nav_extra .= '<a href="http://www.facebook.com/guillaumeserton/&quot; class="nav-extra facebook" title="Mon profil Facebook" </a rel="nofollow">';
    $nav_extra .= '<a href="http://fr.linkedin.com/in/guillaumeserton&quot; class="nav-extra linkedin" "title="Mon profil Linkedin" </a rel="nofollow">';

    return $nav_extra;
    }

    add_action('mystique_navigation_extra', 'mystique_my_icons');
    [/code]

    Reply
  12. matze-man.de says:
    February 25, 2010 at 10:16 am

    Extra Icons für mystique WordPress Theme…

    In meiner Sidebar gibt es ein zwar ein schickes flickr-Widget, welches die letzten 6 Bilder meines Fotosstreams anzeigt, allerdings habe ich keine Möglichkeit auf meinen Fotostream zu verlinken. Da ich auf meinem Blog-Theme mystique von digitalnat…

    Reply
  13. Matze says:
    February 25, 2010 at 10:20 am

    Great work. Thank you.
    I miss a xing icon. Is it posible to create one?

    Reply
    1. Mark Hewitt says:
      February 25, 2010 at 7:18 pm

      xing icon added

      Reply
      1. Matze says:
        February 25, 2010 at 9:02 pm

        awesome! thank you!

        Reply
  14. CME says:
    February 27, 2010 at 5:29 am

    Hi, I did what you said and no icons are visible? Please Help.
    And, how did you get the navigation bar black and semi transparent?

    Thanks

    Reply
  15. CME says:
    February 27, 2010 at 12:11 pm

    I deleted the bits I added by following the tutorial and the Twitter and RSS came back.. but how can I add more? And can you get the black navigation bar by making the default color grey?

    Thanks

    Reply
    1. Mark Hewitt says:
      February 28, 2010 at 4:39 pm

      to add the black nav bar you need to add the following code to the user.css in mystique settings

      {code type=php}
      /* Black navigation style */
      ul#navigation{background-position:left -464px;background-color:#000;}
      ul#navigation li{background-position:right bottom;}
      ul#navigation li a{text-shadow:none;color:#b3b3b3;}

      ul#navigation li.active a,
      ul#navigation li.current_page_item a,ul#navigation li.current_page_parent a,ul#navigation li.current_page_ancestor a,
      ul#navigation li.current-cat a,ul#navigation li.current-cat-parent a,ul#navigation li.current-cat-ancestor a{background-position:left -164px;color:#fff;}

      ul#navigation li a:hover,ul#navigation li:hover a,ul#navigation li a.fadeThis span.hover{background-color:rgba(255,255,255,0.1);}
      ul#navigation li:hover li a{background-color:transparent;}
      ul#navigation li li a:hover,ul#navigation li li a.fadeThis span.hover{background-color:#ed1e24 !important;}

      ul#navigation li.active a span.pointer,
      ul#navigation li.current_page_item a span.pointer,ul#navigation li.current_page_parent a span.pointer,ul#navigation li.current_page_ancestor a span.pointer,
      ul#navigation li.current-cat a span.pointer,ul#navigation li.current-cat-parent a span.pointer,ul#navigation li.current-cat-ancestor a span.pointer
      {background-position:center bottom;}

      ul#navigation ul{background-color:rgba(0,0,0,0.66);border-color:#000;}

      ul#navigation li.active ul,
      ul#navigation li.current_page_item ul,ul#navigation li.current_page_parent ul,ul#navigation li.current_page_ancestor ul,
      ul#navigation li.current-cat ul,ul#navigation li.current-cat-parent ul,ul#navigation li.current-cat-ancestor ul
      {background-color:#656565;border-color:#656565;}

      ul#navigation ul ul{border-top:1px solid rgba(255,255,255,0.5);}
      {/code}

      Reply
      1. CME says:
        February 28, 2010 at 5:16 pm

        Thanks, it worked =]
        And now for the icons…
        IN MYSTIQUE SETTINGS, ADVANCED I HAVE:
        {code type=php}
        <?php function mystique_my_icons($nav_extra){
        $nav_extra .= '‘;

        $nav_extra .= ‘‘;

        }

        add_action(‘mystique_nav_extra’, ‘mystique_my_icons’); ?>
        ​
        {/code}
        AND IN USER CSS, I HAVE:
        {code type=php}
        #header p.nav-extra{position:absolute;top:-40px;z-index:10;right:10px;}

        #header a.nav-extra{width:64px;height:64px;display:block;float:right;}
        #header a.nav-extra.rss{background:transparent url(/wp-content/themes/mystique/images/nav-icons.png) no-repeat right top;right:20px;}
        #header a.twitter{background:transparent url(/wp-content/themes/mystique/images/nav-icons.png) no-repeat left top;right:84px;}
        #header a.youtube{background:transparent url(/wp-content/themes/mystique/images/nav-youtube.png) no-repeat center top;right:147px;}
        #header a.mail{background:transparent url(/wp-content/themes/mystique/images/nav-email.png) no-repeat right top;right:209px;}
        {/code}
        PLEASE TELL ME IF I WENT WRONG SOMEWHERE.
        Thanks for your help =]

        Reply
        1. CME says:
          February 28, 2010 at 5:18 pm

          No icons are being displayed besides twitter and rss

          Reply
        2. Mark Hewitt says:
          February 28, 2010 at 5:41 pm

          your advanced settings are wrong the user.css is ok

          Reply
          1. CME says:
            February 28, 2010 at 6:06 pm

            For some reason, it didn’t post the full thing of advanced settings.. here it is agian:
            {code type=php}
            <?php function mystique_my_icons($nav_extra){
            $nav_extra .= '‘;

            $nav_extra .= ‘‘;

            }

            add_action(‘mystique_nav_extra’, ‘mystique_my_icons’); ?>
            ​
            {/code}
            And, I noticed that in wp-admin, my favicon is being displayed, but on my main one it has a wordpress logo. Do you know why this is happening?

            Thanks again

          2. CME says:
            February 28, 2010 at 6:08 pm

            It didn’t come properly again.. another try:
            {code type=php}<?php function mystique_my_icons($nav_extra){
            $nav_extra .= ‘<a href="http://youtube.com/user/ComputerMadeEasy&quot; title="My Youtube Channel!"></a rel="nofollow">’;

            $nav_extra .= ‘<a href="mailto:computermadeasy@ymail.com" title="Contact Me!"></a rel="nofollow">’;

            }

            add_action(‘mystique_nav_extra’, ‘mystique_my_icons’); ?>
            {/code}

  16. CME says:
    February 28, 2010 at 6:23 pm


    CME:

    And, I noticed that in wp-admin, my favicon is being displayed, but on my main one it has a wordpress logo. Do you know why this is happening?
    Thanks again

    Edit: Fixed it!

    Sorry for all the trouble I caused :P lol

    =]

    Reply
  17. Filippo Tosti says:
    February 28, 2010 at 8:23 pm

    Hi Mark, great post! But I got problems: do I have to remove the twitter and rss icons first to be allowed to use mines? And how?

    Reply
    1. Filippo Tosti says:
      March 1, 2010 at 7:07 pm

      I tried some more, it seems like I have an invisible clickable icon :(
      Can I remove the default icons?

      Reply
  18. JMC says:
    March 4, 2010 at 10:00 am

    Hey! Thx a lot for the tips…

    Do you have any dailymotion icon too ? I stopped using youtube a while ago :(

    Thanks

    Reply
  19. JuryDuty says:
    March 4, 2010 at 7:03 pm

    Hi Mark,

    I LOVE your icons! I’m using Mystique 2.1, followed your instructions exactly, cutting and pasting, but nothing’s showing up. Did things change with 2.1?

    Thank you!

    Reply
    1. JuryDuty says:
      March 5, 2010 at 4:48 am

      EDIT: Note that this site has a slightly more detailed explanation that works great if you’re having trouble:
      http://keremerkan.net/posts/adding-facebook-and-linkedin-icons-on-mystique-v2-x/

      Reply
      1. Mark Hewitt says:
        March 5, 2010 at 9:15 am

        also I’m fine with the icon coding, the reason I have not upgraded is that the code for the nav icons has changed resulting in a strange effect even on the digitalnature demo in ie8

        Reply
    2. Mark Hewitt says:
      March 5, 2010 at 9:12 am

      dailymotion icon added, let me know if you don’t like it, I will try again

      Reply
  20. Barış Aydınoğlu says:
    March 7, 2010 at 4:16 pm

    great work!
    could you please add the friendfeed logo?

    Reply
    1. Mark Hewitt says:
      March 7, 2010 at 8:50 pm

      friendfeed icon added

      Reply
      1. Barış Aydınoğlu says:
        March 11, 2010 at 11:56 am

        Thanks a lot :)

        Reply
  21. Azər Hüseynli says:
    March 9, 2010 at 1:32 pm

    Hi. Which version of this theme do you use?

    Can you send it to me please..
    Thanks.

    Reply
  22. webnme2 says:
    March 12, 2010 at 7:24 am

    Thanks much for the icon pack and instructions. Updated to the latest Mystique Theme and had to rework it a bit – did not work with the advanced box, so edited core.php and style.css to make it work. Also created a new icon for StumbleUpon that you can add to your collection, if you want. Icon is at http://blog.webnme2.com/wordpress-content/uploads/mystique_icons/nav-stumble.png

    Also decided to hang the icons from the navbar instead of having them above.

    Reply
  23. Zeroner says:
    March 12, 2010 at 6:05 pm

    ¿Which plugin/script do u use for add the feature to reply comments at ur web?

    Reply
    1. Mark Hewitt says:
      March 12, 2010 at 6:22 pm

      To activate the reply to feature you just have to turn on “Enable threaded (nested) comments” in admin, settings, discussions setting.

      Reply
  24. Phil P says:
    March 18, 2010 at 11:35 pm

    Hi guys, if anyone is still having trouble with this (even after this great help), I have done an even simpler walk-through that works with the latest version of Mystique.

    I found, after hours of messing around that what works is a mixture of many of the walk-throughs.

    I have given all credits as possible but if anything is missing please feel free to tell me and I will adjust it.

    It now works perfectly for me with 4 easy steps.

    Here you go:

    http://www.pendlebury.biz/mystiqueicons/

    Reply
    1. Mark Hewitt says:
      March 19, 2010 at 12:18 am

      Have you checked your site using Internet Explorer 8, The crazy icon effect is still there and I have noticed that in the demo on digitalnatures website the icons have been removed.

      Reply
  25. Zardilann says:
    March 24, 2010 at 4:13 am

    Thanks a lot for the tutorial. made it a breeze to set up the extra nav-icons.

    Any chance you’d be willing to make a Steam icon?

    Reply
    1. Mark Hewitt says:
      March 24, 2010 at 7:58 pm

      Steam icon made and added to the icon pack

      Reply
      1. Zardilann says:
        March 25, 2010 at 4:13 am

        Thanks a bunch =D

        Reply
  26. aravindh says:
    March 26, 2010 at 6:07 am

    Mark,
    I am trying to bring up the icons but I it isn’t showing up on screen. I get only the rss icon and that too partially. Can you help?

    Reply
    1. Mark Hewitt says:
      March 26, 2010 at 8:57 am

      I can help but I won’t be able to until later tonight as I will be at work shortly

      Reply
      1. aravindh says:
        March 28, 2010 at 3:53 am

        Thanks.. I figured it out. I am trying to remove the default icons rss and twitter but they still show up or atleast not giving up its space. What do I have to do?

        Reply
        1. Mark Hewitt says:
          March 28, 2010 at 6:54 pm

          depends on which version of the theme you are using

          Reply
  27. serhat says:
    March 28, 2010 at 4:16 pm

    a skype icon will be good.

    Reply
    1. Mark Hewitt says:
      March 28, 2010 at 6:54 pm

      Skype added

      Reply
  28. serhat says:
    March 29, 2010 at 7:53 am

    Thank you so much. Can i ask you for one more? A slide share icon will be wonderfull. Thanks again.

    Reply
  29. Ky Van says:
    April 4, 2010 at 1:24 pm

    Thanks a lot Mark. Maybe you can add Yahoo! IM (or Yahoo!) icon and Windows Live icon ;) It’ll be great !
    One more time, thanks again.

    Reply
    1. Mark Hewitt says:
      April 5, 2010 at 12:02 am

      Live and Yahoo added

      Reply
  30. Josh says:
    April 5, 2010 at 2:37 am

    Mark,

    This is very helpful stuff. I noticed that a month ago somebody else had a problem with their favicon defaulting to the wordpress symbol. It looks like your site uses that favicon as well. Is there a way to get mystique to go back to my old favicon?

    Reply
    1. Mark Hewitt says:
      April 5, 2010 at 2:09 pm

      You need to replace the favicon.ico file that is in the mystique theme folder not just in the site root, also you will need to clear your browser cache

      Reply
  31. mustafa says:
    April 5, 2010 at 7:05 pm

    http://www.slideshare.net/ icons will be wonderfull

    Reply
    1. Mark Hewitt says:
      April 6, 2010 at 11:09 am

      slideshare added

      Reply
  32. Michael says:
    April 11, 2010 at 5:33 pm

    Can you do for me http://www.discogs.com/ icon?

    Reply
    1. Mark Hewitt says:
      April 12, 2010 at 5:09 pm

      Discogs Icon Added

      Reply
      1. Michael says:
        April 13, 2010 at 1:26 pm

        Sweet. Thanks!

        Reply
  33. Marcus says:
    April 13, 2010 at 6:15 am

    Hi, Great info…I was wondering if you can guide me how to insert our facebook fan page into Facebook icon in our web site ? Our fans page link as follow…

    http://www.facebook.com/pages/Japanese-food-anyone-ri-ben-liao-lihaikaga-ri-ben-cai-shi-pu/338806917680

    http://japan-rice.com.hk/cook.php

    Thanks and look forward to your advice.

    Reply
    1. Mark Hewitt says:
      April 13, 2010 at 10:22 am

      which version of mystique are you using?

      Reply
  34. gui says:
    April 13, 2010 at 10:24 pm

    hi mark… doesn’t seem to work with 2.2.3… any clue?
    i’m a real newbie… :-)

    Reply
    1. Adam Cooper says:
      April 16, 2010 at 7:22 pm

      Doesnt seem to work for me in 2.2.3 either :( , any ideas?

      Thanks! Adam.

      Reply
    2. Mark Hewitt says:
      April 25, 2010 at 9:30 pm

      I have checked mystique version 2.2.3 and it has problems while being viewed with IE7 and IE8 so until there is a change in this situation there is no point looking at a work around for the nav-icons, hopefully this will be repaired in the next version.

      Reply
  35. Adam Cooper says:
    April 27, 2010 at 11:25 pm

    Thanks, helped me a lot with my site.

    http://www.coops-photo.co.uk

    Reply
  36. Phil P says:
    May 1, 2010 at 9:17 pm

    Hi Mark, Any chance of a sound cloud icon?

    http://soundcloud.com/

    I have put a bit of WP traffic your way as you may have noticed.

    Cheers and thanks.
    :-)

    Reply
    1. Mark Hewitt says:
      May 3, 2010 at 11:06 am

      soundcloud icon added, let me know if you don’t like it.

      Reply
      1. Phil P says:
        May 3, 2010 at 1:27 pm

        Thank Mark. Top Man. :-)

        Reply
  37. Abs says:
    May 6, 2010 at 4:05 pm

    very nice addon for mystique theme, i hope they fix the problem in IE so that i implement it on my sites, thanks a lot Mark :)

    Reply
  38. Ky Van says:
    May 12, 2010 at 3:51 pm

    It doesn’t work with Mystique 2.3+ :(

    Reply
  39. Thomas Norberg says:
    May 16, 2010 at 1:25 am

    Hey Mark,
    Would you be opposed to have your icons be used for a plugin for wordpress that I made? And possibly be sold to the wordpress users?

    Tom

    Reply
    1. Mark Hewitt says:
      May 16, 2010 at 11:00 am

      I have no problems with you using the icons in another plugin, a credit in the settings page would be great thou if your selling it :)

      Reply
  40. Danny Zeff says:
    June 5, 2010 at 7:27 am

    Hey Mark, another request.

    Can you make a “Buy me a Coffee” button as an alternative to the beer one? Since I’m under 21, I don’t want an employer to come across my website and accidentally think I’m actually asking for beer.

    In return I’ll buy you a beer.

    Reply
    1. Mark Hewitt says:
      June 5, 2010 at 9:57 am

      Coffee icon added if you don’t like it let me know

      Reply
      1. Danny Zeff says:
        June 7, 2010 at 9:02 am

        It’s excellent. Thank you!

        Reply
  41. Kristjan Rang says:
    June 5, 2010 at 10:26 pm

    Hi, could you make Last.fm and Github icons too please.

    Reply
    1. Mark Hewitt says:
      June 6, 2010 at 12:25 pm

      Github icon added and there is already a last.fm icon :)

      Reply
      1. Kristjan Rang says:
        June 6, 2010 at 12:28 pm

        Oh didn’t notice the audioscrobbler one, thanks! :D

        Reply
  42. Just_C says:
    June 7, 2010 at 8:28 pm

    Hey Mark,

    i want these Icons in a row…
    Youtube, Facebook, Twitter, RSS

    Can you make the Code for me please?! I dont get it :-(
    I work now for 4 hours on it…

    Reply
  43. Kevin says:
    June 14, 2010 at 8:33 pm

    Hi Mark,

    Love the site! I was wondering if you could help me out. I would love to add these icons to my site. I’m using version 2.2.3. Here is a link. http://www.ephraimsplace.com

    The guy that designed our site couldn’t do it, so they just put those icons there. Please let me know if this is possible.

    Thanks!

    Reply
  44. Matt says:
    June 15, 2010 at 11:10 pm

    Hi Mark,

    Are you able to create a icon for Spotify?
    See http://www.google.nl/images?um=1&hl=nl&tbs=isch%3A1&sa=1&q=spotify+logo&aq=f&aqi=g1&aql=&oq=&gs_rfai=

    Regards,
    Matt

    Reply
    1. Mark Hewitt says:
      June 19, 2010 at 12:29 pm

      Spotify added sorry its taken so long.

      Reply
  45. Puzzler995 says:
    June 16, 2010 at 3:04 am

    Hey Mark,
    To Save you some trouble why don’t you just post a tutorial on how to make new icons for Mystique. It would help me, because I don’t want to waste your time, since the icons I would like to make aren’t widely wanted (the Ubuntu Forums, IRC, and SourceForge).
    Thanks, this works great,
    Puzzler995

    Reply
    1. Mark Hewitt says:
      June 19, 2010 at 12:33 pm

      I haven’t had the time to make a tutorial as yet but have added more icons, it was quicker to make the icon than a tutorial, maybe when I have some more free time I will be able to.

      I use Photoshop CS3 to make the icons.

      Reply
  46. How to add extra social icons to Mystique Wordpress Theme | Sempaja.com | Kisah Anak Rantau says:
    June 17, 2010 at 9:29 am

    [...] those that Mystique has by default instead of replacing them.The following icons have been made by Mark N Hewitt , but Its tweaked some of them because they were not well trimmed.You can download the file. Zip [...]

    Reply
  47. Daniel Frank says:
    June 24, 2010 at 4:43 am

    Great tutorial, though I just can’t make this work at all…! Gone insane…

    Reply
  48. Unpokitodxfavor says:
    June 29, 2010 at 8:30 pm

    Why my website http://www.aquinohayquienviva.es dont show RSS and Twitter ICON in Firefox and yes in Internet Explorer?

    Reply
    1. Mark Hewitt says:
      July 3, 2010 at 3:37 pm

      what changes have you made to the mystique code and as a note the icons the newer versions of mystique don’t function that well in ie. See the video above.

      Reply
  49. Eyl says:
    July 2, 2010 at 9:36 am

    Thanks.I love your theme!

    Reply
  50. nick says:
    July 3, 2010 at 1:33 am

    hey mark,

    by chance would you be willing to make an icon for me? yours are excellent! just a simple icon that has the letters “sga”. blue background (HTML: #3366CC) with either white letters or gold letters (HTML: #FFCC00 )- whichever shows up better. all upper or lowercase- whatever looks better!

    regards,

    nick

    Reply
    1. Mark Hewitt says:
      July 3, 2010 at 3:31 pm

      its in your mailbox

      Reply
  51. MystiqueのナビゲーションにYoutubeやFlickrアイコンを追加する says:
    July 4, 2010 at 2:25 pm

    [...] http://www.marknhewitt.co.uk/archives/1921 [...]

    Reply
  52. Dave says:
    July 6, 2010 at 2:57 am

    any chance of getting a Tumblr icon??? love the other icons and thanks a ton for the help.

    Reply
  53. Bobby says:
    July 6, 2010 at 7:19 am

    Mark, where did you put the code for “My social links” picture and what exactly was the code?

    Thanks

    Reply
  54. Beni says:
    July 6, 2010 at 2:43 pm

    i really need your help please… my tweets doesnt show and on the top the twitter icon doesnt link to my account it links to @wordpress im trying it for hours and i dont get it please help

    Reply
  55. Beni says:
    July 6, 2010 at 2:53 pm

    could you maybe give me your msn oder icq or something? i would really really need your help. you see my email, dont you? oh and by the way my english might be a little weird because im german lol.

    Reply
  56. Beni says:
    July 6, 2010 at 3:05 pm

    Hey,

    first of all, sorry for my english, it might be weird because I am german.

    I just found your WordPress Theme and it’s so awsome and I would love to use it. But I’ve got so many problemes using it the way I would like to. I Would like to add and remove some social network icons on the top and totally don’t get how to do that. I also don’t get how to link to my twitter page for example, it links to @WordPress. In the Sidebar, it links to my Twitter account but it doesn’t show my latest tweets. I also would like to design a background picture like you did, but all I got is this header picture, so I don’t know how to design a complete background picture. I’m new with the HTML and all that stuff, this is my current Website -> “benikaya.de” and this is my new website running your theme -> “benikaya.be.ohost.de/wordpress/”.

    I hope my english was not to bad and that you could help me.

    Regards,

    Beni.

    P.S.: Oh, and you said, you can design new icons if we ask. So if you get the time, it would be awsome if you could design ones for these sites:

    “formspring.me”
    “meinvz.net”
    “schuelervz.net”

    (I left the “http” because I don’t want this mail goes to some kind of spam folder)

    Reply
  57. Beni says:
    July 6, 2010 at 7:37 pm

    okay, sorry for spamming, i got it now what to do, but now all icons are just gone. help :( (((

    Reply
  58. Beni says:
    July 6, 2010 at 9:06 pm

    http://benikaya.square7.ch/wordpress/ this is my page the twitter widget doest show my tweets and i made everything like its written here by there are no extra icons on top… these are all my problems, anything else works now, but please help someone…

    Reply
  59. Beni says:
    July 7, 2010 at 3:23 pm

    Someone please help me. This is what it looks like -> http://benikaya.square7.ch/wordpress/ . Everythings fine now but still these extra icons don’t show up. Please help, it’s driving me crazy. I’m using theme version 2.4.2. Thanks

    Reply
    1. Mark Hewitt says:
      July 7, 2010 at 4:42 pm

      Hi Beni.
      Since mystique version 2.3+ the nav-icon system that’s built into the theme has changed, so the extra nav-icon tutorial I provided will no longer work. If you want to use more icons I suggest that you downgrade. I’m running version 1.9.9.5 as the extra nav-icons work perfectly

      Reply
  60. Beni says:
    July 7, 2010 at 10:16 pm

    Okay Im uploading it. Hopefully everything still works then. Thanks a lot. And could you design icons for meinvz.net and schuelervz.net if you get the time?

    regards

    Reply
    1. Mark Hewitt says:
      July 8, 2010 at 6:41 pm

      Icons are ready

      Reply
  61. Beni says:
    July 7, 2010 at 10:22 pm

    maaaaan it still doesnt work :’(((

    Reply
    1. Mark Hewitt says:
      July 8, 2010 at 3:02 pm

      i’m glad its all sorted now ;)

      Reply
  62. Sjeng says:
    July 8, 2010 at 2:34 pm

    I copy pasted your code for the extra buttons, but something wasn’t right. Now I understand I have to fill in my choice of icons, but the css bit was strange. Until I found this:

    icons

    This is in your code. You might want to explain your code differently. I see now I have to enter the icon’s name there, but I didn’t notice it at first.

    Reply
  63. Sjeng says:
    July 8, 2010 at 2:54 pm

    Another thing:
    style.css doesn’t have the nav icons untill line 469.
    on line 473 I can see a height:32px, but I don’t see a top:18px…
    I have Mystique version 2.4.1

    Reply
    1. Mark Hewitt says:
      July 8, 2010 at 3:09 pm

      This tutorial was written for the theme up to 2.0.2 and since version 2.3 the themes code has change that much that this tutorial no longer works. It needs a new hack developing but at the moment I haven’t the time to look into it, but as the icons are not working properly in IE8 (see the video) I can’t even see the point of developing it this theme hack further.

      Reply
  64. Sjeng says:
    July 8, 2010 at 3:17 pm

    Awwww, that would be such a shame :(
    I use Opera btw :)
    (I wonder why my gravatar isn’t working here…)
    Well, I guess I’ll have to stick with the original icons then. Perhaps I can find a way to edit the original files…

    Reply
  65. Arnav says:
    July 13, 2010 at 8:01 pm

    Hi!

    Excellent work!
    I have just started to use the Mystique theme and I guess I will just have to bug you from time to time :P

    Can we add another icon alongside the [comments, popular posts, archives, tags, categories] widget? I want to show my Blogroll on it :)

    Reply
  66. Shahid says:
    July 23, 2010 at 11:05 pm

    its not working for me i dont know why :s i have changed everything as u have mentioned but still cant get it :s

    by the way, i am using hte latest version of Mystique theme version 2.4.2

    Reply
    1. Mark Hewitt says:
      July 23, 2010 at 11:27 pm

      This tutorial doesn’t work for the lastest theme version

      If you want the extra nav icons I suggest you downgrade to an earlier version.

      Sorry

      Reply
      1. Akuseru says:
        July 30, 2010 at 4:47 pm

        Hey Buddy! Yes you can, I’ve do it, check out my site, hey, can you make me a “?” Icon, for my “wikia anwers”‘s site.

        Thanks, you’re doing Awesome!

        Reply
        1. Mark Hewitt says:
          August 1, 2010 at 6:50 pm

          ? icon added, hope you like :)

          Reply
  67. Ruben Woudsma says:
    July 24, 2010 at 9:18 pm

    COPY/PASTE: As the other comment was placed in the wrong post.

    Hi Mark, I just analysed your code and the code of the latest Mystique theme and found the main difference between the solution you are currently using on your website and the solution as it is been provided via Mystique.

    As you can see in the following response on Mystique it has to do with absolute position and float, see:
    http://digitalnature.ro/projects/mystique/comment-page-200/#comment-10343

    Maybe this is any help for you and your visitors reading this post?

    Reply
  68. Shahid says:
    July 25, 2010 at 1:39 pm

    it did help me

    Reply
  69. Ruben Woudsma says:
    July 26, 2010 at 8:38 pm

    Mark, a small question. Would it be possible that you make a Gowalla and a Fourquare navigation icon? I would like to add these to my top navigation so I can link to those profiles.

    Reply
    1. Mark Hewitt says:
      July 27, 2010 at 4:20 pm

      Gowalla and Foursquare Added

      Reply
      1. Ruben Woudsma says:
        July 30, 2010 at 4:19 pm

        Cool! Thanks for that

        Reply
  70. Shahid says:
    July 27, 2010 at 10:42 am

    hmm which plugin u r using for Comment Captcha and adding comment support for “Aol, Facebook, Google, Myspace, Open ID, Live, Yahoo” users?

    which plugins are these

    Reply
    1. Mark Hewitt says:
      July 27, 2010 at 3:40 pm

      Hi Shahid the plugins I use are SI Captcha for the comments and other parts of the website where I need captcha.

      I use the Janrain Engage Plugin (formally RPX) for the Social Networking logins

      Hope the information helps

      Reply
  71. JAH says:
    August 2, 2010 at 9:21 pm

    If you don’t mind using CSS hacks just for IE, you can duplicate all the sections with transparent or rgba and replace them with black or w/e color and follow that up with /

    /* IE8 hack */
    {code type=php}
    color {color:red/;}
    {/code}
    Only IE8 will see and read that line. Or you want, you can make a separate css file just for IE8 and force its use when IE8 browser is used so you keep all your css standard compliant.

    Reply
    1. JAH says:
      August 2, 2010 at 9:24 pm

      the comment was filtered and the hack was removed. it is forward-slash zero back-slash looks like an emoticon with a guy putting his arms in the air :)

      Reply
  72. Meine Social Media Verbindungen | Cocas Blog says:
    August 11, 2010 at 3:53 pm

    [...] gebracht. Alle Icons (außer für HootSuite, WordPress und RSS Graffiti) gibt es übrigens bei Mark N Hewitt zum [...]

    Reply
  73. wp-popular.com » Blog Archive » Extra nav-icons for the Mystique Theme | Mark N Hewitt says:
    August 22, 2010 at 9:10 pm

    [...] rest is here: Extra nav-icons for the Mystique Theme | Mark N Hewitt Tags: [...]

    Reply
  74. jill says:
    August 31, 2010 at 6:58 pm

    Wow, I love this plugin and your icons are great too! Any chance of making an icon for Tumblr? :)

    Reply
    1. Mark Hewitt says:
      September 1, 2010 at 8:53 am

      Tumblr added, hope you like.

      Reply
      1. jill says:
        September 1, 2010 at 4:18 pm

        Love it! Thank you. :)

        Reply
  75. Jon says:
    September 12, 2010 at 1:26 am

    Love your icons! is there anyway I could get a UPromise and Google Checkout/Donate Icon? I know, not exactly standard, but would love to have one next to the rest of your icons =). Thanks and keep up the great work!

    Reply
    1. Mark Hewitt says:
      September 13, 2010 at 6:24 pm

      UPromise and google added

      Reply
      1. Jon says:
        September 13, 2010 at 11:32 pm

        You are amazing! Thanks so much!

        Reply
  76. Extra nav-icons for the Mystique Theme says:
    September 21, 2010 at 1:11 pm

    [...] http://www.marknhewitt.co.uk/archives/1921 [...]

    Reply
  77. Phil Pendlebury – Adding Extra Icons to the Mystique Theme – It says:
    September 25, 2010 at 8:24 pm

    [...] to Mark’s site and download the icon pack (it’s half way down the page in a zip file). http://www.marknhewitt.co.uk/archives/1921 Unzip an put all the icon files in a folder on your server: ../wp-content/uploads/mystique_icons/ [...]

    Reply
  78. Love Preet says:
    October 15, 2010 at 12:21 am

    Hello sir,
    Greetings for the day.
    I was finding a way to add facebook and orkut navigation icon on my blog in mystique theme. Saw your work, its really very good, hats off to you.
    But sir, i am unable to find the icon of ORKUT, please insert it, i will be very thankful to you for this help.
    Regards
    Lovepreet Deol
    INDIA
    http://www.lovepreetdeol.com

    Reply
    1. Mark Hewitt says:
      October 18, 2010 at 10:02 am

      ORKUT icon added :)

      Reply
  79. Nizam6281 says:
    October 30, 2010 at 9:04 pm

    Can u make for Iphone huhu
    Need a one

    Reply
  80. John says:
    October 30, 2010 at 9:14 pm

    Hello, can you make a login button?

    Reply
    1. Mark Hewitt says:
      November 6, 2010 at 1:31 pm

      Login button added, sorry its been a while.

      Reply
  81. Ankur Thakur says:
    October 31, 2010 at 3:31 pm

    Hey Guyz,

    I don’t know why, but this may help some of you people. Actually, I was not having the problem with the code. Fortunately, I just thought to open the nav icons through my browser to check. And see what happens. It says “You don’t have permissions to access the file”

    So, I just saw that the images are not set as PUBLIC to all (CHMOD 777). So, when I made all images to 777 or PUBLIC, I was able to access them through my Browser and now it is working :)

    Please check my website for Demo if you wish to see.

    Reply
  82. Trev says:
    November 8, 2010 at 2:12 pm

    These icons are great, thank you! Would it be possible to add Amazon, and eBay icons?

    Reply
    1. Mark Hewitt says:
      November 8, 2010 at 2:41 pm

      Amazon and Ebay icons added

      Reply
      1. Trev says:
        November 9, 2010 at 4:28 pm

        Wow, thank you! Those are terrific

        Reply
  83. BVIN says:
    November 22, 2010 at 9:55 am

    Hi! Good job you made!
    Could you make a Viadeo icon?
    here is the logo:

    http://boris.pascault.com/uploadimage/Viadeo_LOGO.png

    Would be really cool! :)

    Reply
    1. Mark Hewitt says:
      November 24, 2010 at 11:38 am

      Viadeo icon added

      Reply
  84. galex says:
    December 7, 2010 at 8:59 pm

    Hi,

    May you trade a forsst invitation for a forrst icon added to your awesome icons pack ?

    Thanks !

    Reply
    1. Mark Hewitt says:
      December 9, 2010 at 4:30 pm

      forsst icon added

      Reply
    2. Mark Hewitt says:
      December 9, 2010 at 4:33 pm

      Oops the spelling is wrong I will sort that after I have cooked diner.

      Reply
    3. Mark Hewitt says:
      December 9, 2010 at 8:10 pm

      sorted lol

      Reply
  85. ReviewsbyMolly says:
    December 26, 2010 at 5:54 am

    Hi! LOVE the icons! Is it possible to add a LibraryThing icon to this set please?! Thanks so much!

    Reply
  86. Molly@BookReviewsbyMolly says:
    December 29, 2010 at 6:24 pm

    Hi, there! Not sure if my other comment went through or not, but was wondering if you could make an icon for LibraryThing.com that matches this set. Thanks so much!

    Reply
    1. Mark Hewitt says:
      December 29, 2010 at 6:56 pm

      LibraryThing.com icon added :)

      Hope you like

      Reply
  87. Molly@BookReviewsbyMolly says:
    December 29, 2010 at 8:59 pm

    I love it! Thanks so much!!!

    Reply
  88. Christopher Horenstein says:
    January 15, 2011 at 8:03 pm

    I’m surprised there’s not a Reddit icon!

    Reply
  89. Richie says:
    March 23, 2011 at 2:09 pm

    First off I love this plugin. It works great and has just about all the icons I need except a few… I would really like to see a DeviantArt, Reddit icon and if you have time an AudioBoo.fm icon if possible.

    Thanks so much!

    Reply
  90. Molly says:
    May 28, 2011 at 1:45 pm

    Is it possible to create a Barnes and Noble icon for this theme? I would really love to see that one!

    Thanks,
    Molly

    Reply
    1. MarkNHewitt says:
      May 29, 2011 at 6:15 pm

      Barnes and Noble Added :)

      Reply
  91. Claudio says:
    June 24, 2011 at 2:59 pm

    I hope it’s not too much to ask, but… I’d really adore a Rate Your Music Icon (something in the style of this pic http://mallow.wakcdn.com/avatars/000/179/169/normal.png). I was trying to do it by myself but…bad idea. By the way, thank you so much for this tutorial. At first I was quite disappointed when I installed the them, ’cause I already tried the wordpress.com version and it had Facebook and Youtube icons by default. Now it’s perfect!

    Reply
    1. MarkNHewitt says:
      June 24, 2011 at 6:07 pm

      Rate Your Music Icon Added

      Reply
  92. Danny says:
    July 11, 2011 at 7:38 pm

    Hi Mark,

    Now that Google+ is up and going, would you make an icon for it? Thanks!

    As always, you’re the coolest guy on the internet!

    Reply
    1. MarkNHewitt says:
      July 12, 2011 at 5:57 pm

      Google+ added hope you like

      Reply
  93. r says:
    July 15, 2011 at 7:11 pm

    I created the Google+ icon and put it on my site if you want to add it.

    Reply
  94. r says:
    July 15, 2011 at 7:12 pm

    Oh nevermind I saw where you just added it, mine is a little different though. BTWI love this plugin!

    Reply
    1. MarkNHewitt says:
      July 15, 2011 at 7:41 pm

      send it to me I will include it in the pack :)

      Reply
      1. r says:
        July 15, 2011 at 7:57 pm

        http://twitpic.com/5qnpj4/full

        Reply
  95. Tessi says:
    July 25, 2011 at 9:57 pm

    Can you make one for wattpad?

    Reply
    1. MarkNHewitt says:
      July 27, 2011 at 2:39 pm

      Wattpad icon added

      Reply
  96. digitalnature » Extra social-media icons for Mystique 3+ says:
    August 8, 2011 at 11:26 am

    [...] icons were designed by Mark N Hewitt, so full credits go to [...]

    Reply
  97. Jeremy Tully says:
    August 9, 2011 at 7:18 pm

    Do you ever plan to make this work with Mystique 3.0+?

    Reply
    1. MarkNHewitt says:
      August 9, 2011 at 7:21 pm

      There is a new system for 3.0+ have a look @ http://digitalnature.eu/blog/2011/08/08/extra-social-media-icons-for-mystique-3/

      Reply
  98. Jeremy Tully says:
    August 9, 2011 at 8:52 pm

    Problem is that module has FAR less configuration options and is missing most of the icon options your plug-in offered. Hence my asking.

    If I use your plugin with Mystique 3.0.3/3.0.4 I do not see any change in the media icons across the top right.

    Reply
    1. MarkNHewitt says:
      August 9, 2011 at 10:25 pm

      If you have uploaded the the new plugin to the right place you have to enable it is the mystique settings in the modules tab (far right), once you have enabled it you should check the Content options tab in mystique you will find more social networking links to fill out.

      I have yet to look at this new module in depth to see how to add more icons, but when I do I will make a new tutorial post.

      Reply
  99. Candy says:
    December 26, 2011 at 5:09 am

    Your answer lifts the inteliglecne of the debate.

    Reply
  100. sckdaifdwyt says:
    December 26, 2011 at 8:42 am

    h3WREw ynqivvfkaxcd

    Reply
  101. vklmltzmqu says:
    December 28, 2011 at 7:53 pm

    vuO86j twdtycikfpim

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Calender

June 2013
M T W T F S S
« Nov    
 12
3456789
10111213141516
17181920212223
24252627282930
Recommend on Google
  • RSS Feed
  • Google Plus
Subscribe Youtube »»

© 2013 Mark N Hewitt aka RoAdHoGg