<?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: aricci</title>
		<link><a href='http://www.kriesi.at/support/profile/aricci'>aricci</a></link>
		<description>Support Forum - User Favorites: aricci</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 07:30:47 +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>Nick on "How to display more text below large gallery image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-more-text-below-large-gallery-image#post-69490</link>
			<pubDate>Sun, 05 Aug 2012 23:53:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">69490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aricci,&#60;/p&#62;
&#60;p&#62;I apologize for the delay in answering you. &#60;/p&#62;
&#60;p&#62;This is going to be a two part edit. You will first need to find the jquery.prettyPhoto.js file located in the js/prettyPhoto folder within your theme. Make a copy of the jquery.prettyPhoto.js file in case a mistake is made so that you can use it as a backup. &#60;/p&#62;
&#60;p&#62;Then open the jquery.prettyPhoto.js and find the following on line 9:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;ppt&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt; \&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What you are going have to do, is cut (ctrl-x on Windows)  the code above, then paste it (ctrl-v) right *after* the following code which is on line 33, just below in the same jquery.prettyPhoto.js file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p class=&#38;quot;pp_description&#38;quot;&#38;gt;&#38;lt;/p&#38;gt; \&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When you are finished with moving the line of code described above, the code below is how jquery.prettyPhoto.js should look from line 8 to 35:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;(function($){$.prettyPhoto={version:&#38;#39;3.1.3&#38;#39;};$.fn.prettyPhoto=function(pp_settings){pp_settings=jQuery.extend({animation_speed:&#38;#39;fast&#38;#39;,slideshow:5000,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:&#38;#39;/&#38;#39;,theme:&#38;#39;pp_default&#38;#39;,horizontal_padding:20,hideflash:false,wmode:&#38;#39;opaque&#38;#39;,autoplay:true,modal:false,deeplinking:true,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},ie6_fallback:true,markup:&#38;#39;&#38;lt;div class=&#38;quot;pp_pic_holder&#38;quot;&#38;gt; \
      &#38;lt;div class=&#38;quot;pp_top&#38;quot;&#38;gt; \
       &#38;lt;div class=&#38;quot;pp_left&#38;quot;&#38;gt;&#38;lt;/div&#38;gt; \
       &#38;lt;div class=&#38;quot;pp_middle&#38;quot;&#38;gt;&#38;lt;/div&#38;gt; \
       &#38;lt;div class=&#38;quot;pp_right&#38;quot;&#38;gt;&#38;lt;/div&#38;gt; \
      &#38;lt;/div&#38;gt; \
      &#38;lt;div class=&#38;quot;pp_content_container&#38;quot;&#38;gt; \
       &#38;lt;div class=&#38;quot;pp_left&#38;quot;&#38;gt; \
       &#38;lt;div class=&#38;quot;pp_right&#38;quot;&#38;gt; \
        &#38;lt;div class=&#38;quot;pp_content&#38;quot;&#38;gt; \
         &#38;lt;div class=&#38;quot;pp_loaderIcon&#38;quot;&#38;gt;&#38;lt;/div&#38;gt; \
         &#38;lt;div class=&#38;quot;pp_fade&#38;quot;&#38;gt; \
          &#38;lt;a href=&#38;quot;#&#38;quot; class=&#38;quot;pp_expand&#38;quot; title=&#38;quot;Expand the image&#38;quot;&#38;gt;Expand&#38;lt;/a&#38;gt; \
          &#38;lt;div class=&#38;quot;pp_hoverContainer&#38;quot;&#38;gt; \
           &#38;lt;a class=&#38;quot;pp_next&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;next&#38;lt;/a&#38;gt; \
           &#38;lt;a class=&#38;quot;pp_previous&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;previous&#38;lt;/a&#38;gt; \
          &#38;lt;/div&#38;gt; \
          &#38;lt;div id=&#38;quot;pp_full_res&#38;quot;&#38;gt;&#38;lt;/div&#38;gt; \
          &#38;lt;div class=&#38;quot;pp_details&#38;quot;&#38;gt; \
           &#38;lt;div class=&#38;quot;pp_nav&#38;quot;&#38;gt; \
            &#38;lt;a href=&#38;quot;#&#38;quot; class=&#38;quot;pp_arrow_previous&#38;quot;&#38;gt;Previous&#38;lt;/a&#38;gt; \
            &#38;lt;p class=&#38;quot;currentTextHolder&#38;quot;&#38;gt;0/0&#38;lt;/p&#38;gt; \
            &#38;lt;a href=&#38;quot;#&#38;quot; class=&#38;quot;pp_arrow_next&#38;quot;&#38;gt;Next&#38;lt;/a&#38;gt; \
           &#38;lt;/div&#38;gt; \
           &#38;lt;p class=&#38;quot;pp_description&#38;quot;&#38;gt;&#38;lt;/p&#38;gt; \
           &#38;lt;div class=&#38;quot;ppt&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt; \
           &#38;lt;div class=&#38;quot;pp_social&#38;quot;&#38;gt;{pp_social}&#38;lt;/div&#38;gt; \
           &#38;lt;a class=&#38;quot;pp_close&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;Close&#38;lt;/a&#38;gt; \&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now save the jquery.prettyPhoto.js file.&#60;/p&#62;
