<?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: drop down - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/drop-down</link>
		<description>Support Forum - Tag: drop down - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 09:59:43 +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/drop-down" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Drop Down Menu Like Demo"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menu-like-demo#post-111818</link>
			<pubDate>Fri, 17 May 2013 02:30:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you found it. :))&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Drop Down Menu Like Demo"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menu-like-demo#post-111740</link>
			<pubDate>Thu, 16 May 2013 20:40:56 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">111740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/mega-menu-7#post-111658&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/mega-menu-7#post-111658&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Never mind, I found this post about it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Drop Down Menu Like Demo"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menu-like-demo#post-111736</link>
			<pubDate>Thu, 16 May 2013 20:25:08 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">111736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, I was trying to create a drop down menu that is formatted similarly to the demo site: &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=enfold&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=enfold&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Mine is just showing up as a normal drop down.&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Moving the Drop Down Menu for Mobile"</title>
			<link>http://www.kriesi.at/support/topic/moving-the-drop-down-menu-for-mobile#post-104699</link>
			<pubDate>Sun, 07 Apr 2013 23:10:19 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">104699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yeh, I agree. Since you are flexible i just moved everything above her eyebrow in all sizes under 767px. But you can feel free to play around with the positioning yourself. The top block of code controls the logo and the bottom one controls the select box containing the menu. You can use right, left, top, down to move things wherever you need to. I positioned it like this &#60;a href=&#34;http://www.clipular.com/c?4504199=Oe9xqLJtS8YoapSzPa_muiEKjWI&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?4504199=Oe9xqLJtS8YoapSzPa_muiEKjWI&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just please keep in mind that mobile devices and tablets have specific widths so if you are resizing your browser on a desktop and say it doesn't look good at width 534, you can feel assured knowing that no mobile device has a screen size of 534px (well besides the North Korean Kim Jon 5000 digital rotary phone, and once they get the wifi telegraph modem online there's no stoppin.....) But I digress. &#60;/p&#62;
&#60;p&#62;Please add this code to you /css/custom.css or to Quick CSS located in Flagship &#38;gt; Theme Options &#38;gt; Styles .. the text area at the bottom of that page...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
#top  .logo {
top: -5px !important;
right: 3px !important;
}
#top .main_menu {
top: -110px !important;
left: 10px !important;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rmatus on "Moving the Drop Down Menu for Mobile"</title>
			<link>http://www.kriesi.at/support/topic/moving-the-drop-down-menu-for-mobile#post-104537</link>
			<pubDate>Fri, 05 Apr 2013 14:40:57 +0000</pubDate>
			<dc:creator>rmatus</dc:creator>
			<guid isPermaLink="false">104537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to move the drop down menu for mobile without re-positioning it for desktop?&#60;/p&#62;
&#60;p&#62;On the site &#60;a href=&#34;http://demanddrive.com/2013site/&#34; rel=&#34;nofollow&#34;&#62;http://demanddrive.com/2013site/&#60;/a&#62;, the white box covers up the woman's smile and obscures a great image.  I just want to re-position it someplace else.   It can be lowered, the position can be swapped with the slide show words (placed below the slideshow), it can be side-by-side with the logo.  &#60;/p&#62;
&#60;p&#62;I am very flexible for a solution.  I just want to see her eyes, smile and enough of the phone to make people know what they are doing.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-96355</link>
			<pubDate>Tue, 12 Feb 2013 14:27:48 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try as Devin suggests header.php. towards the bottom of the file, yet above the menu. Place it in a few locations to get a better idea where specifically you want it on the page. Your illustration showed the button to be in the shopping cart dropdown, which definitely would not display the image all the time, but only when someone evokes the contents of the shopping cart to be visible.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-96156</link>
			<pubDate>Mon, 11 Feb 2013 12:33:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kirill,&#60;/p&#62;
