<?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 - User Favorites: DrCLWorldWide</title>
		<link><a href='http://www.kriesi.at/support/profile/drclworldwide'>drclworldwide</a></link>
		<description>Support Forum - User Favorites: DrCLWorldWide</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 04:49:55 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94890</link>
			<pubDate>Mon, 04 Feb 2013 01:53:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi luvhood,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content/themes/replete/includes/helper-social-media.php and find this line of code (line 63):&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;br /&#62;
and replace it with:&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94889</link>
			<pubDate>Mon, 04 Feb 2013 01:51:58 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">94889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Hey luvhood,&#60;/strong&#62; good thread post as I was just thinking about how to add a new social icon. &#60;/p&#62;
&#60;p&#62;However, to have your social icons in a new window has already been answered&#60;br /&#62;
@ &#60;a href=&#34;http://www.kriesi.at/support/topic/social-media-icons-how-to-open-in-a-new-window&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/social-media-icons-how-to-open-in-a-new-window&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is the second post down by &#60;strong&#62;Devin&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94887</link>
			<pubDate>Mon, 04 Feb 2013 01:31:31 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">94887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, it works now. How do we get all social media links to open in a new tab/window rather than making the user leave the site? Thanks GUYS!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94853</link>
			<pubDate>Sun, 03 Feb 2013 20:08:01 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Lets start from the beginning. You didn't insert the instagram in all the required places in the back-end most likely, and this is the problem..&#60;/p&#62;
&#60;p&#62;Please replace everything, so we can be 100% sure we got it all.&#60;/p&#62;
&#60;p&#62;1) CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks_instagram a{ background: transparent url(../images/icons/icon-instagram.png) center 0px  no-repeat;}

#top .social_bookmarks_instagram:hover a, body .social_bookmarks_instagram .css_3_hover {background-position: center -43px ; background-color:#12a5f4; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) /includes/helper-social-media.php line 52 you add (no delete)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case &#38;#39;instagram&#38;#39;:&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) /includes/admin/register-admin-options.php line 90 you  (don't delete line 90 just push one line down and paste it there&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(&#38;#39;social_icon&#38;#39;=&#38;gt;&#38;#39;instagram&#38;#39;, &#38;#39;social_icon_link&#38;#39;=&#38;gt;&#38;#39;http://YOUR-INSTAGRAM-URL.com&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please remember to keep everything, everywhere in small letters including the instagram I in the file name. No capitals.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94735</link>
			<pubDate>Sun, 03 Feb 2013 05:32:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Everything is OK except for the instagram icon you provided. Please download this file (&#60;a href=&#34;http://www.mediafire.com/view/?gerybh3hg9hlybi&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/view/?gerybh3hg9hlybi&#60;/a&#62;) and replace the icon you have. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94559</link>
			<pubDate>Fri, 01 Feb 2013 19:34:16 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">94559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok so this is crazy. IF I select the Instagram icon in the THeme Options, what shows on the site is a gray box and the camera shows when hovering over it. IF i DESELECT the Instagram icon in the Theme Options, what shows is a gray box and it turns red when hovering. I don't see anything wrong with our settings, double and triple checked them. why can't the camera show on static page and then red when hovering???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94554</link>
			<pubDate>Fri, 01 Feb 2013 18:21:22 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">94554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, we now have the color working when hovering--it changes to Red. but I still cannot see the camera icon. I have confirmed that the capitalization is consistent with the other social media icons in all place.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-94022</link>
			<pubDate>Tue, 29 Jan 2013 23:56:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, that makes sense. The ID is going to change depending on the database :)&#60;/p&#62;
&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93930</link>
			<pubDate>Tue, 29 Jan 2013 15:12:20 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Thank you very much!  Works Perfectly&#60;/strong&#62; (no !important property).&#60;/p&#62;
&#60;p&#62;The only thing I had to change (for somebody else who may be searching).  &#60;/p&#62;
&#60;p&#62;The ID &#60;strong&#62;&#34;11305&#34;&#60;/strong&#62; for some reason is &#60;strong&#62;&#34;12517&#34;&#60;/strong&#62; in my site's newer version.  So just a reference to anyone to check if you need this customization. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;~Thanks Devin!&#60;/strong&#62;&#60;br /&#62;
Appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93732</link>
			<pubDate>Mon, 28 Jan 2013 16:09:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I didn't see the css when inspecting the page, but try the following as well:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-11305 h2.post-title {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If that doesn't work, leave it in the Quick CSS or custom.css file so that I can see whats interfering it with it. I'd rather not use !important but you can also force it if you'd like with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-11305 h2.post-title {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93527</link>
			<pubDate>Sat, 26 Jan 2013 18:38:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) Please delete the line you've added to style.css&#60;/p&#62;
