<?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: Adding Font To Avisio Layout Is Now Not Working Properly Neither Is Dashboard</title>
		<link>http://www.kriesi.at/support/topic/adding-font-to-avisio-layout-is-now-not-working-properly-neither-is-dashboard</link>
		<description>Support Forum - Topic: Adding Font To Avisio Layout Is Now Not Working Properly Neither Is Dashboard</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 19:24:25 +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/adding-font-to-avisio-layout-is-now-not-working-properly-neither-is-dashboard" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Adding Font To Avisio Layout Is Now Not Working Properly Neither Is Dashboard"</title>
			<link>http://www.kriesi.at/support/topic/adding-font-to-avisio-layout-is-now-not-working-properly-neither-is-dashboard#post-27309</link>
			<pubDate>Mon, 19 Sep 2011 07:16:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27309@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We'll stick to this post: &#60;a href=&#34;http://www.kriesi.at/support/topic/optionsphp&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/optionsphp&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jdarko82 on "Adding Font To Avisio Layout Is Now Not Working Properly Neither Is Dashboard"</title>
			<link>http://www.kriesi.at/support/topic/adding-font-to-avisio-layout-is-now-not-working-properly-neither-is-dashboard#post-27302</link>
			<pubDate>Mon, 19 Sep 2011 05:50:25 +0000</pubDate>
			<dc:creator>jdarko82</dc:creator>
			<guid isPermaLink="false">27302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;$pageinfo = array('full_name' =&#38;gt; '&#34;'.THEMENAME.'&#34; General Options', 'optionname'=&#38;gt;'general', 'child'=&#38;gt;false, 'filename' =&#38;gt; basename(__FILE__));&#60;/p&#62;
&#60;p&#62;$options = array();&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;type&#34; =&#38;gt; &#34;open&#34;);&#60;/p&#62;
&#60;p&#62;$options[] =  array(&#34;type&#34; =&#38;gt; &#34;group&#34;);		&#60;/p&#62;
&#60;p&#62;$options[] =	array(	&#34;name&#34; =&#38;gt; &#34;General Layout Settings&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Here you can set several style settings to quickly edit the look and feel of your website&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;generallayout&#34;,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;title_inside&#34;);&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;'&#34;.THEMENAME.&#34;' - Skin&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Please choose one of the &#34;.THEMENAME.&#34; skins here&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;skin&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;std&#34; =&#38;gt; &#34;1&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; array(THEMENAME.' - Default'=&#38;gt;'1',THEMENAME.' - Minimal'=&#38;gt;'2',THEMENAME.' - Dark'=&#38;gt;'3'));&#60;/p&#62;
&#60;p&#62;$options[] =	array(	&#34;name&#34; =&#38;gt; &#34;Color Options&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Since ther release of Wordpress 3, theme authors can use a buildt in background color/image editor. &#34;.THEMENAME.&#34; uses this color switcher to further define the color scheme. &#60;br /&#62;&#60;a&#62;You can edit it here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;generallayout&#34;,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;title_inside&#34;);			&#60;/p&#62;
&#60;p&#62;$options[] =  array(	&#34;name&#34; =&#38;gt; &#34;Fullwidth or Boxed&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Set if your layout should stretch fullwidth to the left and right browser border or be boxed and centered.&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;layout_style&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;std&#34; =&#38;gt; &#34;stretched&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; array(	'Stretched Layout'=&#38;gt;'stretched',&#60;br /&#62;
            					'Boxed Layout'=&#38;gt;'boxed'&#60;br /&#62;
            					));&#60;/p&#62;
&#60;p&#62;$options[] =  array(	&#34;name&#34; =&#38;gt; &#34;Heading Font&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;The Font heading utilizes the google API and allows you to use a wide range of custom fonts for your headings&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;font_heading&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;std&#34; =&#38;gt; &#34;josefine_small&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; array(	'Cantarell'=&#38;gt;'cantarell',&#60;br /&#62;
            					'Cardo'=&#38;gt;'cardo',&#60;br /&#62;
            					'Droid Sans'=&#38;gt;'droidsans',&#60;br /&#62;
            					'Inconsolata'=&#38;gt;'inconsolata',&#60;br /&#62;
            					'Josefin All Characters'=&#38;gt;'josefine',&#60;br /&#62;
            					'Josefin Common Characters'=&#38;gt;'josefine_small',&#60;br /&#62;
            					'Lobster'=&#38;gt;'lobster',&#60;br /&#62;
            					'Molengo'=&#38;gt;'molengo',&#60;br /&#62;
            					'Reenie Beanie'=&#38;gt;'reeniebeanie',&#60;br /&#62;
            					'Tangerine'=&#38;gt;'tangerine',&#60;br /&#62;
            					'Vollkorn'=&#38;gt;'vollkorn',&#60;br /&#62;
            					'Yanone Kaffeesatz'=&#38;gt;'yanonekaffeesatz',&#60;br /&#62;
                                                'Neutra2'=&#38;gt;'neutra2'&#60;br /&#62;
            					));&#60;/p&#62;
&#60;p&#62;$options[] =  array(&#34;type&#34; =&#38;gt; &#34;group&#34;);&#60;br /&#62;
$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Logo&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Add the full URI path to your logo. the themes default logo gets applied if the input field is left blank&#60;br /&#62;Logo Dimension: 247px * 94px (if your logo is larger you might need to modify style.css to align it perfectly)&#60;br /&#62; URI Exampe: &#60;a href=&#34;http://www.yourdomain.com/path/to/image.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/path/to/image.jpg&#60;/a&#62;&#60;br /&#62;&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;logo&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 30,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;upload&#34;);&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Google Analytics Code&#34;,&#60;br /&#62;
		&#34;desc&#34; =&#38;gt; &#34;Paste your analytics code here, it will get applied to each page&#34;,&#60;br /&#62;
        &#34;id&#34; =&#38;gt; &#34;analytics&#34;,&#60;br /&#62;
        &#34;type&#34; =&#38;gt; &#34;textarea&#34;);&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;type&#34; =&#38;gt; &#34;group&#34;);	&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Dummy Data Import&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;If you check the checkbox below and save this page the theme will import dummy data to make it look similar to my Live Preview&#60;br /&#62;This option works best when executed on a new wordpress installation and will help you to understand how to fill posts, pages and set the different theme options.&#34;,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;title_inside&#34;);	&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Import Dummy Data on save&#34;,&#60;br /&#62;
		&#34;desc&#34; =&#38;gt; &#34;Import data?&#34;,&#60;br /&#62;
        &#34;id&#34; =&#38;gt; &#34;dummy&#34;,&#60;br /&#62;
        &#34;type&#34; =&#38;gt; &#34;import&#34;,&#60;br /&#62;
        &#34;file&#34; =&#38;gt; TEMPLATEPATH.&#34;/dummy.xml&#34;&#60;br /&#62;
        );&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;type&#34; =&#38;gt; &#34;group&#34;);&#60;br /&#62;
$options[] = array(	&#34;type&#34; =&#38;gt; &#34;close&#34;);&#60;/p&#62;
&#60;p&#62;$options_page = new kriesi_option_pages($options, $pageinfo);&#60;/p&#62;
&#60;p&#62;&#60;a href='http://imageshack.us/photo/my-images/11/addingfont.png/'&#62;&#60;img src='http://img11.imageshack.us/img11/3424/addingfont.th.png' /&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
