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

		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-112231</link>
			<pubDate>Sun, 19 May 2013 17:15:06 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant... as always Nick.&#60;/p&#62;
&#60;p&#62;Big thanks. Ill give it go
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-112221</link>
			<pubDate>Sun, 19 May 2013 14:24:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;put them in a div and give each a class leaving h6&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h6 class=&#38;quot;slab-text&#38;quot;&#38;gt;Slab 1&#38;lt;/h6&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then use the last css I posted above, but change all...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h6 {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h6.slab-text {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-112050</link>
			<pubDate>Fri, 17 May 2013 20:08:46 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there,&#60;/p&#62;
&#60;p&#62;thanks for all the suggestions and yes im aware that I might be messing up something else by using h6 for my slab text. Other than not using slab text can you suggest one of the h tags thats not really used or another, safer way to get large slab text into my design. I dont want to ruin the aesthetic of this lovely theme. Im sure theres a better way without me having to carve up such code for what is essentially half a dozen big slabs of text. I had wondered if I just use a graphic but it seems a bit of a cop out&#60;/p&#62;
&#60;p&#62;I welcome suggestions&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111960</link>
			<pubDate>Fri, 17 May 2013 15:59:40 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Since  you are using the font in all screen sizes there is no need to load it in each of the media queries. Only indicate the changes for that specific query without repeating yourself.&#60;/p&#62;
&#60;p&#62;so you would have&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* DECLARE FONTS */
@font-face {
	font-family:&#38;#39;BebasNeueRegular&#38;#39;;
	src:url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot&#38;#39;);
	src:url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix&#38;#39;) format(&#38;#39;embedded-opentype&#38;#39;),url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff&#38;#39;) format(&#38;#39;woff&#38;#39;),url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf&#38;#39;) format(&#38;#39;truetype&#38;#39;),url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular&#38;#39;) format(&#38;#39;svg&#38;#39;);
	font-weight:normal;
	font-style:normal;
}
h6 {
	font-family:BebasNeueRegular,Geneva,Arial,Helvetica,sans-serif !important;
	font-size:95pt;
	margin-bottom:-20px;
	letter-spacing:-0.0em !important;
	font-weight: 200 !important;
}
/* #Media Queries========================================================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width:959px) {
	h6 {
		font-size:80pt !important;
		margin-bottom: 20px !important;
	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:959px) {
	h6 {
		font-size:70pt !important;
		margin-bottom: -15px !important;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	h6 {
		font-size:60pt !important;
		margin-bottom: -20px !important;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
	h6 {
		font-size:80pt !important;
		margin-bottom: -20px !important;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
	h6 {
		font-size:50pt !important;
		margin-bottom: -10px !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Be careful when using a very broad selector like h6, it has no specificity and is defined many times in the theme with much higher specificity which will override/counterfeit your code very easily.&#60;/p&#62;
&#60;p&#62;You also do not need this block ... @media only screen and (max-width:767px) { ...or this block ....@media only screen and (max-width:959px) { .... can you think of one screen size where the blocks of code below it aren't already targeting it? the only reason for 767 that i can think of is for the dropdown menu for all small screens, but 959.... dont know&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111772</link>
			<pubDate>Fri, 17 May 2013 00:30:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It depends on what device you are trying to target. You only need this if you're trying to target screens with 959px resolution and lower that includes iPad, iPhone and other mobile devices.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
@font-face {
font-family: &#38;#39;BebasNeueRegular&#38;#39;;
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot&#38;#39;);
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix&#38;#39;) format(&#38;#39;embedded-opentype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff&#38;#39;) format(&#38;#39;woff&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf&#38;#39;) format(&#38;#39;truetype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular&#38;#39;) format(&#38;#39;svg&#38;#39;);
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 80pt !important;
margin-bottom: 20px !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111575</link>
			<pubDate>Thu, 16 May 2013 05:43:21 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BIG BIG thanks... Although it seems rather long winded for one heading. Would there be a short-hand version or a better way to write this:&#60;/p&#62;
&#60;p&#62;SEE BELOW.....&#60;/p&#62;
&#60;p&#62;/* DECLARE FONTS */&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 95pt !important;&#60;br /&#62;
	margin-bottom: -20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* #Media Queries&#60;br /&#62;
