<?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 - Tag: icons - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/icons</link>
		<description>Support Forum - Tag: icons - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 04:08:21 +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/tags/icons" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-113094</link>
			<pubDate>Wed, 22 May 2013 22:24:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">113094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think you are confusing Enfold with Replete. Enfold has the glyphs while Replete has the icons. So. To add a new social media icon&#60;/p&#62;
&#60;p&#62;1) find your icon (google image search)&#60;/p&#62;
&#60;p&#62;2) Look in your theme /images/icon folder to find the current social media icons which are 42x84 pixels and.. well i made a mockup for you, not the best , but i am sure you can find something or spend a couple of minutes making it &#60;a href=&#34;http://i.imgur.com/rFS48mp.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/rFS48mp.png&#60;/a&#62;, just download this image and use it for now.&#60;/p&#62;
&#60;p&#62;2) upload the image/icon in Admin &#38;gt; Media &#38;gt; Add New. Make sure to copy the URL where the image you uploaded is located.&#60;/p&#62;
&#60;p&#62;3) open up /includes/admin/register-admin-options.php and find line 110 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;LinkedIn&#38;#39; 	=&#38;gt; &#38;#39;linkedin&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with these two lines&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;Instagram&#38;#39;  =&#38;gt; &#38;#39;instagram&#38;#39;,
&#38;#39;LinkedIn&#38;#39; 	=&#38;gt; &#38;#39;linkedin&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now add this css to /css/custom.css or to Replete &#38;gt; Theme Options &#38;gt; Styles .. the text area at the bottom of that page. Now from step 1 you should have the URL where you uploaded the image that looks like &#60;a href=&#34;http://www.your-domain.com/uploads/2013/4/23/instagram.png&#34; rel=&#34;nofollow&#34;&#62;http://www.your-domain.com/uploads/2013/4/23/instagram.png&#60;/a&#62; (somethinglike this),. paste it into the code below where it says ADD URL HERE&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks_instagram a{
background: transparent url(ADD URL HERE) center 0px no-repeat;
}
.social_bookmarks_instagram:hover a, body .social_bookmarks_instagram .css_3_hover {
background-position: center -43px;
background-color:#000000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Its quite easy. Please let us know how it went.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing the location of Social Media Icons"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-location-of-social-media-icons#post-112901</link>
			<pubDate>Wed, 22 May 2013 09:59:07 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Make sure there is nothing on line 104. &#60;/p&#62;
&#60;p&#62;also put two forward slashes on line 149 so it looks like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//if(strpos($headerS,&#38;#39;social_header&#38;#39;) !== false &#38;amp;&#38;amp; strpos($headerS,&#38;#39;bottom_nav_header&#38;#39;) !== false) avia_social_media_icons($social_args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To change the position of the social buttons, change the -2px and 15px in the previous code I gave you till they get to where you want them. Try changing -2px to -22px and see how far the icons move. &#60;/p&#62;
&#60;p&#62;The mockups are helpful but I need to look at your code to provide you with a solution that gonna work.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theworldawaits on "Changing the location of Social Media Icons"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-location-of-social-media-icons#post-112819</link>
			<pubDate>Wed, 22 May 2013 03:27:37 +0000</pubDate>
			<dc:creator>theworldawaits</dc:creator>
			<guid isPermaLink="false">112819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Another solution I would be happy with is this one (I mocked it up in Photoshop).&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://jvd.ca/social2.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;This solution is preferred, but I'm okay with either one.  I am not very adept at coding.  Thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theworldawaits on "Changing the location of Social Media Icons"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-location-of-social-media-icons#post-112818</link>
			<pubDate>Wed, 22 May 2013 03:25:10 +0000</pubDate>
			<dc:creator>theworldawaits</dc:creator>
			<guid isPermaLink="false">112818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;I tried what you suggested and it almost worked.  There are two problems though.&#60;/p&#62;
&#60;p&#62;- The icons on the left remain (so I have duplicate social media icons)&#60;br /&#62;
- The new icons (right aligned) are shifted down too much.&#60;/p&#62;
&#60;p&#62;Here is a screenshot.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://jvd.ca/social.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Here is some additional information if it's helpful at all.&#60;/p&#62;
&#60;p&#62;- I don't need any phone number or 'additional' navigation.&#60;br /&#62;
- I just want the icons on the left to be aligned to the right.&#60;/p&#62;
&#60;p&#62;Thanks so much!&#60;/p&#62;
&#60;p&#62;Jason
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HammerbyGB on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-112749</link>
			<pubDate>Tue, 21 May 2013 20:50:32 +0000</pubDate>
			<dc:creator>HammerbyGB</dc:creator>
			<guid isPermaLink="false">112749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello KaraN2my, AFAIK the icons are a custom font hardcoded into the theme. I want to add a custom icon too but I'd like for support to tell us what would be the best practice to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KaraN2my on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-112621</link>
			<pubDate>Tue, 21 May 2013 09:42:21 +0000</pubDate>
			<dc:creator>KaraN2my</dc:creator>
			<guid isPermaLink="false">112621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I noticed that Instagram is not one of social media accounts that can be featured in the social media mini icon links at the right-hand side of the theme pages. (The ones that stay fixed to the right-hand side of the browser even if you scroll up/down the page). &#60;/p&#62;
&#60;p&#62;Is it possible to include the Instagram icon to these social media mini icons? How would this be done?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing the location of Social Media Icons"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-location-of-social-media-icons#post-112261</link>
			<pubDate>Sun, 19 May 2013 20:46:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open up header.php and find line 104 which looks like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(strpos($headerS,&#38;#39;bottom_nav_header&#38;#39;) === false) avia_social_media_icons($social_args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;*copy* and then *delete* line 104&#60;/p&#62;
&#60;p&#62;and paste that code above that you just deleted  on line 113. line 114 looks like the code below, so paste the line before it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$phone = avia_get_option(&#38;#39;phone&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should probably delete line 115 or put // in front of it, because there doesnt seem to be room for the phone number now, unless you want to move that block to line 104 (left side)&#60;/p&#62;
&#60;p&#62;Add this css to you /css/custom.css file or to Quick CSS to position the social buttons &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
top: 15px;
}
.noLightbox.social_bookmarks {
top: -2px;
display: block;
position: relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theworldawaits on "Changing the location of Social Media Icons"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-location-of-social-media-icons#post-111986</link>
			<pubDate>Fri, 17 May 2013 17:14:05 +0000</pubDate>
			<dc:creator>theworldawaits</dc:creator>
			<guid isPermaLink="false">111986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;Just got Enfold and LOVE IT so far.  Hoping to learn how to make a quick customization though!&#60;/p&#62;
&#60;p&#62;I want to change the location of the social media icons on the fixed header.  I would like them to appear between my main navigation and the search icon.  Is this possible??  I noticed when you switch to 'bottom navigation' the social media icons appear where I would like them.  However, I want to keep the fixed navigation in the header.  Any way to fuse these two?&#60;/p&#62;
&#60;p&#62;Alternatively, if that's possible.. I am hoping to move the alignment of the icons on the &#34;mini header&#34; above my main header.  They are currently aligned to the left above my logo.  Is there any way to have these align all the way to the right, above my navigation?&#60;/p&#62;
&#60;p&#62;Please let me know...  thanks so much!!&#60;/p&#62;
&#60;p&#62;Jason
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-110066</link>
			<pubDate>Thu, 09 May 2013 13:06:05 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">110066@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, that's sorted!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109919</link>
			<pubDate>Wed, 08 May 2013 23:30:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to hide the youtube link using &#60;a href=&#34;http://tinyurl.com/&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109889</link>
			<pubDate>Wed, 08 May 2013 21:42:52 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">109889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It didn't like the youtube link. I changed it from youtube.com to co.nz and it worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109734</link>
			<pubDate>Wed, 08 May 2013 12:35:06 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">109734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but the youtube link still doesn't work. It says:&#60;/p&#62;
&#60;p&#62;'Image cannot be loaded. Make sure the path is correct'. I've checked the youtube url which is fine. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109635</link>
			<pubDate>Wed, 08 May 2013 07:09:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up sidebar.php and search for:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) 	echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace this code with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://youtube.com/account&#38;#39;&#38;gt;Youtube&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://myflickr.com&#38;#39;&#38;gt;Flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of &#60;a href=&#34;http://myflickr.com&#34; rel=&#34;nofollow&#34;&#62;http://myflickr.com&#60;/a&#62; insert the url to your flickr account and replace &#60;a href=&#34;http://youtube.com/account&#34; rel=&#34;nofollow&#34;&#62;http://youtube.com/account&#60;/a&#62; with your youtube account url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109448</link>
			<pubDate>Tue, 07 May 2013 09:09:55 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">109448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have successfully replaced the facebook, rss and twitter icons with a new set of icons. facebook is still facebook. rss has a flickr icon. i turned twitter to youtube.&#60;/p&#62;
&#60;p&#62;I made changes to the soket container but the new links wouldn't wrok. Can you please post the code so the flickr icon links to flickr and the youtube icon to youtube?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Iconbox - Add Icon numbers"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-add-icon-numbers#post-108106</link>
			<pubDate>Wed, 01 May 2013 05:39:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik not because fontello.com ( &#60;a href=&#34;http://fontello.com/&#34; rel=&#34;nofollow&#34;&#62;http://fontello.com/&#60;/a&#62; ) does not offer a icon set which contains numbers and we use this service for the icon font. However you can suggest the feature here: &#60;a href=&#34;http://www.kriesi.at/support/topic/enfold-feature-requests/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/enfold-feature-requests/page/2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hanniball on "Iconbox - Add Icon numbers"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-add-icon-numbers#post-108043</link>
			<pubDate>Tue, 30 Apr 2013 18:57:32 +0000</pubDate>
			<dc:creator>Hanniball</dc:creator>
			<guid isPermaLink="false">108043@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;is there a way to add icons with a number to the already existing ones? I def. need four boxes from 1 - 4 in the title. How can I change / add this?&#60;/p&#62;
&#60;p&#62;Hanniball
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "linking Icons"</title>
			<link>http://www.kriesi.at/support/topic/linking-icons#post-107912</link>
			<pubDate>Tue, 30 Apr 2013 04:54:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure which icons you mean. If you can edit the html source code directly you can wrap a href element around the icons ( &#60;a href=&#34;http://www.w3schools.com/tags/att_a_href.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/tags/att_a_href.asp&#60;/a&#62; ). If not, you can't make them clickable without the advanced editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitso on "linking Icons"</title>
			<link>http://www.kriesi.at/support/topic/linking-icons#post-107722</link>
			<pubDate>Mon, 29 Apr 2013 02:38:44 +0000</pubDate>
			<dc:creator>mohitso</dc:creator>
			<guid isPermaLink="false">107722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is  there any way to make the icons clickable without going into the editor?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "List of possible shortcode icons?"</title>
			<link>http://www.kriesi.at/support/topic/list-of-possible-shortcode-icons#post-106470</link>
			<pubDate>Sun, 21 Apr 2013 18:02:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that helps you as well Craig :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>craigstephen on "List of possible shortcode icons?"</title>
			<link>http://www.kriesi.at/support/topic/list-of-possible-shortcode-icons#post-106348</link>
			<pubDate>Sat, 20 Apr 2013 09:55:02 +0000</pubDate>
			<dc:creator>craigstephen</dc:creator>
			<guid isPermaLink="false">106348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your an absolute star Danica, was having the same issue with thumb previews, very hard to see.&#60;/p&#62;
&#60;p&#62;AMAZING!&#60;/p&#62;
&#60;p&#62;Craig
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "List of possible shortcode icons?"</title>
			<link>http://www.kriesi.at/support/topic/list-of-possible-shortcode-icons#post-106211</link>
			<pubDate>Fri, 19 Apr 2013 09:12:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Great thanks :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hupe-graphics on "List of possible shortcode icons?"</title>
			<link>http://www.kriesi.at/support/topic/list-of-possible-shortcode-icons#post-106163</link>
			<pubDate>Thu, 18 Apr 2013 21:00:08 +0000</pubDate>
			<dc:creator>hupe-graphics</dc:creator>
			<guid isPermaLink="false">106163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
because I wanted to have an overview of the available icons and they are really bad to preview using the file explorer (because of the color) I did a contact sheet with all delivered images on a dark background. Klick for bigger version.&#60;/p&#62;
&#60;p&#62;&#60;a href='http://img22.imageshack.us/img22/6936/iconsreplete.jpg'&#62;&#60;img src='http://imageshack.us/scaled/thumb/22/iconsreplete.jpg' /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Danica
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "List of possible shortcode icons?"</title>
			<link>http://www.kriesi.at/support/topic/list-of-possible-shortcode-icons#post-106064</link>
			<pubDate>Thu, 18 Apr 2013 10:36:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, but you can use your &#34;file explorer&#34; and the &#34;thumbnail view&#34; to preview all available icons. Open the wp-content\themes\replete\images\icons\iconbox\ folder - it contains all available icons and you can also add new icons to it (just upload/copy them into the folder).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Large Icons On Page"</title>
			<link>http://www.kriesi.at/support/topic/large-icons-on-page#post-106020</link>
			<pubDate>Thu, 18 Apr 2013 08:03:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">106020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Are you referring to this &#60;a href=&#34;http://demo.oboxsites.com/dynamo/files/2013/04/ecommerce-ready.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.oboxsites.com/dynamo/files/2013/04/ecommerce-ready.png&#60;/a&#62; ? If you are, then find some icons that are 150x150, and as the icon box instructions indicate &#34;You can add icons to this list by simply uploading new ones to your themes image folder (images/icons/iconbox). They will be displayed here automatically ;)&#34;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .iconbox_icon {
float: none;
}
#top .iconbox {
overflow: hidden;
padding-bottom: 10px;
text-align: center;
}
#top .iconbox_content {
overflow: hidden;
font-size: 1.2em;
line-height: 1.4em;
position:relative;
left:-10px
}
#top .iconbox .iconbox_content .iconbox_content_title {
font-size: 1.9em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code above will center everything same way as on that other website. Just make sure you upload the images to the folder in the 150px height and width.,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>craigstephen on "List of possible shortcode icons?"</title>
			<link>http://www.kriesi.at/support/topic/list-of-possible-shortcode-icons#post-105959</link>
			<pubDate>Wed, 17 Apr 2013 15:20:36 +0000</pubDate>
			<dc:creator>craigstephen</dc:creator>
			<guid isPermaLink="false">105959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where can I find a full list of icons that are usable within my theme?&#60;/p&#62;
&#60;p&#62;I know of only the ones used in the demo content - iPhone_4.png, Frames.png etc.&#60;/p&#62;
&#60;p&#62;Do you have a demo page of all icons?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "Large Icons On Page"</title>
			<link>http://www.kriesi.at/support/topic/large-icons-on-page#post-105829</link>
			<pubDate>Wed, 17 Apr 2013 06:42:21 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I modify the ICON BOX shortcodes feature in Propulsion so that the icons are much larger and center aligned like in this example: &#60;a href=&#34;http://goo.gl/v3pzS&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/v3pzS&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or is there another plugin you can recommend that does this?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Toggle Icon"</title>
			<link>http://www.kriesi.at/support/topic/toggle-icon#post-102627</link>
			<pubDate>Fri, 22 Mar 2013 12:22:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi timstrifler,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.toggle_icon .vert_icon, .toggle_icon .hor_icon {
border-color: #F00;
}
span.toggle_icon {
border-color: #F00;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit the color codes as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timstrifler on "Toggle Icon"</title>
			<link>http://www.kriesi.at/support/topic/toggle-icon#post-102461</link>
			<pubDate>Thu, 21 Mar 2013 16:34:02 +0000</pubDate>
			<dc:creator>timstrifler</dc:creator>
			<guid isPermaLink="false">102461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would love to make the toggle icons (+,-)  a different color without changing the color of all the borders. Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Add custom social media icons in Eunoia"</title>
			<link>http://www.kriesi.at/support/topic/add-custom-social-media-icons-in-eunoia#post-100837</link>
			<pubDate>Tue, 12 Mar 2013 13:48:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">100837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You could either edit the /includes/helper-social-media.php and rewrite portions of it... or you can install a plugin such as &#60;a href=&#34;http://wordpress.org/extend/plugins/slick-social-share-buttons/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/slick-social-share-buttons/&#60;/a&#62; and create a shortcode for the social media service you want and add it to the theme header.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>krystobal on "Add custom social media icons in Eunoia"</title>
			<link>http://www.kriesi.at/support/topic/add-custom-social-media-icons-in-eunoia#post-100567</link>
			<pubDate>Mon, 11 Mar 2013 12:27:07 +0000</pubDate>
			<dc:creator>krystobal</dc:creator>
			<guid isPermaLink="false">100567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greetings!&#60;/p&#62;
&#60;p&#62;I searched for a previous thread talking about this matter and I found this one for Angular: &#60;a href=&#34;http://www.kriesi.at/support/topic/add-more-social-media-icons-to-header&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/add-more-social-media-icons-to-header&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I might be mistaken but the method seems to be different for Eunoia though.&#60;/p&#62;
&#60;p&#62;Could you give me some pointers on how to achieve that?&#60;br /&#62;
Thank you in advance for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