&#60;p&#62;The issue is that the cart dropdown should not and actually doesn't fill in the information when ON the cart page. This is because the information in the cart is loaded into the content below.&#60;/p&#62;
&#60;p&#62;The dropdown menu appearing on that page was an over-site and should be fixed in a update.&#60;/p&#62;
&#60;p&#62;If you want an image in the header of the site (not the woo commerce cart dropdown), then it would go in the header.php of the theme files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kirill on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-96049</link>
			<pubDate>Sun, 10 Feb 2013 13:03:03 +0000</pubDate>
			<dc:creator>Kirill</dc:creator>
			<guid isPermaLink="false">96049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;I want insert the image: &#60;a href=&#34;http://leprastuff.ru/data/img/20130210/cf6772920850b5dd3968205f961792cc.jpg&#34; rel=&#34;nofollow&#34;&#62;http://leprastuff.ru/data/img/20130210/cf6772920850b5dd3968205f961792cc.jpg&#60;/a&#62;&#60;br /&#62;
to the header. It must been visible every time.&#60;/p&#62;
&#60;p&#62;Probably I should insert it somewhere in the replete/config-woocommerce/config.php ?&#60;/p&#62;
&#60;p&#62;this section maybe?&#60;br /&#62;
#&#60;br /&#62;
# shopping cart dropdown in the main menu&#60;br /&#62;
#
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-95285</link>
			<pubDate>Tue, 05 Feb 2013 15:15:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please read Devin's response above first.&#60;/p&#62;
&#60;p&#62;If we are still talking about this website, &#60;a href=&#34;http://jabuka.ru/&#34; rel=&#34;nofollow&#34;&#62;http://jabuka.ru/&#60;/a&#62; , and the button location you refer to is shown in this image &#60;a href=&#34;http://leprastuff.ru/data/img/20130110/969121503c5f5ad413121763e2b79344.png&#34; rel=&#34;nofollow&#34;&#62;http://leprastuff.ru/data/img/20130110/969121503c5f5ad413121763e2b79344.png&#60;/a&#62; , then the instructions I posted above is where you need to insert the button html I gave you: into this file -&#38;gt; /plugins/woocommerce/templates/cart/mini-cart.php&#60;/p&#62;
&#60;p&#62;I don't have the plugin you are using that is breaking the shopping cart functionality, is there a support forum for it?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-95085</link>
			<pubDate>Mon, 04 Feb 2013 18:22:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey mAqq,&#60;/p&#62;
&#60;p&#62;Not sure what you are referencing but the main issue with the dropdown on the cart page should be solved by adding the following CSS to the Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of the theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.woocommerce-cart .dropdown_widget.dropdown_widget_cart {
display: none !important;
}
#top.woocommerce-checkout .dropdown_widget.dropdown_widget_cart {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This just removes the secondary dropdown so that it doesn't appear. If this does not work, please link us to the site with the code still present in the custom.css file or the quick css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mAqq on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-94991</link>
			<pubDate>Mon, 04 Feb 2013 13:00:40 +0000</pubDate>
			<dc:creator>mAqq</dc:creator>
			<guid isPermaLink="false">94991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Nick&#60;br /&#62;
nope the image is not there. you have to create it by yourself. Anyway that was not the issue. I was only replying to some other guys how to show the cart image in the drop down section and also mentioned that the icon must be uploaded to the server.&#60;br /&#62;
mAqq
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-94863</link>
			<pubDate>Sun, 03 Feb 2013 22:36:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kirill,&#60;/p&#62;
&#60;p&#62;Well , in the demo image you provided earlier it was inside the cart widget that shows the price. If that is the case, you need to create a folder at the base of the theme and call it woocommerce , then copy from the plugin folder : /plugins/woocommerce/templates/cart/mini-cart.php and drop it into the base folder (only part i am not certain about is whether you should create the cart folder..... try it both ways.. but the point is ... in mini-cart.php . You should put it in there somewhere and most likely twice, if you want it to show up when cart is full or/and when cart is empty also.&#60;/p&#62;
&#60;p&#62; If instead you want to put it in the header., you need to tell me where you want it. and the correct way to place it would be to create a div container for the link.with just some unique class, there is no need to add any custom css, unless you want to, and then let me know and if you show me image where you want it to go, i can give you the css styles to add.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kirill on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-94829</link>
			<pubDate>Sun, 03 Feb 2013 14:51:38 +0000</pubDate>
			<dc:creator>Kirill</dc:creator>
			<guid isPermaLink="false">94829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick, where should I insert code for the button?&#60;br /&#62;