========================================================================================== */&#60;/p&#62;
&#60;p&#62;/* Smaller than standard 960 (devices and browsers) */&#60;br /&#62;
  @media only screen and (max-width: 959px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 80pt !important;&#60;br /&#62;
	margin-bottom: 20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;  /* Tablet Portrait size to standard 960 (devices and browsers) */&#60;br /&#62;
  @media only screen and (min-width: 768px) and (max-width: 959px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 70pt !important;&#60;br /&#62;
	margin-bottom: -15px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62; /* All Mobile Sizes (devices and browser) */&#60;br /&#62;
  @media only screen and (max-width: 767px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 60pt !important;&#60;br /&#62;
	margin-bottom: -20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */&#60;br /&#62;
  @media only screen and (min-width: 480px) and (max-width: 767px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 80pt !important;&#60;br /&#62;
	margin-bottom: -20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */&#60;br /&#62;
  @media only screen and (max-width: 479px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 50pt !important;&#60;br /&#62;
	margin-bottom: -10px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111523</link>
			<pubDate>Thu, 16 May 2013 00:45:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For example, you want to apply the style when viewing on a mobile device, you should use this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

@font-face {
font-family: &#38;#39;BebasNeueRegular&#38;#39;;
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot&#38;#39;);
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix&#38;#39;) format(&#38;#39;embedded-opentype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff&#38;#39;) format(&#38;#39;woff&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf&#38;#39;) format(&#38;#39;truetype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular&#38;#39;) format(&#38;#39;svg&#38;#39;);
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 90pt !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The font will only apply if the user is viewing on a mobile device.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111417</link>
			<pubDate>Wed, 15 May 2013 16:24:50 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks for your help although I think there's a bit in the middle im missing....&#60;/p&#62;
&#60;p&#62;Ive installed Bebas Neue and have it working as an h6 heading on a standard page layout. However, as discussed when I shrink the page the h6 header remains the same. I merely added your text to the CSS but cant see how to link the h6 to your code thus nothing has happened. What do I need to do to link your code and would I need to do it for every h tag (h2,h3 etc) if I wanted to change other headings too&#60;/p&#62;
&#60;p&#62;My CSS is setup as follows:&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 90pt !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111406</link>
			<pubDate>Wed, 15 May 2013 15:54:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi andypeck,&#60;/p&#62;
&#60;p&#62;You would need to add a media query to your custom.css file (in the theme's css folder) to then target the h6 and change the font-size declaration.&#60;/p&#62;
&#60;p&#62;You can add this to your custom.css file and use it as a starting point to add in your css for each screen size you want to change the css on:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {}

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Showing tags with my posts"</title>
			<link>http://www.kriesi.at/support/topic/showing-tags-with-my-posts#post-111326</link>
			<pubDate>Wed, 15 May 2013 07:48:19 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">111326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter.&#60;br /&#62;
Also found out the adjustment to be made in single.php.&#60;/p&#62;
&#60;p&#62;Thanks again for helping out!!!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Jeroen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Showing tags with my posts"</title>
			<link>http://www.kriesi.at/support/topic/showing-tags-with-my-posts#post-111311</link>
			<pubDate>Wed, 15 May 2013 06:08:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Sure - in template-blog.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more »&#38;#39;,&#38;#39;avisio&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more »&#38;#39;,&#38;#39;avisio&#38;#39;));
the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags:&#38;#39;,&#38;#39;avisio&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt; &#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeroen de Boer on "Showing tags with my posts"</title>
			<link>http://www.kriesi.at/support/topic/showing-tags-with-my-posts#post-111308</link>
			<pubDate>Wed, 15 May 2013 06:00:33 +0000</pubDate>
			<dc:creator>Jeroen de Boer</dc:creator>
			<guid isPermaLink="false">111308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In my posts I fill in tags.&#60;br /&#62;
They are not showing in the website.&#60;br /&#62;
Can I get the tags to show with my postst in single.php and template_blog.php?&#60;/p&#62;
&#60;p&#62;Thanks for clearing this up.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Jeroen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111304</link>
			<pubDate>Wed, 15 May 2013 05:51:43 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Ive added/installed Bebas from fontsquirrel to use to change my headings in some places. In particular ive tweaked h6 (in my enfold css file) to use for a huge slab text heading (something like 70px). The text itself ive added as normal through the text layout tool however, its not being responsive when I scale down the page. What do I need to do?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "how to remove the tags container from single blog post page, under the  body."</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-tags-container-from-single-blog-post-page-under-the-body#post-110603</link>
			<pubDate>Sun, 12 May 2013 00:43:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top span.blog-tags{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you can always open up /includes/format-standard.php and find line 91-96 (in last version of Propulsion , which is 2.0) and remove that entire block of code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())
{
    echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
    echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
    echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That same block of code is also located in the following files on line-numbers indicated in files: format-gallery.php(93-98), format-link.php(116-121), format-quote.php(89-94), and loop-archive.php (57-62) in the same folder as the above file.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atst on "how to remove the tags container from single blog post page, under the  body."</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-tags-container-from-single-blog-post-page-under-the-body#post-110299</link>
			<pubDate>Fri, 10 May 2013 09:22:29 +0000</pubDate>
			<dc:creator>atst</dc:creator>
			<guid isPermaLink="false">110299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.blog-tags{&#60;br /&#62;
display: none!important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;this does not work does not work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "some questions to adding contents"</title>
			<link>http://www.kriesi.at/support/topic/some-questions-to-adding-contents#post-107915</link>
			<pubDate>Tue, 30 Apr 2013 05:02:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; huanhui if you need additional help just let us know. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hausundplan on "some questions to adding contents"</title>
			<link>http://www.kriesi.at/support/topic/some-questions-to-adding-contents#post-107763</link>
			<pubDate>Mon, 29 Apr 2013 10:05:14 +0000</pubDate>
			<dc:creator>Hausundplan</dc:creator>
			<guid isPermaLink="false">107763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ahh... ok
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "some questions to adding contents"</title>
			<link>http://www.kriesi.at/support/topic/some-questions-to-adding-contents#post-107756</link>
			<pubDate>Mon, 29 Apr 2013 08:02:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107756@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Re 3) I think he wants to embed the widget into the page content (eg toggles, etc.) and not into the sidebar... &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hausundplan on "some questions to adding contents"</title>
			<link>http://www.kriesi.at/support/topic/some-questions-to-adding-contents#post-107749</link>
			<pubDate>Mon, 29 Apr 2013 07:08:55 +0000</pubDate>
			<dc:creator>Hausundplan</dc:creator>
			<guid isPermaLink="false">107749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;3. Really ??? Create a Sidebar &#34;Map Page 1&#34; and add this sidebar with the content element &#34;sidebar&#34; on your page, works for me...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "some questions to adding contents"</title>
			<link>http://www.kriesi.at/support/topic/some-questions-to-adding-contents#post-107735</link>
			<pubDate>Mon, 29 Apr 2013 05:38:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) This requires some theme file mods - we'll add them and include this feature in the next theme update. I already added them on my test server.&#60;/p&#62;
&#60;p&#62;2) Yes, but it requires a bit of a work around. I made a short video: &#60;a href=&#34;http://www.screenr.com/Kji7&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/Kji7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3) No, I'd suggest to use a simple iframe - i.e. use a service like: &#60;a href=&#34;http://www.map-generator.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.map-generator.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;4) No, unfortunately that's not possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>huanhui on "some questions to adding contents"</title>
			<link>http://www.kriesi.at/support/topic/some-questions-to-adding-contents#post-107519</link>
			<pubDate>Sat, 27 Apr 2013 08:23:06 +0000</pubDate>
			<dc:creator>huanhui</dc:creator>
			<guid isPermaLink="false">107519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, just purchased this theme &#38;amp; playing around with it.&#60;/p&#62;
&#60;p&#62;Some questions...&#60;/p&#62;
&#60;p&#62;1. How can I add tags to portfolio items?&#60;/p&#62;
&#60;p&#62;2. Is it possible to use Contact Forms inside Tabs/Accordions?&#60;/p&#62;
&#60;p&#62;3. Is it possible to add Enfold Google Maps Widget to pages? &#60;/p&#62;
&#60;p&#62;4. For portfolio categories, is it possible to use images showing as icons instead of just text?&#60;/p&#62;
&#60;p&#62;For the above question 2 &#38;amp; 3, if not possible, than I guess the only work about way is to install plugins?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "CORONA&#039;s combo widget - where to change?"</title>
			<link>http://www.kriesi.at/support/topic/coronas-combo-widget-where-to-change#post-104452</link>
			<pubDate>Fri, 05 Apr 2013 04:10:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">104452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Glad that you fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA&#039;s combo widget - where to change?"</title>
			<link>http://www.kriesi.at/support/topic/coronas-combo-widget-where-to-change#post-104357</link>
			<pubDate>Thu, 04 Apr 2013 15:23:10 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, I got it with some try&#38;amp;error ;-)&#60;/p&#62;
&#60;p&#62;I've added just this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
[toggle title=&#34;Last Comments&#34;] &#38;lt;div class=&#34;mycategorylist&#34;&#38;gt;&#38;lt;?php avia_get_comment_list('sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;amp;number=3&#38;amp;title_li=&#38;amp;style=none&#38;amp;show_count=1'); ?&#38;gt;&#38;lt;/div&#38;gt; [/toggle]&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;-solved-
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA&#039;s combo widget - where to change?"</title>
			<link>http://www.kriesi.at/support/topic/coronas-combo-widget-where-to-change#post-104355</link>
			<pubDate>Thu, 04 Apr 2013 15:19:12 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you please tell me, how to add the &#34;latest (3) comments&#34; to this &#34;enhanced text widget&#34; (plugin)?&#60;br /&#62;
Currently the code in this widget is that:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
[toggle_container keep_open=&#34;false&#34; initial_open=&#34;1&#34;]&#60;br /&#62;
[toggle title=&#34;Recent Posts&#34;] &#38;lt;div class=&#34;myrecentposts&#34;&#38;gt;&#38;lt;?php avia_get_post_list('showposts='. $posts .'&#38;amp;orderby=post_date&#38;amp;order=desc&#38;amp;posts_per_page=3'); ?&#38;gt;&#38;lt;/div&#38;gt; [/toggle]&#60;br /&#62;
[toggle title=&#34;Popular Posts&#34;] &#38;lt;div class=&#34;mypopularposts&#34;&#38;gt;&#38;lt;?php avia_get_post_list('cat=&#38;amp;orderby=comment_count&#38;amp;posts_per_page=3'.$posts); ?&#38;gt;&#38;lt;/div&#38;gt; [/toggle]&#60;br /&#62;
[toggle title=&#34;Tags&#34;] &#38;lt;div class=&#34;mytagcloud&#34;&#38;gt;&#38;lt;?php wp_tag_cloud('smallest=12&#38;amp;largest=12&#38;amp;number=&#38;amp;smallest=8&#38;amp;largest=24&#38;amp;orderby=count&#38;amp;unit=px'); ?&#38;gt;&#38;lt;/div&#38;gt; [/toggle]&#60;br /&#62;
[toggle title=&#34;Categories&#34;] &#38;lt;div class=&#34;mycategorylist&#34;&#38;gt;&#38;lt;?php wp_list_categories('sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;amp;title_li=&#38;amp;style=none&#38;amp;show_count=1'); ?&#38;gt;&#38;lt;/div&#38;gt; [/toggle]&#60;br /&#62;
[/toggle_container]&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Tags Newscast"</title>
			<link>http://www.kriesi.at/support/topic/tags-newscast#post-101567</link>
			<pubDate>Sat, 16 Mar 2013 02:57:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ntoulios88,&#60;/p&#62;
&#60;p&#62;If you mean post tags then the answer is 'sort of'. Good linking practices that help tell visitors what content is related to other content does help SEO in the same way it helps a user. It doesn't necessarily mean that you could use them to target specific search queries however as then you would be more likely to get penalized by google for keyword baiting.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ntoulios88 on "Tags Newscast"</title>
			<link>http://www.kriesi.at/support/topic/tags-newscast#post-101462</link>
			<pubDate>Fri, 15 Mar 2013 10:09:14 +0000</pubDate>
			<dc:creator>ntoulios88</dc:creator>
			<guid isPermaLink="false">101462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to ask if tags on these themes are helping for finding my page more easily on Google. Are they working for good seo optimization?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problem with listing portfolio items on archive page"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-listing-portfolio-items-on-archive-page#post-101267</link>
			<pubDate>Thu, 14 Mar 2013 11:24:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Great, glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mir26kra on "Problem with listing portfolio items on archive page"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-listing-portfolio-items-on-archive-page#post-101090</link>
			<pubDate>Wed, 13 Mar 2013 12:48:21 +0000</pubDate>
			<dc:creator>mir26kra</dc:creator>
			<guid isPermaLink="false">101090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;thank you for your help, it works :)&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Mirek
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problem with listing portfolio items on archive page"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-listing-portfolio-items-on-archive-page#post-101039</link>
			<pubDate>Wed, 13 Mar 2013 08:18:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think the problem is that wordpress doesn't support custom post types on tag archive pages by default - see &#60;a href=&#34;http://wordpress.org/support/topic/custom-post-type-tagscategories-archive-page&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/custom-post-type-tagscategories-archive-page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;- try to add following code to the very bottom of functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;pre_get_posts&#38;#39;, &#38;#39;query_post_type&#38;#39;);
function query_post_type($query) {
  if(is_category() &#124;&#124; is_tag()) {
    $post_type = get_query_var(&#38;#39;post_type&#38;#39;);
	if($post_type)
	    $post_type = $post_type;
	else
	    $post_type = array(&#38;#39;post&#38;#39;,&#38;#39;portfolio&#38;#39;);
    $query-&#38;gt;set(&#38;#39;post_type&#38;#39;,$post_type);
	return $query;
    }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pcprincess77 on "Woocommerce Brands Plugin - question about converting already imported tags"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-brands-plugin-question-about-converting-already-imported-tags#post-100890</link>
			<pubDate>Tue, 12 Mar 2013 16:14:52 +0000</pubDate>
			<dc:creator>pcprincess77</dc:creator>
			<guid isPermaLink="false">100890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figured it out.&#60;br /&#62;
Thanks :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