&#60;p&#62;2) Please delete (besides the line that was originally there on top) the content of your custom.css and replace them with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks_instagram a {
	background:transparent url(http://www.luvhoodparis.com/wp-content/themes/replete/images/icons/icon-instagram.png) center 0px no-repeat;
}
#top .social_bookmarks_instagram:hover a,#top .social_bookmarks_instagram .css_3_hover {
	background-position:center -43px;
	background-color: #12a5f4;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Please change the class name where you made the edit Devin originally showed you, but keep in mind that everything is case sensative and you use some capital I and other small i. In places where you see Facebook capitalize, that's where you do it as well, otherwise &#60;/p&#62;
&#60;p&#62;The problem you are having is that you are using inconsistent capitalization in case sensitive areas. So if you should be using small letter i in instagram in all locations except the one where the other social media services are also capitalized.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93460</link>
			<pubDate>Fri, 25 Jan 2013 20:11:32 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">93460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, we finally got the icon for instagram to show on the side of the site with the others BUT, it does not show the icon unless you hover over it. if not, you only see the small gray box. Also, it does not change colors like the others when you do hover over it and it is not perfectly centered. hopefully the last questions on this!!! &#60;/p&#62;
&#60;p&#62;much thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93454</link>
			<pubDate>Fri, 25 Jan 2013 17:45:58 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure @ &#60;a href=&#34;http://drcl.org/blog/&#34; rel=&#34;nofollow&#34;&#62;http://drcl.org/blog/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;This link is the blogroll page.&#60;/p&#62;
&#60;p&#62;The screenshot is particularly of the post at the very bottom of the blogroll page.  &#60;/p&#62;
&#60;p&#62;I am using the same template in a different directory to build a different style of this site and adding the store items to it, which will eventually replace the root site.  &#60;/p&#62;
&#60;p&#62;I tried the css code you gave me on both versions and neither did work.&#60;br /&#62;
If you need some logins I can give them to you for the newer site I am working on. &#60;/p&#62;
&#60;p&#62;Appreciate your help, Devin! &#60;/p&#62;
&#60;p&#62;~Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93444</link>
			<pubDate>Fri, 25 Jan 2013 16:32:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You need to install a better wordpress editor plugin. The reason you can't edit via ftp is that your ftp user is not a member of your wordpress group probably which is normally done for security... only the other way around. So that if someone breaks into your wordpress they wont be able to install anything without knowing your ftp password too. Contact your host and tell them to add you to the group, because someone made a mistake with permissions. &#60;/p&#62;
&#60;p&#62;But in any case, you can install either &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-editor/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-editor/&#60;/a&#62; or &#60;a href=&#34;http://wordpress.org/extend/plugins/advanced-code-editor/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/advanced-code-editor/&#60;/a&#62; plugin, and in Admin just go where you would normally edit files, and one of the two (sorry i forget which one) actually shows a folder structure and lets you create folders as well ... so you can navigate to the css folder and open custom.css. Wordpress editor is strange and  I dont know how it decides which files to show.&#60;/p&#62;
&#60;p&#62;However, You can also just drop your css into Quick CSS located in the admin area Replete &#38;gt; Theme Options &#38;gt; Styling ... the text area on the bottom of the page. It will get injected right into the page but before custom.css (which is ok since yours is empty anyways)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93413</link>
			<pubDate>Fri, 25 Jan 2013 15:05:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you link directly to the page you referenced in your screenshot?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93330</link>
			<pubDate>Fri, 25 Jan 2013 00:45:40 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Really appreciate the help Devin, however that didn't work. &#60;/p&#62;