&#60;p&#62;Part 2.&#60;/p&#62;
&#60;p&#62;Add the following code to the Quick CSS box in Abundance theme options, under the Styling tab:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div.pp_default .pp_description{font-size:12px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_content .ppt{color:#777;font-size:11px;font-weight:700;text-indent:80px;line-height:14px;margin:15px 0px 0px 0}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the text-indent as well as other options in the two lines above to alter the styling. The first line will change the way the title is displayed , and the second line will alter the styling of the Alternate field below it.&#60;/p&#62;
&#60;p&#62;I've tested the above, and all works in 6 browser engines.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aricci on "How to display more text below large gallery image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-more-text-below-large-gallery-image#post-67595</link>
			<pubDate>Wed, 25 Jul 2012 16:17:58 +0000</pubDate>
			<dc:creator>aricci</dc:creator>
			<guid isPermaLink="false">67595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;In a *gallery* the caption and description don't appear anywhere. The thumbnail hover tooltip shows the title and the enlarged image shows the alt text above (in the black background) and the title text below (on the white popup background). Can I get the description to be displayed below the title in the enlarged image or move the alt text down below the title? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to display more text below large gallery image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-more-text-below-large-gallery-image#post-67318</link>
			<pubDate>Tue, 24 Jul 2012 06:29:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Afaik Abundance supports the title and description field. The description is used as alt text of an image and will appear in the tooltip box which appears when you hover over an image. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aricci on "How to display more text below large gallery image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-more-text-below-large-gallery-image#post-66453</link>
			<pubDate>Thu, 19 Jul 2012 00:26:19 +0000</pubDate>
			<dc:creator>aricci</dc:creator>
			<guid isPermaLink="false">66453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm using the Adundance theme. How can I display more text at the bottom of an enlarged gallery image but not below the thumbnail? It already displays the 'Title' text from the media library but I also need additional text and would like it to be styled differently from the title. Can the description be displayed? If possible I'd also like all that text to display in the text box that pops up when you hover over the thumbnail, but I think only the title text shows there, right?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aricci on "adjust slider width and add static text next to it"</title>
			<link>http://www.kriesi.at/support/topic/adjust-slider-width-and-add-static-text-next-to-it#post-62469</link>
			<pubDate>Wed, 27 Jun 2012 15:37:03 +0000</pubDate>
			<dc:creator>aricci</dc:creator>
			<guid isPermaLink="false">62469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael. I may try this in the future. In the meantime I added the text to the slideshow image and used the slideshow at it's full width. That makes the image files bigger so your solution is probably better for faster load time.&#60;/p&#62;