header.php I think, but where will be the most correct place for the responsive layout? I'm afraid to break the mobile version of the layout.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kirill on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-94828</link>
			<pubDate>Sun, 03 Feb 2013 14:49:15 +0000</pubDate>
			<dc:creator>Kirill</dc:creator>
			<guid isPermaLink="false">94828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick, plugin was the cause of the issue with dropdown. I deactivated the plugin and now it works correct, you may see on the website.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-94208</link>
			<pubDate>Wed, 30 Jan 2013 20:01:36 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kirill,&#60;/p&#62;
&#60;p&#62;So the plugin wasn't the cause? And the other snippet of code also did nothing? no?&#60;/p&#62;
&#60;p&#62;Well first here is that button. I thought I pasted it already.. use this as a link that will turn into a button that looks similar to what you want, just include those 3 classes.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; class=&#38;quot;dabutnz s_butnz blue&#38;quot;&#38;gt;Click Here&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this link has the &#60;a href=&#34;http://pastebin.com/hkQspZma&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/hkQspZma&#60;/a&#62;  css for you to add to end of your custom.css file. Then just put the link where you want and you get a button.&#60;/p&#62;
&#60;p&#62;...&#60;/p&#62;
&#60;p&#62;I am still looking at the cause of that dropdown issue, I thought it was fixed.. too bad. please hang in there,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kirill on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-94135</link>
			<pubDate>Wed, 30 Jan 2013 14:16:36 +0000</pubDate>
			<dc:creator>Kirill</dc:creator>
			<guid isPermaLink="false">94135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;please give me an advice for this: &#60;a href=&#34;http://leprastuff.ru/data/img/20130110/969121503c5f5ad413121763e2b79344.png&#34; rel=&#34;nofollow&#34;&#62;http://leprastuff.ru/data/img/20130110/969121503c5f5ad413121763e2b79344.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce/page/2#post-93929</link>
			<pubDate>Tue, 29 Jan 2013 14:56:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kirill,&#60;/p&#62;
&#60;p&#62;That is actually the correct behavior for the cart. The visual effect needs to be cleaned up a bit but the cart should be empty on hover (as it is in the demo when viewing the cart or checkout).&#60;/p&#62;
&#60;p&#62;For now, you can add the following to your quick css or custom.css to remove the hover:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.woocommerce-cart .dropdown_widget.dropdown_widget_cart {
display: none !important;
}
#top.woocommerce-checkout .dropdown_widget.dropdown_widget_cart {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kirill on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-93515</link>
			<pubDate>Sat, 26 Jan 2013 11:53:49 +0000</pubDate>
			<dc:creator>Kirill</dc:creator>
			<guid isPermaLink="false">93515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Nick, the plugin is enabled now, so the problem still there. &#60;/p&#62;
&#60;p&#62;p.s. please give me an advice for this: &#60;a href=&#34;http://leprastuff.ru/data/img/20130110/969121503c5f5ad413121763e2b79344.png&#34; rel=&#34;nofollow&#34;&#62;http://leprastuff.ru/data/img/20130110/969121503c5f5ad413121763e2b79344.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-93479</link>
			<pubDate>Sat, 26 Jan 2013 00:45:48 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@kirill are you certain that causes the problem, because nothing is different on your website. I discussed the matter with Peter who had a recommendation :&#60;/p&#62;
&#60;p&#62;&#34;I know the cause.... need some time to find the &#34;best&#34; solution. &#60;/p&#62;
&#60;p&#62;In woocommerce\widgets\widget-cart.php search for following line:..&#34; (and comment it out by placing // in front of the line )&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( is_cart() &#124;&#124; is_checkout() ) return;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Would you try that please and let us know if it worked so a more permanent solution can be created.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;@mAqq&#60;/p&#62;
&#60;p&#62;I am looking in the demo but can't seem to find what image of the cart you refer to.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mAqq on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-93384</link>
			<pubDate>Fri, 25 Jan 2013 12:18:48 +0000</pubDate>
			<dc:creator>mAqq</dc:creator>
			<guid isPermaLink="false">93384@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello,&#60;br /&#62;
