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

		<item>
			<title>comlor on "edit footer padding too much whitespace"</title>
			<link>http://www.kriesi.at/support/topic/edit-footer-padding-too-much-whitespace#post-113840</link>
			<pubDate>Sat, 25 May 2013 20:35:20 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">113840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My footer is 1 column if it helps. Thanks much,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "edit footer padding too much whitespace"</title>
			<link>http://www.kriesi.at/support/topic/edit-footer-padding-too-much-whitespace#post-113839</link>
			<pubDate>Sat, 25 May 2013 20:32:53 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">113839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I need to decrease the footer spacing. What file / code do I edit to cut down the padding on top and bottom of footer socket area?&#60;/p&#62;
&#60;p&#62;Thanks much,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-113820</link>
			<pubDate>Sat, 25 May 2013 18:00:24 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">113820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thankyou kindly&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112691</link>
			<pubDate>Tue, 21 May 2013 14:16:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The widgets also have padding on them from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .widget {
padding: 30px 0 30px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you could reduce it by changing that first 30px to 10px.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112550</link>
			<pubDate>Mon, 20 May 2013 22:09:20 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thanks for your response - I just tried it and I still have that large area above the widgets in the footer and I'm having trouble (even with firebug) seeing what it is that's causing the large gap.&#60;/p&#62;
&#60;p&#62;If I reduce the height of the footer background then the widgets get hidden behind the socket? ie it reduces the height from the bottom of the footer area and just chops of the bottom of the widgets.&#60;/p&#62;
&#60;p&#62;Can you help? I just need to know what to target to get rid of the large gap above the footer widgets&#60;/p&#62;
&#60;p&#62;Best regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112408</link>
			<pubDate>Mon, 20 May 2013 11:57:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Pixelist,&#60;/p&#62;
&#60;p&#62;When there is no widget title, the space is only 3px or so. However, you can target all of them within the footer with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .widgettitle {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or, you can use the widget ID to target them individually. Which would be more like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#text-2 .widgettitle {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But you have to inspect the code with your browsers dev tools to see the ID of each widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove wordpress theme by kriesi at footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-wordpress-theme-by-kriesi-at-footer#post-112371</link>
			<pubDate>Mon, 20 May 2013 08:41:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the text in footer.php - search for:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;Wordpress Theme by Kriesi.at&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>azmi on "Remove wordpress theme by kriesi at footer"</title>
			<link>http://www.kriesi.at/support/topic/remove-wordpress-theme-by-kriesi-at-footer#post-112341</link>
			<pubDate>Mon, 20 May 2013 05:52:05 +0000</pubDate>
			<dc:creator>azmi</dc:creator>
			<guid isPermaLink="false">112341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is my website &#60;a href=&#34;http://www.nextfactor.com.sg/&#34; rel=&#34;nofollow&#34;&#62;http://www.nextfactor.com.sg/&#60;/a&#62; , how do i remove wordpress theme by kriesi at  the footer ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112223</link>
			<pubDate>Sun, 19 May 2013 15:17:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Actually add this to end of your functions.php file &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;widget_title&#38;#39;, &#38;#39;my_change_title&#38;#39;);

function my_change_title($title=&#38;#39;&#38;#39;) {
$ttitle = &#38;quot;&#38;lt;div style=\&#38;quot;padding-bottom:10px\&#38;quot; class=\&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last \&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;span class=\&#38;quot;widget-title\&#38;quot;&#38;gt;$title&#38;lt;/span&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;div class=\&#38;quot;special-heading-border\&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;div class=\&#38;quot;special-heading-inner-border\&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
return $ttitle;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112181</link>
			<pubDate>Sat, 18 May 2013 21:33:56 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi People&#60;/p&#62;
&#60;p&#62;How do I remove the space left by a blank title in a Text widget (or any other widget with a blank) title?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Pixelist &#60;/p&#62;
&#60;p&#62;Sorry here's the url  &#60;a href=&#34;http://aclgroup.co.uk/wordpress/larkswood/&#34; rel=&#34;nofollow&#34;&#62;http://aclgroup.co.uk/wordpress/larkswood/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm referring to the text widgets in the footer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112180</link>
			<pubDate>Sat, 18 May 2013 21:30:28 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi People&#60;/p&#62;
&#60;p&#62;How do I remove the space left by a blank title in a Text widget (or any other widget with a blank) title?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112057</link>
			<pubDate>Fri, 17 May 2013 20:42:28 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant Nick... Ill give it a go. &#60;/p&#62;
&#60;p&#62;Big Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111965</link>
			<pubDate>Fri, 17 May 2013 16:17:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That is an advanced layout editor component called Special Heading  using the default style. &#60;a href=&#34;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is how it looks when you view source.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;padding-bottom:10px&#38;quot; class=&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last &#38;quot;&#38;gt;
	&#38;lt;h1&#38;gt;Hello&#38;lt;/h1&#38;gt;
	&#38;lt;div class=&#38;quot;special-heading-border&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;special-heading-inner-border&#38;quot;&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So copy that block, open up footer.php and put it where you want. Just change the Hello part to whatever you need it to say.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ENFOLD: Footer line decoration"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-line-decoration#post-111737</link>
			<pubDate>Thu, 16 May 2013 20:27:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy,&#60;/p&#62;
&#60;p&#62;Please draw a picture as to how it should look on the page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111629</link>
			<pubDate>Thu, 16 May 2013 11:24:15 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for getting back to me but what im after is a replica of what you use for a shortcode where the line extends to the right of the headline text. &#60;/p&#62;
&#60;p&#62;On the enfold demo site theres an example pages drop down and one of these is called ABOUT US. If you look, theres a heading called WELCOME AT OUR AGENCY and the type of line im referring to is there (next to it, flowing across to width of the column)&#60;/p&#62;
&#60;p&#62;How can I do this in the FOOTER WIDGET headings?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111521</link>
			<pubDate>Thu, 16 May 2013 00:38:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widgettitle {
border-bottom: 1px dotted white;
padding-bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It will create a dotted line below the widget title. For more border styles, please refer to this link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/css/css_border.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/css_border.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111413</link>
			<pubDate>Wed, 15 May 2013 16:16:05 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;The first bit is great although I think you may have not quite understood my question about the footer. I dont want a line to span across all three widgets as I realise that would require alot of work. What im after is to add a bit of decoration by applying a middle horizontal line after a widget title that 'only' spans the width of the individual widget. Therefore the end result would be WIDGET 1 TITLE followed by a decorative line....[Column GAP]....WIDGET 2 TITLE followed by a decorative line....[Column GAP]....WIDGET 3 TITLE followed by a decorative line.&#60;/p&#62;
&#60;p&#62;I want it to behave the same as the shortcodes you supply but obviously I appreciate this would be CSS code instead.&#60;/p&#62;
&#60;p&#62;Can you help?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111382</link>
			<pubDate>Wed, 15 May 2013 13:47:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy&#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 .grid-entry .inner-entry {
background: #333;
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2); /*border on portfolio items*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .grid-entry-title {
background-color: #333; /*bg of title for portfolio item*/
color: #fff; /*color of title text*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The footer issue is most likely not possible without quite a bit of tweaking. Since each footer section doesn't actually touch the one next to it, you would need to re-do that grid section to allow a line to extend past the edge of the actual widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "ENFOLD: Footer line decoration"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-line-decoration#post-111372</link>
			<pubDate>Wed, 15 May 2013 12:50:59 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Id like to put a decorative line (as used on the other codes for things like a portfolio grid etc) next to each Footer Widget. I have x3 widgets in the footer and each has a title. Id like a single line to extend to the right to fill the space to the right for the entire column width&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enfold - FOOTER Fonts sizes &#38; Flickr plugin"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-fonts-sizes-flickr-plugin#post-111245</link>
			<pubDate>Wed, 15 May 2013 02:45:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Maybe you can add that on js &#38;gt; avia.js, find this code then place your code above it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// -------------------------------------------------------------------------------------------
	// responsive menu function
	// -------------------------------------------------------------------------------------------&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Enfold - FOOTER Fonts sizes &#38; Flickr plugin"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-fonts-sizes-flickr-plugin#post-111237</link>
			<pubDate>Wed, 15 May 2013 02:27:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi andypeck,&#60;/p&#62;
&#60;p&#62;You can add in your own javascript to the avai.js file within the theme files, or use a plugin that will allow you to add it in through the wordpress admin if you don't want to go through ftp.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111106</link>
			<pubDate>Tue, 14 May 2013 12:08:53 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;PORTFOLIO&#60;br /&#62;
Ive been trying everything but I cant seem to adjust the grid text font colors and the box background colours. Its inheriting the parameters from the Enfold Styling but I need to change it as its on a different background. &#60;/p&#62;
&#60;p&#62;As a test could it be totally be removed (thus leaving only a grid of images) and the descriptor text placed on a rollover in grid box itself (over the corresponding image)?&#60;/p&#62;
&#60;p&#62;In the Portfolio itself, where is the grid box rollover 'curved arrow' kept and can I change this for my own graphic?&#60;/p&#62;
&#60;p&#62;FOOTER&#60;br /&#62;
Id like to put a decorative line (as used on the other codes for things like a portfolio grid etc) next to each Footer Widget. I have x3 widgets in the footer and each has a title. Id like a single line to extend to the right to fill the space to the right for the entire column width&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - FOOTER Fonts sizes &#38; Flickr plugin"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-fonts-sizes-flickr-plugin#post-111039</link>
			<pubDate>Tue, 14 May 2013 05:59:22 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for this...&#60;/p&#62;
&#60;p&#62;in regard to using a Flickr plugin I have used Slickr Flickr before so Ive set it up and have place some CSS to turn it into a 4 row by 3 thumbnails whiich appear in column 3 of my footer.&#60;/p&#62;
&#60;p&#62;In a previous theme I had help setting up some Java Script to enable me to get the thumbnails to glow on rollover. The theme had a similar CSS window in the theme styling as yours but also had a Java Script window where the script was placed. Where do I put this within Enfold? I assume its a PHP file? do I have to add anything to the code/format to make it work and where should it be placed?&#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;Here's the code.......&#60;/p&#62;
&#60;p&#62;Query('.slickr-flickr-gallery ul li a').hover(&#60;br /&#62;
    function()&#60;br /&#62;
    {&#60;br /&#62;
        jQuery(this).stop();&#60;br /&#62;
jQuery(this).animate({'opacity':'0.75'}, 200 );&#60;br /&#62;
    },&#60;br /&#62;
    function()&#60;br /&#62;
    {&#60;br /&#62;
        jQuery(this).stop();&#60;br /&#62;
jQuery(this).animate({'opacity':'10'}, 100 );&#60;br /&#62;
    });
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enfold - FOOTER Fonts sizes &#38; Flickr plugin"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-fonts-sizes-flickr-plugin#post-110979</link>
			<pubDate>Tue, 14 May 2013 00:57:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I haven't tried using Flickr plugin within the theme but there are lots of plugins available. To name a few&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/slickr-flickr/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/slickr-flickr/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/flickr-api/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/flickr-api/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can change the widget title with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer .widgettitle {
font-size: 21px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And the content with these&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widget {
font-size: 14px;
}

.minitext {
font-size: 14px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the value.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - FOOTER Fonts sizes &#38; Flickr plugin"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-fonts-sizes-flickr-plugin#post-110955</link>
			<pubDate>Mon, 13 May 2013 23:57:53 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">110955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Can you tell me how to change the size of the fonts in the Footer, namely the widget header titles and main content?&#60;/p&#62;
&#60;p&#62;Can you suggest an easy but flexible Flickr widget that I can use in the footer that will compliment the theme and not screw up everything. Ive tried a few and its just a mess.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildwoodbranding on "Newbie Question - Editing the Socket for Enfold"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-editing-the-socket-for-enfold#post-109860</link>
			<pubDate>Wed, 08 May 2013 19:18:25 +0000</pubDate>
			<dc:creator>wildwoodbranding</dc:creator>
			<guid isPermaLink="false">109860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Newbie Question - Editing the Socket for Enfold"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-editing-the-socket-for-enfold#post-109831</link>
			<pubDate>Wed, 08 May 2013 17:24:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">109831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Josh,&#60;/p&#62;
&#60;p&#62;You would need to modify the actual footer.php file if you wanted to do anything other than custom text for the copyright section (which is a field in the footer tab of the theme options).&#60;/p&#62;
&#60;p&#62;For now, there aren't any customization options for layout or additional content there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildwoodbranding on "Newbie Question - Editing the Socket for Enfold"</title>
			<link>http://www.kriesi.at/support/topic/newbie-question-editing-the-socket-for-enfold#post-109800</link>
			<pubDate>Wed, 08 May 2013 15:16:24 +0000</pubDate>
			<dc:creator>wildwoodbranding</dc:creator>
			<guid isPermaLink="false">109800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to make a few changes to the socket of the Enfold theme for my site. I haven't found anywhere within the Appearance tab under Widgets, Theme Options or Menus that has allowed me to do that. What is the most efficient way to go about making changes?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Josh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "multiple backend issues"</title>
			<link>http://www.kriesi.at/support/topic/multiple-backend-issues#post-108225</link>
			<pubDate>Wed, 01 May 2013 14:37:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey lounge35,&#60;/p&#62;
&#60;p&#62;Thanks for the tip. I'll try and re-create it following those steps and see if I can get a specific set of steps to cause it to always happen then see if we can find a fix at that point.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lounge35 on "multiple backend issues"</title>
			<link>http://www.kriesi.at/support/topic/multiple-backend-issues#post-108074</link>
			<pubDate>Wed, 01 May 2013 03:05:07 +0000</pubDate>
			<dc:creator>lounge35</dc:creator>
			<guid isPermaLink="false">108074@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I too have the problem with number 3, and tested it with all plugins disabled. It only seems to happen when I have done quite a bit of editiing on the page (eg opening and closing a few test editing boxes) prior to republishing. Once I encounter the problem, I press publish, and go back to editing, and the WYSIWYG editor works again fine.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