&#60;p&#62;Here's what I tried....&#60;br /&#62;
I tried the code you gave me through the wordpress admin @ Replete &#38;gt; Theme Options &#38;gt; Styling &#38;gt; Quick CSS&#60;br /&#62;
I also tried the code you gave me through the custom.css @ replete/css/custom.css&#60;br /&#62;
I also tried the !important property and that didn't help.&#60;br /&#62;
I also checked the &#34;blog&#34; page id to make sure it was the same one in the css code you gave me and it is. &#60;/p&#62;
&#60;p&#62;So I'm still not sure what to do.  &#60;/p&#62;
&#60;p&#62;In the meanwhile I'm no guru, but I search out everything to learn on my own as well.  Everything I found for &#34;Page Specific CSS&#34; hasn't helped either.  I found some other articles doing this through php, but newbie here at any php, lol.&#60;/p&#62;
&#60;p&#62;Any other solution?&#60;br /&#62;
-Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93305</link>
			<pubDate>Thu, 24 Jan 2013 21:43:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You need to check the file permission for your custom.css. Login to your cpanel and check the file permission for custom.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93290</link>
			<pubDate>Thu, 24 Jan 2013 19:28:55 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">93290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for that info. we were able to do all of that except edit &#34;custom.css&#34;. The only CSS I seem to have access to edit is &#34;style.css&#34;, but that's not working. How do we get into custom.css? It's saying we're not allowed to edit that when I try to open it on a text editor from the FT, and it does not come up as an option to edit on the Wordpress Appearance dashboard. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93277</link>
			<pubDate>Thu, 24 Jan 2013 17:33:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DrCLWorldWide,&#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;#top.page-id-11305 .post-title {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will only apply to the page you have selected as the Blog page right now as it targets that pages ID as the class. But it should do what you are looking for.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93241</link>
			<pubDate>Thu, 24 Jan 2013 14:51:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi luvhood,&#60;/p&#62;
&#60;p&#62;First add the following to your Quick CSS or custom.css replacing the generic name with your new icon name:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks_socialiconname a{	background: transparent url(../images/icons/icon-socialiconname.png) 	  center 0px  no-repeat;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then, add the icon for your new social icon in to the themes images&#38;gt;icons folder and name it icon-socialiconname.png (replacing the generic name with whatever you are adding.)&#60;/p&#62;
&#60;p&#62;Now the theme knows what to do with an icon selection of this choice so you need to add it as a selectable option in the theme options. Open up includes&#38;gt;admin&#38;gt;register-admin-options.php and loop for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;Behance&#38;#39; 	=&#38;gt; &#38;#39;behance&#38;#39;,
&#38;#39;Dribbble&#38;#39; 	=&#38;gt; &#38;#39;dribbble&#38;#39;,
&#38;#39;Facebook&#38;#39; 	=&#38;gt; &#38;#39;facebook&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To the top of that array you'll add your new icon like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;SocialIconName&#38;#39; =&#38;gt; &#38;#39;socialiconname&#38;#39;,
&#38;#39;Behance&#38;#39; 	=&#38;gt; &#38;#39;behance&#38;#39;,
&#38;#39;Dribbble&#38;#39; 	=&#38;gt; &#38;#39;dribbble&#38;#39;,
&#38;#39;Facebook&#38;#39; 	=&#38;gt; &#38;#39;facebook&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Save the file back on your server and you should now be able to select it, add the URL and the icon you added in with the css will show up for it.&#60;/p&#62;
&#60;p&#62;If it doesn't make sure you have used the same exact name in the css as you have in the new item in the array.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93126</link>
			<pubDate>Thu, 24 Jan 2013 03:31:02 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Screenshot Example.. @ &#60;a href=&#34;http://i.imgur.com/CwUV5.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/CwUV5.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;The title there I want to remove, but still want the title on the individual post itself to remain.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Main Titles on Blogroll Page Only?"</title>
			<link>http://www.kriesi.at/support/topic/disable-main-titles-on-blogroll-page-only#post-93113</link>
			<pubDate>Thu, 24 Jan 2013 02:37:37 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">93113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I must say after getting more a handle on this Replete theme... It is absolutely wonderful!  Definitely recommended it to anyone viewing :) &#60;/p&#62;
&#60;p&#62;I wanted to know where can I disable the page titles on the blogroll page?  I want the page titles displayed on the single post item itself, but on the blogroll page, the title is there as well, right before the excerpt.  I want to disable the title above that excerpt and move the text up (getting the white space out where the title would normally be). &#60;/p&#62;
&#60;p&#62;I checked and checked but I don't see an individual place where I can do this.  Any code I can place for this to be done? &#60;/p&#62;
&#60;p&#62;Thanks! Best wishes!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Adding Social Media icon to Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-93062</link>
			<pubDate>Wed, 23 Jan 2013 18:38:11 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">93062@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can you please tell me how to add more social media icons/links to Replete? would like to add Instagram. thanks&#60;/p&#62;
