<?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: container - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/container</link>
		<description>Support Forum - Tag: container - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:38:16 +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/container" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Container Border - On/Off switching controls"</title>
			<link>http://www.kriesi.at/support/topic/container-border-onoff-switching-controls#post-117660</link>
			<pubDate>Tue, 11 Jun 2013 18:12:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">117660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy,&#60;/p&#62;
&#60;p&#62;You can target specific content within a page by using the page ID as well as the content specific class/ID. You just need to inspect the page code and then pick out the parent class so that the css only effects that specific group of classes/items.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Container Border - On/Off switching controls"</title>
			<link>http://www.kriesi.at/support/topic/container-border-onoff-switching-controls#post-117295</link>
			<pubDate>Sun, 09 Jun 2013 16:28:52 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">117295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Folks,&#60;/p&#62;
&#60;p&#62;I want to control when/which container border to turn off and when I want it back on. &#60;/p&#62;
&#60;p&#62;I have created a tiled horizontal png graphic (with a transparent background) that appears to give the effect of the main color background blending into the ALTERNATE container by using halftone dots. However, I still want to control the other container borders. I dont want to just turn them all off/on throughout the site or even per page (which is what is happening at the moment.&#60;/p&#62;
&#60;p&#62;Could it be done by creating a class, by giving a particular container a name which is then associated with a specific top/bottom border? If so, can anyone suggest how to get started?&#60;/p&#62;
&#60;p&#62;You can see what I mean on my Home page... andypeck.co.uk (effect between x3 skills and the portfolio)&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Link to a tab-container"</title>
			<link>http://www.kriesi.at/support/topic/link-to-a-tab-container#post-87621</link>
			<pubDate>Tue, 11 Dec 2012 15:29:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kunststoffat,&#60;/p&#62;
&#60;p&#62;As far as I know no it is not possible. The tabs do not have anchors when they get generated so there isn't anything to link to.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Link to a tab-container"</title>
			<link>http://www.kriesi.at/support/topic/link-to-a-tab-container#post-87578</link>
			<pubDate>Tue, 11 Dec 2012 09:35:44 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">87578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, is it possible to link to a page and open a certaint container-tab?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Remove Container with titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-container-with-titles#post-85555</link>
			<pubDate>Tue, 27 Nov 2012 13:15:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85555@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I received your email. &#60;/p&#62;
