<?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: Add icons to socket in replete</title>
		<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete</link>
		<description>Support Forum - Topic: Add icons to socket in replete</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:51:27 +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/add-icons-to-socket-in-replete" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Add icons to socket in replete"</title>
			<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete#post-92119</link>
			<pubDate>Thu, 17 Jan 2013 20:33:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92119@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I understood you but there isn't anything we can do other than what I outlined above. The footer only responds to the content above it unless you set a specific height for that contents container. One line of text takes up about 15-20 pixels of space so you would need to have a lot more in order for the footer to be pushed down.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaxuk on "Add icons to socket in replete"</title>
			<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete#post-91946</link>
			<pubDate>Wed, 16 Jan 2013 22:37:56 +0000</pubDate>
			<dc:creator>shaxuk</dc:creator>
			<guid isPermaLink="false">91946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Devin&#60;/p&#62;
&#60;p&#62;Thanks for your answer, i think i didnt explain myself correctly, the main content area is not pushing the footer right down to the bottom of the screen. even though i have picture and some text, so for example i have only one line of text is the content area it will show only one line and the footer will be moved up too, the content area is only responding to the amount of lines of text or height of the picture. &#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;shax
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add icons to socket in replete"</title>
			<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete#post-91867</link>
			<pubDate>Wed, 16 Jan 2013 14:39:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shaxuk,&#60;/p&#62;
&#60;p&#62;There is a minimal amount of content that needs to be present on a page for it to push the footer content down. If its only for one page, you could target that page with css and adjust it for the various screen sizes but that is a bit beyond what we would be able to do for you.&#60;/p&#62;
&#60;p&#62;Just to outline it for you however, you would add this to your custom.css first:&#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) {
    #top.home #footer {margin-top: 100px;}
  }

  /* 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;I've added in a sample bit of css that you can use as a model. It targets the home page footer and adds a margin to it for all browser widths smaller than 767 pixels (usually mobile sizes).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaxuk on "Add icons to socket in replete"</title>
			<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete#post-91648</link>
			<pubDate>Tue, 15 Jan 2013 09:36:41 +0000</pubDate>
			<dc:creator>shaxuk</dc:creator>
			<guid isPermaLink="false">91648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks ismael&#60;/p&#62;
&#60;p&#62;i have one more issue, i am using my home page as just a landing page and want to use only one picture or will use  a slide show, and will adjust the height of the image or the slideshow, however i want this to be responsive to screen sizes, as if i look at it on the 13'' screen it will be perfect means logo at the top, image in the middle and the footer socket at the bottom, but when i change the screen size like use 15 or 17 inch or even f i change the layput of 13inch to full screen the footer socket goes up and it shows the background below the socket. &#60;/p&#62;
&#60;p&#62;is there any way that the socket stays at the bottom and the header stays at the top. regardless of screen size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add icons to socket in replete"</title>
			<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete#post-91603</link>
			<pubDate>Tue, 15 Jan 2013 01:23:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Shax,&#60;/p&#62;
&#60;p&#62;Just go to footer.php and find this line of code:&#60;br /&#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;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;br /&#62;
below  it add the html code like(this is just a sample):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;payment-links&#38;quot;&#38;gt;
   &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://paypal.com&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/paypal.png&#38;quot; alt=&#38;quot;paypal&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
   &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://somelinks.com&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/someimage.png&#38;quot; alt=&#38;quot;paypal&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add some css styles on your Quick CSS or custom.css (otherwise the socket will become messy)&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaxuk on "Add icons to socket in replete"</title>
			<link>http://www.kriesi.at/support/topic/add-icons-to-socket-in-replete#post-91588</link>
			<pubDate>Mon, 14 Jan 2013 23:50:48 +0000</pubDate>
			<dc:creator>shaxuk</dc:creator>
			<guid isPermaLink="false">91588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is i possible to add icons to socket in replete. i want to add &#34;paypal cards icon&#34; to the socket. &#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;shax
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
