<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: add different icons above main menu titles in header</title>
		<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header</link>
		<description>Support Forum - Topic: add different icons above main menu titles in header</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 13:36:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/add-different-icons-above-main-menu-titles-in-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-77796</link>
			<pubDate>Fri, 28 Sep 2012 17:33:37 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">77796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you need further assistance let us know.&#60;/p&#62;
&#60;p&#62;Closing post.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-77795</link>
			<pubDate>Fri, 28 Sep 2012 17:26:04 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">77795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, so i think i have it! it still wasn't quite working so i added in some !important to force it&#60;/p&#62;
&#60;p&#62;here is my code from custom.css, in case someone else wants to do this; thanks so much, ismael &#38;amp; devin :)&#60;/p&#62;
&#60;p&#62;/* home */&#60;br /&#62;
#menu-item-774 {&#60;br /&#62;
   background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconHome.png') !important;&#60;br /&#62;
   background-position-x: 32px !important;&#60;br /&#62;
   background-position-y: -40px;&#60;br /&#62;
	background-repeat:no-repeat !important;&#60;br /&#62;
   height: 40px;&#60;br /&#62;
   display: block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* about */&#60;br /&#62;
#menu-item-775 {&#60;br /&#62;
   background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconAbout.png');&#60;br /&#62;
   background-position-x: 35px !important;&#60;br /&#62;
	background-repeat:no-repeat;&#60;br /&#62;
   height: 40px;&#60;br /&#62;
   display: block; }&#60;/p&#62;
&#60;p&#62;/* application */&#60;br /&#62;
#menu-item-800 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconApplication.png');&#60;br /&#62;
	background-repeat:no-repeat;&#60;br /&#62;
	background-position-x: 51px !important;&#60;br /&#62;
	height: 40px;&#60;br /&#62;
	display: block; }&#60;/p&#62;
&#60;p&#62;/* community */&#60;br /&#62;
#menu-item-799 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconCommunity.png');&#60;br /&#62;
	background-repeat:no-repeat;&#60;br /&#62;
	background-position-x: 101px !important;&#60;br /&#62;
	height: 40px;&#60;br /&#62;
	display: block; }&#60;/p&#62;
&#60;p&#62;/* news */&#60;br /&#62;
#menu-item-323 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconNews.png');&#60;br /&#62;
	background-repeat:no-repeat;&#60;br /&#62;
	background-position-x: 32px !important;&#60;br /&#62;
	height: 40px;&#60;br /&#62;
	display: block; }&#60;/p&#62;
&#60;p&#62;/* contact */&#60;br /&#62;
#menu-item-346 {&#60;br /&#62;
	background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconContact.png');&#60;br /&#62;
	background-repeat:no-repeat;&#60;br /&#62;
	background-position-x: 42px !important;&#60;br /&#62;
	height: 40px;&#60;br /&#62;
	display: block; } */
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-77755</link>
			<pubDate>Fri, 28 Sep 2012 10:33:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It is because of this code background-position: center;. Try to remove that and edit the background position x and  y axis.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-77702</link>
			<pubDate>Fri, 28 Sep 2012 02:03:28 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">77702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;me again&#60;/p&#62;
&#60;p&#62;i added in all of the icons and it seems that they seem to space out accordingly, with the exception of the first one, which does not seem to move on the x axis if i change it&#60;/p&#62;
&#60;p&#62;thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-77701</link>
			<pubDate>Fri, 28 Sep 2012 01:45:45 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">77701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi you 2&#60;/p&#62;