if i might add something to that icon, i have solved it with css&#60;br /&#62;
changed in ../woocommerce-config/woocommerce-mod.css&#60;br /&#62;
line: 206&#60;/p&#62;
&#60;p&#62;please be sure the icon is in that place on the server, as its not with the default installation, upload it.&#60;/p&#62;
&#60;p&#62;.cart_dropdown {&#60;br /&#62;
    background: url(&#34;../images/icons/cart.png&#34;) no-repeat scroll 0 0 transparent;&#60;br /&#62;
    line-height: 38px;&#60;br /&#62;
    position: absolute;&#60;br /&#62;
    right: -15px;&#60;br /&#62;
    top: -9px;&#60;br /&#62;
    z-index: 111;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kirill on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-93296</link>
			<pubDate>Thu, 24 Jan 2013 20:44:24 +0000</pubDate>
			<dc:creator>Kirill</dc:creator>
			<guid isPermaLink="false">93296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Nick, plugin Vkontakte API
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-93057</link>
			<pubDate>Wed, 23 Jan 2013 17:29:26 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are not building cia.us or khb.ru by any chance? Maybe its best I don't see it. I seen movies that start like this but the web support guy never makes it past the first 10 minutes. :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-93019</link>
			<pubDate>Wed, 23 Jan 2013 15:20:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can hide the URL using something like &#60;a href=&#34;http://goo.gl/&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/&#60;/a&#62; and then post the shortened URL here. That way it doesn't get picked up by search engines or anything.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Deactivate Select a Page mobile menu bar"</title>
			<link>http://www.kriesi.at/support/topic/deactivate-select-a-page-mobile-menu-bar#post-92742</link>
			<pubDate>Tue, 22 Jan 2013 03:14:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi 78Firebird,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>78Firebird on "Deactivate Select a Page mobile menu bar"</title>
			<link>http://www.kriesi.at/support/topic/deactivate-select-a-page-mobile-menu-bar#post-92740</link>
			<pubDate>Tue, 22 Jan 2013 03:01:37 +0000</pubDate>
			<dc:creator>78Firebird</dc:creator>
			<guid isPermaLink="false">92740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you. That works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-92704</link>
			<pubDate>Mon, 21 Jan 2013 20:23:29 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">92704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;added it&#60;br /&#62;
can I provide the url anywhere else than here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-92698</link>
			<pubDate>Mon, 21 Jan 2013 20:14:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, that is his IP address.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Deactivate Select a Page mobile menu bar"</title>
			<link>http://www.kriesi.at/support/topic/deactivate-select-a-page-mobile-menu-bar#post-92661</link>
			<pubDate>Mon, 21 Jan 2013 17:49:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I think Peter misunderstood and thought you wanted to just remove the initial option text. You can remove the menu from appearing by removing the following in that same file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// improves menu for mobile devices
	jQuery(&#38;#39;.responsive .main_menu ul:eq(0)&#38;#39;).mobileMenu({
	  switchWidth: 768,                   							//width (in px to switch at)
	  topOptionText: jQuery(&#38;#39;.main_menu&#38;#39;).data(&#38;#39;selectname&#38;#39;),     	//first option text
	  indentString: &#38;#39;&#38;amp;nbsp;&#38;amp;nbsp;&#38;amp;nbsp;&#38;#39;  							//string for indenting nested items
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-92624</link>
			<pubDate>Mon, 21 Jan 2013 15:25:40 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">92624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick, so this is your IP: 175.100.13.6 ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Two problems with Replete + Woocommerce"</title>
			<link>http://www.kriesi.at/support/topic/two-problems-with-replete-woocommerce#post-92602</link>
			<pubDate>Mon, 21 Jan 2013 14:01:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You know that you can modify htaccess to password protect for everyone but keep certain IPs open with this code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;# password protect excluding specific ip
&#38;lt;IfModule mod_auth.c&#38;gt;
 AuthName &#38;quot;Username and password required&#38;quot;
 AuthUserFile /YOUR-PATH-TO-FILE-GOES-HERE/.htpasswd
 AuthType Basic
 Require valid-user
 Order Deny,Allow
 Deny from all
 Allow from 175.100.13.6
 Satisfy Any
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add as many IP as you want. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
