Extra nav-icons for the Mystique Theme
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.
and now the extra icons
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.
This entry was posted by MarkNHewitt on February 18, 2010 at 9:28 pm, and is filed under My Web Portfolio, Mystique theme edits. Follow any responses to this post through RSS 2.0.You can leave a response or trackback from your own site.
-
#104 written by Beni 1 year ago
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)
-
#106 written by Beni 1 year ago
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…
-
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
-
-
-
-
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.
-
-
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.
-
-
-
#118 written by Shahid 1 year ago
-
-
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-10343Maybe this is any help for you and your visitors reading this post?
-
-
-
#127 written by Shahid 1 year ago
-
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
-
-
- matze-man.de
- How to add extra social icons to Mystique Wordpress Theme | Sempaja.com | Kisah Anak Rantau
- MystiqueのナビゲーションにYoutubeやFlickrアイコンを追加する
- Meine Social Media Verbindungen | Cocas Blog
- wp-popular.com » Blog Archive » Extra nav-icons for the Mystique Theme | Mark N Hewitt
- Extra nav-icons for the Mystique Theme
- Phil Pendlebury – Adding Extra Icons to the Mystique Theme – It
- digitalnature » Extra social-media icons for Mystique 3+
- My Mystique Theme Edits
- Using wordpress menus and widgets
- TeamViewer for Android out of beta
- gReader Pro (Google Reader) – Android Market
- Google Sky Map – Android Market
- Twiends.com
- UFO GeoBlog
- WiseStamp E-mail SIG Extension
- What Is the RockMelt Browser?
- Philips GoGear Connect: first Android MP4 Player | Philips Pulse






































































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.