&#60;p&#62;(Edit Nick: The answer can be found here &#60;a href=&#34;http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94853)&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/adding-social-media-icon-to-replete-theme#post-94853)&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Custom Excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/disable-custom-excerpt#post-90639</link>
			<pubDate>Tue, 08 Jan 2013 19:35:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you have it solved now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Custom Excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/disable-custom-excerpt#post-90592</link>
			<pubDate>Tue, 08 Jan 2013 16:04:58 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">90592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;SOLVED: &#60;/p&#62;
&#60;p&#62;Hey Devin, thanks for your reply... &#60;/p&#62;
&#60;p&#62;I just installed the plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/auto-excerpt-everywhere/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/auto-excerpt-everywhere/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;This took care of my problem.  This has allowed me to enter what text I choose in the Excerpt area and it shows up in my main blog roll page.  Then I can also put my social share links in that excerpt as well.  &#60;/p&#62;
&#60;p&#62;Screenshot for example @ &#60;a href=&#34;http://i.imgur.com/CwUV5.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/CwUV5.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Maybe seeing the screenshot as well will give some idea as to what I was meaning too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable Custom Excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/disable-custom-excerpt#post-90557</link>
			<pubDate>Tue, 08 Jan 2013 14:20:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DrCLWorldWide,&#60;/p&#62;
&#60;p&#62;The only thing I can think of is that the plugin you are using would need to be modified or changed to also effect the excerpt area. You can contact the theme author and see if the plugin files can be easily modified to add the plugins functionality to other editors besides the main.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Custom Excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/disable-custom-excerpt#post-90453</link>
			<pubDate>Mon, 07 Jan 2013 23:29:56 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">90453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ismael, thanks for your reply!  &#60;/p&#62;
&#60;p&#62;Yes, I understand I can use the more tag, however that's part of the problem.  The more tag shows all of the content before the the more tag when the blog is view on the main blog page.  The problem is that I have design elements and columns that show up in the excerpt that I don't want to show up. This is why I need to make my own excerpt.  &#60;/p&#62;
&#60;p&#62;Here is a screenshot for example @ &#60;a href=&#34;http://i.imgur.com/mPC4w.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/mPC4w.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;You will see in the screenshot a fancy goldish divider bar I made.  Well, that I don't want to show up in the excerpt.  I want to show specific text I choose of that particular post and then add manually a shortcode I have made for the social sharing buttons of that particular post.  &#60;/p&#62;
&#60;p&#62;Thanks for any help you can give me man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Disable Custom Excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/disable-custom-excerpt#post-90445</link>
			<pubDate>Mon, 07 Jan 2013 22:32:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I haven't tried the plugin that you mention but you can use  &#38;lt;!-- more --&#38;gt; tag to control the excerpt and avoid showing the full posts.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noahj on "Disable Custom Excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/disable-custom-excerpt#post-90443</link>
			<pubDate>Mon, 07 Jan 2013 22:05:48 +0000</pubDate>
			<dc:creator>Noahj</dc:creator>
			<guid isPermaLink="false">90443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello... I'm having a problem with custom excerpts.. &#60;/p&#62;
&#60;p&#62;What I want is my &#34;custom excerpt&#34; area to utilize my tinymce [kitchen sink] buttons so I can input various shortcodes as needed. &#60;/p&#62;
&#60;p&#62;I have been using the &#34;custom excerpt editor&#34; of this plugin @ &#60;a href=&#34;http://wordpress.org/extend/plugins/ultimate-tinymce/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/ultimate-tinymce/&#60;/a&#62; which I would be ideal to use in Replete for me, if easily possible.&#60;/p&#62;
&#60;p&#62;What I ultimately want is my blog page to have the &#34;custom excerpts&#34; shown rather than the full post that replete shows or the &#34;read more&#34; tag usage all while using my shortcodes. &#60;/p&#62;
&#60;p&#62;I'm not sure which would be easier.. to disable the custom excerpt of Replete or somehow add the functionality of the ultimate tinymce custom excerpt into the custom excerpt of Replete.  &#60;/p&#62;
&#60;p&#62;Any help is GREATLY appreciated!&#60;br /&#62;
~Thanks in advanced gurus, Happy 2013
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