&#60;p&#62;I am assuming that by 'container' you are referring to the title top container addressed in part 2 below.&#60;/p&#62;
&#60;p&#62;Here is the solution:&#60;/p&#62;
&#60;p&#62;Please add this CSS to Quick CSS located in Eunoia &#38;gt; Theme Options &#38;gt; Styling .. at the bottom of the page.&#60;/p&#62;
&#60;p&#62;This code controls the width of the sidebar on monitor sizes screens and i made it narrower (smaller). If you want to adjust it more, *only* change 221 to a higher or lower number.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 1070px)  {
.responsive .container .four.units{ width: 221px; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code controls the width of the left widget. I would use the code above first and the code below may not be needed&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#text-5 {
width: 100%; /*change 100% to what you want*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will style the text of the left text widget&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#text-5 .textwidget {
color: blue;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;-----------------&#60;br /&#62;
Q2 - removal of title container from the url you emailed me&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.stretch_full.container_wrap.main_color.light_bg_color.title_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Remove Container with titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-container-with-titles#post-85521</link>
			<pubDate>Tue, 27 Nov 2012 10:37:36 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">85521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I sen an email to Nick, if he can help me i´ll put the answer here, if he can´t do it, i´ll send screenshot, tx a lot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Container with titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-container-with-titles#post-85504</link>
			<pubDate>Tue, 27 Nov 2012 08:08:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I still have problems to understand what you mean. Please use i.e. &#60;a href=&#34;http://imageshack.us/&#34; rel=&#34;nofollow&#34;&#62;http://imageshack.us/&#60;/a&#62; to upload the image and post a link in this forum thread. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Remove Container with titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-container-with-titles#post-85485</link>
			<pubDate>Tue, 27 Nov 2012 07:01:24 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">85485@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to remove this code, and if it si possible in the pages i want:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;container&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h1 class=&#34;main-title&#34;&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;the title i remove it with CSS code:&#60;br /&#62;
.page-id-77 .title-class{&#60;br /&#62;
	 display: none !important;&#60;br /&#62;
}*/&#60;br /&#62;
but create a space betwen header and body i don like it.&#60;/p&#62;
&#60;p&#62;How can i send you a screenshot?&#60;br /&#62;
tx so much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Remove Container with titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-container-with-titles#post-85424</link>
			<pubDate>Mon, 26 Nov 2012 19:27:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85424@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pedroPuerto,&#60;/p&#62;
&#60;p&#62;I'm not sure what it is you want to do. Which container do you mean?&#60;/p&#62;
&#60;p&#62;Could you point us to a link or screenshot with an example and point out what changes you are trying to achieve?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Remove Container with titles"</title>
			<link>http://www.kriesi.at/support/topic/remove-container-with-titles#post-85341</link>
			<pubDate>Mon, 26 Nov 2012 08:34:00 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">85341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys, i want to remove the Container, i made the titles with code, in wich PHP file i can do it? i prefer it is posible to remove only in the pages and post i want it? I know it is posible with the Template builder, but in the layout &#34;only have one option&#34; for the page/post and i need aply another option. Tx a lot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adjusting main container position - Eunoia"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-main-container-position-eunoia#post-77417</link>
			<pubDate>Wed, 26 Sep 2012 09:47:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Hi sar7rs,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sar7rs on "Adjusting main container position - Eunoia"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-main-container-position-eunoia#post-77410</link>
			<pubDate>Wed, 26 Sep 2012 08:54:04 +0000</pubDate>
			<dc:creator>sar7rs</dc:creator>
			<guid isPermaLink="false">77410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect, thanks Ismael.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adjusting main container position - Eunoia"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-main-container-position-eunoia#post-77362</link>
			<pubDate>Wed, 26 Sep 2012 02:30:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sar7rs,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main {
   margin-top: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this code, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main {
   margin-top: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the margin-top value. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sar7rs on "Adjusting main container position - Eunoia"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-main-container-position-eunoia#post-77337</link>
			<pubDate>Tue, 25 Sep 2012 22:54:48 +0000</pubDate>
			<dc:creator>sar7rs</dc:creator>
			<guid isPermaLink="false">77337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I made a number of alterations, including the removal of page titles. The gap between the header and main container (through which the background is visible) now appears to have doubled - how can I reduce it?&#60;/p&#62;
&#60;p&#62;Website  &#60;a href=&#34;http://mullinsdowse.webdev5.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://mullinsdowse.webdev5.co.uk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Below I will paste my &#34;Quick CSS&#34; changes to date, although there may be further edits in the custom.css file I can seek out if required (I'm sure this is a simple task though - I'm pretty clueless). Many thanks&#60;/p&#62;
&#60;p&#62;#top.home .slideshow_caption.active_caption {&#60;br /&#62;
opacity: .9 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.outer_callout {&#60;br /&#62;
   margin: 0 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#header .container {&#60;br /&#62;
   min-height: 50px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div .logo {&#60;br /&#62;
   padding-top: 10px !important;&#60;br /&#62;
   padding-bottom: 0 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#main .container {&#60;br /&#62;
padding-top: 25px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.stretch_full.title_container {&#60;br /&#62;
display: none;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-65458</link>
			<pubDate>Fri, 13 Jul 2012 17:01:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Zorrrrro,&#60;/p&#62;
&#60;p&#62;I'm not quite sure where we left off on the issues but looking at the site now you've got the vimeo icon going to dribble. You can fix that by changing:&#60;br /&#62;
&#60;code&#62;if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;code&#62;if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://vimeo.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Vimeo&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-64385</link>
			<pubDate>Sun, 08 Jul 2012 18:29:07 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">64385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I updated the theme to version 1.3, in the hope the problems would disappear. Of course I want all items to display on the lightbox so they can look bigger, so I don;t want to disable the function, but the little marks makes the experience unsightly. I like the theme for its cleanness and uncluttered feel to it. However this problems is a visual hindrance and I need to get it sorted for good.&#60;/p&#62;
&#60;p&#62;Thanks in advance for your help.&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-63419</link>
			<pubDate>Tue, 03 Jul 2012 16:37:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">63419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Zorrrrro,&#60;/p&#62;
&#60;p&#62;Did you update the theme or re-load from a backup? That might have undone your previous changes and additions. Other than that, you can always force a link to ignore the lightbox function by adding the class: &#34;noLightbox&#34; to it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-61832</link>
			<pubDate>Sat, 23 Jun 2012 07:54:59 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">61832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya&#60;/p&#62;
&#60;p&#62;If you go here &#60;a href=&#34;http://bit.ly/Ljcyym&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/Ljcyym&#60;/a&#62; you can get the idea.&#60;/p&#62;
&#60;p&#62;Just click on the vimeo icon at the top and see what happens. Also Deactivating all the plugins doesn't make any difference.&#60;/p&#62;
&#60;p&#62;As I mentioned before I could email you my Dashboard details if that would help.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-61818</link>
			<pubDate>Sat, 23 Jun 2012 03:38:45 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">61818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Did you install any plugins or make any other customizations before the Vimeo social icon went missing? Can you post a link to a lightbox that appears wrong?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-61803</link>
			<pubDate>Fri, 22 Jun 2012 23:15:25 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">61803@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;This vimeo social icon is gone awol again.&#60;/p&#62;
&#60;p&#62;Up to now it was all working fine. For some reason now, once again, when I click on my vimeo social icon, a white lightbox pops up and I don't get re-directed to Vimeo as before.&#60;/p&#62;
&#60;p&#62;What's going?&#60;/p&#62;
&#60;p&#62;Also now all my lightboxes appear with some odd marks and lines when using Fireworks?&#60;/p&#62;
&#60;p&#62;Any help will be much appreciated.&#60;/p&#62;
&#60;p&#62;Thnaks.&#60;/p&#62;
&#60;p&#62;Zorrrrro&#60;/p&#62;
&#60;p&#62;PS: I could email you my Dashboard settings if that would help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-61026</link>
			<pubDate>Tue, 19 Jun 2012 21:49:25 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">61026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for updating!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-61025</link>
			<pubDate>Tue, 19 Jun 2012 21:42:11 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">61025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;I've  just realised on my advice of 3 days ago..&#60;/p&#62;
&#60;p&#62;On the second line of my post where it starts…&#60;/p&#62;
&#60;p&#62;Then on the Header page I looked for&#60;/p&#62;
&#60;p&#62; if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='Vimeo'&#38;gt;&#34;.__('Follow us on Vimeo', 'avia_framework').&#34;&#34;; }&#60;/p&#62;
&#60;p&#62;Anyone should look for the line with Dribble in it, NOT Vimeo, obviously as Vimeo's link isn't there to start with.&#60;/p&#62;
&#60;p&#62;The correct advice should have been...&#60;/p&#62;
&#60;p&#62;if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#34;.__('Follow us on Dribble', 'avia_framework').&#34;&#34;; }&#60;/p&#62;
&#60;p&#62;Then changed it to&#60;br /&#62;
if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#34;.__('Follow us on Vimeo', 'avia_framework').&#34;&#34;; }.&#60;/p&#62;
&#60;p&#62;My apologies, with the rush typing that what happens ;-)&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-61012</link>
			<pubDate>Tue, 19 Jun 2012 19:48:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll have to save these in my Angular snippets file for later testing and use! Thanks for posting :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-60904</link>
			<pubDate>Tue, 19 Jun 2012 08:41:12 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">60904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My pleasure ;-)&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-60720</link>
			<pubDate>Mon, 18 Jun 2012 12:38:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Zorrrrro,&#60;/p&#62;
&#60;p&#62;I checked your site and I think the issues you mentioned above are already fixed by you. :) glad that you have shared the solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-60530</link>
			<pubDate>Sat, 16 Jun 2012 17:07:19 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">60530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;After going bold scratching my head, finally I've figured the email icon conundrum.&#60;/p&#62;
&#60;p&#62;Follow the first part of Mya's advice as she suggests…&#60;/p&#62;
&#60;p&#62;1) Open header.php and find this code&#60;br /&#62;
echo ' &#38;lt;li class=&#34;rss&#34;&#38;gt;&#60;a href=&#34;'.avia_get_option('feedburner',get_bloginfo('rss2_url')).'&#34;&#62;RSS&#60;/a&#62;';&#60;br /&#62;
Then when you input her suggestion for step 2...&#60;br /&#62;
2) Add this code directly above the code in #1&#60;br /&#62;
echo ' &#38;lt;li class=&#34;email&#34;&#38;gt;&#60;a href=&#34;/your-contact-page-or-email-address-should-go-here&#34;&#62;Contact&#60;/a&#62;';&#60;br /&#62;
if you use an email address change the line to…&#60;/p&#62;
&#60;p&#62;echo ' &#38;lt;li class=&#34;email&#34;&#38;gt;&#60;a href=&#34;email-address-should-go-here&#34;&#62;Contact&#60;/a&#62;';&#60;br /&#62;
Once you have that sorted and are ready to change your layout.css page, to make sure your icon is visible...remember to look for&#60;/p&#62;
&#60;p&#62;.social_bookmarks .mail{background: url(&#34;../images/layout/icon-mail.png&#34;) 0 center  no-repeat transparent;}&#60;br /&#62;
and&#60;br /&#62;
.social_bookmarks .mail:hover    {background-position: -42px center; background-color:#9FAE37;}&#60;/p&#62;
&#60;p&#62;Then where it says 'mail' changed it 'email' and voila!&#60;/p&#62;
&#60;p&#62;Also to change colour of the background just change the #9FAE37 bit to any other colour you like.&#60;/p&#62;
&#60;p&#62;Cheers.&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-60525</link>
			<pubDate>Sat, 16 Jun 2012 15:48:30 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">60525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used the Dribbble account box on the Angular theme options to input my Vimeo ID.&#60;/p&#62;
&#60;p&#62;Then on the Header page I looked for&#60;br /&#62;
if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#60;a href='http://dribbbler.com/&#34;.$dribbble.&#34;'&#62;&#34;.__('Follow us on Vimeo', 'avia_framework').&#34;&#60;/a&#62;&#34;; }&#60;/p&#62;
&#60;p&#62;and changed it to&#60;/p&#62;
&#60;p&#62;if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#60;a href='http://vimeo.com/&#34;.$dribbble.&#34;'&#62;&#34;.__('Follow us on Vimeo', 'avia_framework').&#34;&#60;/a&#62;&#34;; }.&#60;/p&#62;
&#60;p&#62;Finally on the Layout. CSS I looked for&#60;/p&#62;
&#60;p&#62;.social_bookmarks .dribbble{background: transparent url(../images/layout/icon-dribbbler.png) 0 center  no-repeat;}&#60;/p&#62;
&#60;p&#62; and changed it for…&#60;/p&#62;
&#60;p&#62;..social_bookmarks .dribbble{background: transparent url(../images/layout/icon-vimeo.png) 0 center  no-repeat;}&#60;/p&#62;
&#60;p&#62;finally again on layout.css I looked for…&#60;/p&#62;
&#60;p&#62;.social_bookmarks .dribbble:hover{background-position: -42px center; background-color:#e44885;}    &#60;/p&#62;
&#60;p&#62;and changed it for&#60;/p&#62;
&#60;p&#62;.social_bookmarks .dribbble:hover{background-position: -42px center; background-color:#336666;}&#60;/p&#62;
&#60;p&#62;It's pretty much what was advices earlier to previous users. The bit that was missing was introducing my Vimeo ID on Dribbble account box on the Angular theme options page.&#60;/p&#62;
&#60;p&#62;Also using firebug was key to identify the problem and why anyone can get the lightbox...&#60;/p&#62;
&#60;p&#62;&#38;lt;html class=&#34;firefox firefox? html_stretched js_active csstransforms no-csstransforms3d csstransitions js_active &#34; lang=&#34;en-US&#34; dir=&#34;ltr&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
&#38;lt;body id=&#34;top&#34; class=&#34;home blog logged-in admin-bar stretched customize-support&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;wrap_all&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;color_strip primary-background&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;social_container&#34; class=&#34;container_wrap&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;container&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;social_container extralight-border&#34;&#38;gt;&#60;br /&#62;
&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;&#60;br /&#62;
&#38;lt;li class=&#34;dribbble&#34;&#38;gt;&#60;br /&#62;
&#38;lt;a href=&#34;http://vimeo.com/zorrrrro&#34;&#38;gt;Follow us on Vimeo&#60;/p&#62;
&#60;p&#62;If you look on the last line, this is the way it should look as compared to…&#60;/p&#62;
&#60;p&#62;&#38;lt;a href=&#34;http://vimeo.com/zorrrrro/http://vimeo.com&#34;&#38;gt;Follow us on Vimeo&#60;/p&#62;
&#60;p&#62;… which is what I was getting when the lightbox would appear when clicking on the vimeo icon.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Cheers.&#60;/p&#62;
&#60;p&#62;Zorrrrro&#60;/p&#62;
&#60;p&#62;PS: I still need some help with the email icon showing on the social icons container bar, so anyone with suggestions will be much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Vimeo and email social icons and links"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-and-email-social-icons-and-links#post-60524</link>
			<pubDate>Sat, 16 Jun 2012 15:05:32 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">60524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I'm trying to use the vimeo and email icons on the social media icons container bar.&#60;/p&#62;
&#60;p&#62;I've applied the same advice you gave to other users with a similar request.&#60;/p&#62;
&#60;p&#62;However when I click on the vimeo icon all I get is a lighbox box but nothing else happens. With the email I replicated the same steps but the icon doesn't even appear on the container bar.&#60;/p&#62;
&#60;p&#62;Any help will be much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.zorrrrro.com&#34; rel=&#34;nofollow&#34;&#62;http://www.zorrrrro.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "remove cart products - contact form doesn&#039;t works - images container - Facebook"</title>
			<link>http://www.kriesi.at/support/topic/remove-cart-products-contact-form-doesnt-works-images-container-facebook#post-48538</link>
			<pubDate>Tue, 27 Mar 2012 15:04:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Paste it on css &#38;gt; custom.css file. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sciano on "remove cart products - contact form doesn&#039;t works - images container - Facebook"</title>
			<link>http://www.kriesi.at/support/topic/remove-cart-products-contact-form-doesnt-works-images-container-facebook#post-48512</link>
			<pubDate>Tue, 27 Mar 2012 12:31:52 +0000</pubDate>
			<dc:creator>sciano</dc:creator>
			<guid isPermaLink="false">48512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;mmmm ok...But for this error, What can I do? Nothing?&#60;/p&#62;
&#60;p&#62;#top .thumbnail_container:hover{&#60;br /&#62;
color:#000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;where I paste it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