&#60;p&#62;Really appreciate your support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "adjust slider width and add static text next to it"</title>
			<link>http://www.kriesi.at/support/topic/adjust-slider-width-and-add-static-text-next-to-it#post-62107</link>
			<pubDate>Tue, 26 Jun 2012 02:07:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;On your custom.css, put this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.container.slideshow_big {
padding: 23px 23px 0 23px;
width: 703px;
margin: 0 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open functions.php, find this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);		// big images for fullsize pages and fullsize 2D &#38;amp; 3D slider&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;703, &#38;#39;height&#38;#39;=&#38;gt;340);		// big images for fullsize pages and fullsize 2D &#38;amp; 3D slider&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then you can open header.php and find this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//display slideshow big if one is available
				if(!empty($avia_config[&#38;#39;slide_output&#38;#39;])) echo &#38;quot;&#38;lt;div class=&#38;#39;container slideshow_big&#38;#39;&#38;gt;&#38;quot;.$avia_config[&#38;#39;slide_output&#38;#39;].&#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Create a new div below containing the static text and the image. I guess you need to style it with an absolute position. Or place it inside the slideshow_big container.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aricci on "adjust slider width and add static text next to it"</title>
			<link>http://www.kriesi.at/support/topic/adjust-slider-width-and-add-static-text-next-to-it#post-61813</link>
			<pubDate>Sat, 23 Jun 2012 00:56:13 +0000</pubDate>
			<dc:creator>aricci</dc:creator>
			<guid isPermaLink="false">61813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anyone give me a clue how to get text next to the slideshow (not in a sidebar)?&#60;/p&#62;
&#60;p&#62;I'd really appreciate it assistance, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aricci on "adjust slider width and add static text next to it"</title>
			<link>http://www.kriesi.at/support/topic/adjust-slider-width-and-add-static-text-next-to-it#post-61574</link>
			<pubDate>Fri, 22 Jun 2012 02:35:59 +0000</pubDate>
			<dc:creator>aricci</dc:creator>
			<guid isPermaLink="false">61574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On abundance frontpage, I want to put static text and a small unlinked image to the right of the slider. It needs to be only as tall as the slider,  362px tall, not a full length sidebar. The text would replace the three featured category image links that were there initially (if I remember right). Content underneath the slider and text will be full width, no sidebars. The slideshow is set to  'fade slider (size depends on page layout)' and the images that go in there are 703 px wide.&#60;/p&#62;
&#60;p&#62;Can you help me get text next to the slider please?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-45892</link>
			<pubDate>Mon, 12 Mar 2012 18:08:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Oliverjw,&#60;/p&#62;
&#60;p&#62;I'm sorry I was not clear on my user level statement, what I mean is the basics of using search, cut, paste and generally navigating documents. &#60;/p&#62;
&#60;p&#62;As I said, I've not worked with the cufon plugin before, so I don't know what abilities it will give you to modify the font of the Main Menu and Sub Menus. &#60;/p&#62;
&#60;p&#62;The theme only has built in support to modify the font of the Headings (with the Heading Font dropdown), however you can add font-family attributes to the specific items you would like to modify. &#60;/p&#62;
&#60;p&#62;Here is the css you will need to add to your Quick CSS and modify to suit your needs:&#60;/p&#62;
&#60;p&#62;Step 1 ) Open the Corona Theme options&#60;br /&#62;
Step 2) Click on the Styling button to open the Styling options&#60;br /&#62;
Step 3) Scroll down to the bottom of those options where you will find the Quick CSS text input. This is where you will need to paste the options below and subsequently change them.&#60;br /&#62;
Step 4) Copy the following CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .menu{
font-family:&#38;#39;Times New Roman&#38;#39;,Georgia,Serif;
}&#60;/code&#62;&#60;/pre&#62;
.submenu .menu li{&#60;br /&#62;
font-family:'Times New Roman',Georgia,Serif;&#60;br /&#62;
}`&#60;/p&#62;
&#60;p&#62;Step 5) Paste the CSS into your Quick CSS input area and then Save all changes so the new attributes are not lost.&#60;br /&#62;
Step 6) Remove the &#34;Times New Roman,Georgia,Serif&#34; and replace it with the font you want.&#60;/p&#62;
&#60;p&#62;Here is a link to some web safe fonts with the proper css for them: &#60;a href=&#34;http://www.fonttester.com/web_safe_fonts.html&#34; rel=&#34;nofollow&#34;&#62;http://www.fonttester.com/web_safe_fonts.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-45725</link>
			<pubDate>Sun, 11 Mar 2012 14:55:56 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">45725@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Once again my question hasn't been answered. This is beyond exasperation now but I'll repeat it:&#60;/p&#62;
&#60;p&#62;Please could you tell me, from start to finish, how to change the Main and Sub-menu fonts.&#60;/p&#62;
&#60;p&#62;I have managed to add my new font into the admin panel, with out writing 'cufon' anywhere, like Dude instructed. Do not rush through this. check the history of this discussion and you'll see there are gaps in the advice and the instructions are simply not clear. Your response was curteous but defensive nonetheless - most importantly, you didn't help with my question:&#60;/p&#62;
&#60;p&#62;Please could you tell me, from start to finish, how to change the Main and Sub-menu fonts?&#60;/p&#62;
&#60;p&#62;I have every confidence in your technical abilities - I'm absolutely sure you all know what you're doing when it comes to computers. It's just when it comes to customer service and communication that you fall drastically short.&#60;/p&#62;
&#60;p&#62;&#34;Unfortunately there is a certain level of experience that we have to assume users have&#34; - what level of experience exactly? And why was this condition not in the advertisement for the template? This is a rhetorical question. Because I know that what you're really saying is that you can't be bothered to communicate in clear, step by step terms.&#60;/p&#62;
&#60;p&#62;Please could you tell me, from start to finish, how to change the Main and Sub-menu fonts?&#60;/p&#62;
&#60;p&#62;Please do not respond to anything here other than my question. &#60;/p&#62;
&#60;p&#62;Please could you tell me, from start to finish, how to change the Main and Sub-menu fonts?&#60;/p&#62;
&#60;p&#62;O
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-44770</link>
			<pubDate>Mon, 05 Mar 2012 20:38:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">44770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Oliverjw,&#60;/p&#62;
&#60;p&#62;Unfortunately there is a certain level of experience that we have to assume users have. If you aren't comfortable with things like editing a php file with copy+paste and then re-uploading the document with ftp it can be very difficult to break down the process into an even more simple level.&#60;/p&#62;
&#60;p&#62;What you are doing with Dude's instructions is telling Corona to include your font name into the admin panel so that you can choose it using the dropdown menu. To do that, you have to modify the register-admin-options.php file. Right around line 165 is the end of that list of fonts already included. You will be putting your custom font there. &#60;/p&#62;
&#60;p&#62;If that is still too complicated, you can tell me the name of the font you added into your fonts folder and I will give you the exact line to paste into that list.&#60;/p&#62;
&#60;p&#62;As for the cufon plugin, I have no experience using it so I can't provide any support for its use.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-44521</link>
			<pubDate>Sat, 03 Mar 2012 14:21:16 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">44521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've used the cufon plugin to change the font of the Headings for my main body text, using youtube tutorials. &#60;/p&#62;
&#60;p&#62;I gave up on your advice as it had gaps in it - you assume the user is familiar with many things.&#60;/p&#62;
&#60;p&#62;I'm very disappointed with this forum. I get the sense that you are simply pasting generic advice. If you look to the top of this discussion you'll see questions that you you have not even attempted to answer.&#60;/p&#62;
&#60;p&#62;...&#60;/p&#62;
&#60;p&#62;Please could you tell me, from start to finish, how to change the Main and Sub-menu fonts. &#60;/p&#62;
&#60;p&#62;(If you are in a great hurry and are not interested in answering this question please allow one of your colleagues who is interested.)&#60;/p&#62;
&#60;p&#62;Incidentally, can I do this using the cufon plugin?  &#60;/p&#62;
&#60;p&#62;Oliver
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-43813</link>
			<pubDate>Tue, 28 Feb 2012 11:27:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please download register-admin-options.php to your local hard drive (if you use filezilla you can simply drag'n'drop it to the desktop). Then use any text editor to open up the file (I recommend the standard windows text editor or Dreamweaver or the free Notepad++ but not Microsoft Word because it tries to format the code as text). Then make a text search (every tool offers different options - most times you can go to &#34;Edit &#38;gt; Search or Edit &#38;gt; Search &#38;amp; Replace). If you've found 'no custom font' in the file add your font directly after the line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;Vollkorn&#38;#39;=&#38;gt;&#38;#39;vollkorn__1.3&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of Vollkorn/vollkorn insert your font name. Then save the file and drag'n'drop it into the corona\includes\admin folder on your server. Filezilla will ask you to overwrite the current file - click &#34;yes&#34;. That's it. Now you can select the new font in the admin panel.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-43747</link>
			<pubDate>Mon, 27 Feb 2012 21:49:41 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">43747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I downloaded Filezilla and I got as far as &#34; navigate to wp-content/themes/corona\includes\admin\register-admin-options.php.&#34;&#60;/p&#62;
&#60;p&#62;However, then you instruct &#34;search for following code&#34; - how is that done?? I see no option for opening this file and searching around it as though it were any normal kind of file.&#60;/p&#62;
&#60;p&#62;I can't emphasis enough - Layman.&#60;/p&#62;
&#60;p&#62;Sorry to be so direct, but really I've had quite enough of 'support' and online tutorials that talk about this as though it's all so obvious. &#60;/p&#62;
&#60;p&#62;I need a step by step guide - for a layman. As I'm sure thousands of others do. &#60;/p&#62;
&#60;p&#62;I feel that the template was advertised with the impression that changing fonts was easy.&#60;/p&#62;
&#60;p&#62;To paraphrase Denzel Washington in the movie Philadelphia -  &#34;talk to me like I'm a five year old&#34;. &#60;/p&#62;
&#60;p&#62;If I knew what I was doing already I wouldn't be using the support forum. &#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;O
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-43728</link>
			<pubDate>Mon, 27 Feb 2012 19:38:22 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">43728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks. Will look into that and give it a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-43634</link>
			<pubDate>Mon, 27 Feb 2012 13:04:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you need to use a ftp software like filezilla - use your ftp login credentials to access the server and navigate to wp-content/themes/corona\includes\admin\register-admin-options.php. Then modify the file like instructed above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-43541</link>
			<pubDate>Sun, 26 Feb 2012 15:31:56 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">43541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;Thanks for replying but I'm left with the exact same problem: &#60;/p&#62;
&#60;p&#62;What and where is this mysterious &#34;includes&#34;? I've clicked on every button looking for it.&#60;/p&#62;
&#60;p&#62;I want to change the Heading text and the Main Body text. &#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;O
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-42891</link>
			<pubDate>Wed, 22 Feb 2012 07:59:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Open up corona\includes\admin\register-admin-options.php and search for following code - add your font to it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;subtype&#38;quot; =&#38;gt; array(	&#38;#39;no custom font&#38;#39;=&#38;gt;&#38;#39;&#38;#39;,
				            					&#38;#39;Arvo&#38;#39;=&#38;gt;&#38;#39;arvo__1.3&#38;#39;,
				            					&#38;#39;Bevan&#38;#39;=&#38;gt;&#38;#39;bevan__1.3&#38;#39;,
				            					&#38;#39;Cantarell&#38;#39;=&#38;gt;&#38;#39;cantarell__1.3&#38;#39;,
				            					&#38;#39;Cardo&#38;#39;=&#38;gt;&#38;#39;cardo__1.3&#38;#39;,
				            					&#38;#39;Droid Sans&#38;#39;=&#38;gt;&#38;#39;droidsans__1.3&#38;#39;,
				            					&#38;#39;Inconsolata&#38;#39;=&#38;gt;&#38;#39;inconsolata__1.3&#38;#39;,
				            					&#38;#39;Josefin All Characters&#38;#39;=&#38;gt;&#38;#39;josefine__1.3&#38;#39;,
				            					&#38;#39;Josefin Common Characters&#38;#39;=&#38;gt;&#38;#39;josefine_small__1.3&#38;#39;,
				            					&#38;#39;Kreon&#38;#39;=&#38;gt;&#38;#39;kreon__1.3&#38;#39;,
				            					&#38;#39;Lobster&#38;#39;=&#38;gt;&#38;#39;lobster__1.3&#38;#39;,
				            					&#38;#39;Molengo&#38;#39;=&#38;gt;&#38;#39;molengo__1.3&#38;#39;,
				            					&#38;#39;Oswald&#38;#39;=&#38;gt;&#38;#39;oswald__1.3&#38;#39;,
				            					&#38;#39;Reenie Beanie&#38;#39;=&#38;gt;&#38;#39;reeniebeanie__1.6&#38;#39;, //number attached is a font size modifier for very small fonts ( * 1.4)
				            					&#38;#39;Tangerine&#38;#39;=&#38;gt;&#38;#39;tangerine__2.2&#38;#39;,
				            					&#38;#39;Vollkorn&#38;#39;=&#38;gt;&#38;#39;vollkorn__1.3&#38;#39;,
				            					&#38;#39;Yanone Kaffeesatz&#38;#39;=&#38;gt;&#38;#39;yanonekaffeesatz__1.3&#38;#39;
				            					));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The number modifies the default font size.&#60;/p&#62;
&#60;p&#62;2) Then go to: &#60;a href=&#34;http://cufon.shoqolate.com/generate/&#34; rel=&#34;nofollow&#34;&#62;http://cufon.shoqolate.com/generate/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At the fifth input field from the top with the label: &#34;Use the following value as the font-family of the generated font (optional)&#34; you need to enter the word &#34;cufon&#34; (without quotation marks). Then upload the new font file into corona\framework\js\fonts&#60;/p&#62;
&#60;p&#62;3) There're no additional plugins, etc. required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-42696</link>
			<pubDate>Tue, 21 Feb 2012 09:50:25 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">42696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where I am currently:&#60;/p&#62;
&#60;p&#62;I have generated the Cufon js file of the font I want to use, and placed it in wp-content/plugins/fonts/. However, it doesn't appear in the Cufon plugin, so I presume it is not recognised. &#60;/p&#62;
&#60;p&#62;Also, I just read somewhere in support that Kreisi does not work with Cufon for Propulsion - is that also the case for Corona?&#60;/p&#62;
&#60;p&#62;Oliver
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oliverjw on "Adding Fonts for laymen"</title>
			<link>http://www.kriesi.at/support/topic/adding-fonts-for-laymen#post-42608</link>
			<pubDate>Mon, 20 Feb 2012 20:42:08 +0000</pubDate>
			<dc:creator>oliverjw</dc:creator>
			<guid isPermaLink="false">42608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Can anyone tell me, in a step by step fashion (for a complete layman) how to add new fonts for all texts? &#60;/p&#62;
&#60;p&#62;I've read previous posts very carefully and tried to implement the advice, but the truth is I simply don't understand the advice. For example: put the CSS in &#34;includes\admin_option_pages&#34; - I've no idea where or what that even is. &#60;/p&#62;
&#60;p&#62;I bought Corona for my business today and love it, I really do - but it's essential to my brand that I add my own fonts.&#60;/p&#62;
&#60;p&#62;Please help. I'd be extremely grateful.&#60;/p&#62;
&#60;p&#62;Oliver
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing the Footer"</title>
			<link>http://www.kriesi.at/support/topic/customizing-the-footer-1#post-20574</link>
			<pubDate>Mon, 06 Jun 2011 19:55:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Customizing the Footer"</title>
			<link>http://www.kriesi.at/support/topic/customizing-the-footer-1#post-20554</link>
			<pubDate>Mon, 06 Jun 2011 13:06:39 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">20554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you that did exactly what I wanted. I appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing the Footer"</title>
			<link>http://www.kriesi.at/support/topic/customizing-the-footer-1#post-20481</link>
			<pubDate>Sun, 05 Jun 2011 06:28:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - that's possible. In foote.php search for: following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and insert your links before it like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span&#38;gt;&#38;lt;a href=&#38;quot;http://google.com&#38;quot;&#38;gt;My link 1&#38;lt;/a&#38;gt; &#124; &#38;lt;a href=&#38;quot;http://google.com&#38;quot;&#38;gt;My link 2&#38;lt;/a&#38;gt; &#124; &#38;lt;a href=&#38;quot;http://google.com&#38;quot;&#38;gt;My link 3&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Customizing the Footer"</title>
			<link>http://www.kriesi.at/support/topic/customizing-the-footer-1#post-20454</link>
			<pubDate>Sat, 04 Jun 2011 15:44:02 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">20454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to put links in the very bottom of the footer where the facebook, twitter, and rss icons are?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing the Footer"</title>
			<link>http://www.kriesi.at/support/topic/customizing-the-footer-1#post-20381</link>
			<pubDate>Fri, 03 Jun 2011 05:39:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm sorry but it's not easily possible. It would require a complete html/php structure rewrite of footer.php and some css styling for footer widgets and lists.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Customizing the Footer"</title>
			<link>http://www.kriesi.at/support/topic/customizing-the-footer-1#post-20361</link>
			<pubDate>Thu, 02 Jun 2011 18:09:21 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">20361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, how can we change the footer content to a horizontal layout?&#60;br /&#62;
I have removed all of the widgets except for the Pages and I only want to display the main pages, but I'd like to display them horizontally within the footer. Thanks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://coyaba.dev.amermancreative.com/&#34; rel=&#34;nofollow&#34;&#62;http://coyaba.dev.amermancreative.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Lindsey
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