&#60;p&#62;so i finally got back to working on this site and have tried to use the code you gave me to get it right but something is not quite there yet, sorry&#60;/p&#62;
&#60;p&#62;i am trying to center a single icon over each nav element because it looked fine in (on my mac) chrome, but not in firefox or safari, so there needs to be 6 unique icons over the 6 nav elements&#60;/p&#62;
&#60;p&#62;i have modified custom.css as follows:&#60;/p&#62;
&#60;p&#62;/* home */&#60;br /&#62;
#menu-item-774 {&#60;br /&#62;
    background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconHome.png');&#60;br /&#62;
    background-position-x: -300px;&#60;br /&#62;
    background-position-y: -40px;&#60;br /&#62;
	background-position:center;&#60;br /&#62;
	 background-repeat:no-repeat;&#60;br /&#62;
    height: 40px;&#60;br /&#62;
    display: block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* about */&#60;br /&#62;
#menu-item-775 {&#60;br /&#62;
    background: url('http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/iconAbout.png');&#60;br /&#62;
    background-position-x: -700px;&#60;br /&#62;
    background-position-y: -40px;&#60;br /&#62;
	background-position:center;&#60;br /&#62;
	 background-repeat:no-repeat;&#60;br /&#62;
    height: 40px;&#60;br /&#62;
    display: block; } &#60;/p&#62;
&#60;p&#62;what is happening, though, is even if i change my x value for item 774 it doesn't seem to move - once i can get that to work it seems like the next one will align properly&#60;/p&#62;
&#60;p&#62;sorry to be a pest, but please help :) thanks again, jodi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-75978</link>
			<pubDate>Fri, 14 Sep 2012 17:40:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm confident Devin's code will work. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-75824</link>
			<pubDate>Thu, 13 Sep 2012 22:14:57 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">75824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks so much, devin - as you say, a bit of a hack but if can get them aligned nicely it will be worth the time! i'll let you know if i have any other questions after i try my hand at a couple&#60;/p&#62;
&#60;p&#62;thanks, jodi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-75795</link>
			<pubDate>Thu, 13 Sep 2012 18:16:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jodi,&#60;/p&#62;
&#60;p&#62;This is a bit of a hack and you will definitely need to massage the values a bit but this will get you what you are looking for on a basic level. You'll need to use the model for the first menu item to finish up the rest. You can inspect each menu item to get its ID and use that ID to target it specifically with css.&#60;/p&#62;
&#60;p&#62;Note, I've used background-position and the original image to find the specific icon and display it, so you can just change the x coordinates and that will give you each icon without having to use multiple images.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
top: 58%;
line-height: 85px;
}
#menu-item-537 {
    background: url(&#38;#39;http://edgemontseniorliving.com/wp-content/themes/coherence/images/icons/icon-header.png&#38;#39;);
    background-position-x: -299px;
    background-position-y: -29px;
    height: 63px;
    display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "add different icons above main menu titles in header"</title>
			<link>http://www.kriesi.at/support/topic/add-different-icons-above-main-menu-titles-in-header#post-75455</link>
			<pubDate>Tue, 11 Sep 2012 19:15:44 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">75455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello&#60;/p&#62;
&#60;p&#62;i have my test site here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://edgemontseniorliving.com/&#34; rel=&#34;nofollow&#34;&#62;http://edgemontseniorliving.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;currently password protected, so access is:&#60;/p&#62;
&#60;p&#62;esl1234&#60;/p&#62;
&#60;p&#62;you will see that i have placed some dummy icons above each menu title, but this is a bit of a hack because it's a header background image&#60;/p&#62;
&#60;p&#62;it works ok but if i look in different browsers it's no longer centered above each title, so what would be ideal is to have each title have it's own unique icon centered above, if possible?&#60;/p&#62;
&#60;p&#62;for my hack, i added this to custom.css&#60;/p&#62;
&#60;p&#62;/* background image icons in header */&#60;br /&#62;
#header .container {&#60;br /&#62;
   background: url('../images/icons/icon-header.png') !important;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;this member seems to have done something close to what i want, but i want each icon to be unique&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cloud9spa.com/newsite/&#34; rel=&#34;nofollow&#34;&#62;http://cloud9spa.com/newsite/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;not sure how this would work; please advise&#60;/p&#62;
&#60;p&#62;thank you :) jodi
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
