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

		<item>
			<title>Ismael on "Dropdown/Main Sub-menu not showing"</title>
			<link>http://www.kriesi.at/support/topic/dropdownmain-sub-menu-not-showing#post-112080</link>
			<pubDate>Sat, 18 May 2013 00:25:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">112080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad you fixed it. :&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kthompson on "Dropdown/Main Sub-menu not showing"</title>
			<link>http://www.kriesi.at/support/topic/dropdownmain-sub-menu-not-showing#post-112071</link>
			<pubDate>Fri, 17 May 2013 22:26:28 +0000</pubDate>
			<dc:creator>kthompson</dc:creator>
			<guid isPermaLink="false">112071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that worked for the homepage, but not follow page...but building on your brilliance, this works:&#60;/p&#62;
&#60;p&#62;#main {&#60;br /&#62;
z-index: -1;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kthompson on "Dropdown/Main Sub-menu not showing"</title>
			<link>http://www.kriesi.at/support/topic/dropdownmain-sub-menu-not-showing#post-112067</link>
			<pubDate>Fri, 17 May 2013 22:21:31 +0000</pubDate>
			<dc:creator>kthompson</dc:creator>
			<guid isPermaLink="false">112067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yesssss! Negative-z. Not pretty, but effective. Thanks, Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dropdown/Main Sub-menu not showing"</title>
			<link>http://www.kriesi.at/support/topic/dropdownmain-sub-menu-not-showing#post-111990</link>
			<pubDate>Fri, 17 May 2013 17:26:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kthompson,&#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 #slideshow_big {
z-index: -1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kthompson on "Dropdown/Main Sub-menu not showing"</title>
			<link>http://www.kriesi.at/support/topic/dropdownmain-sub-menu-not-showing#post-111702</link>
			<pubDate>Thu, 16 May 2013 17:34:44 +0000</pubDate>
			<dc:creator>kthompson</dc:creator>
			<guid isPermaLink="false">111702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. At &#60;a href=&#34;http://ktstage.com/&#34; rel=&#34;nofollow&#34;&#62;http://ktstage.com/&#60;/a&#62;  the sub-menus in the top nav seem to be falling behind the slider and/or are just not showing. Only one sub-item shows and it disappears on cursor-over. I trolled the forum and found one similar issue where you suggested changing the z-index (code here:)&#60;/p&#62;
&#60;p&#62;.sub-menu {&#60;br /&#62;
z-index: 9999 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but that didn't work. The pages are inserted in the choices menu correctly.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Making the Responsive Dropdown Menu Appear at Larger Resolutions"</title>
			<link>http://www.kriesi.at/support/topic/making-the-responsive-dropdown-menu-appear-at-larger-resolutions#post-108409</link>
			<pubDate>Thu, 02 May 2013 13:40:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You would need to use a media query and customize the css for the header section. See: &#60;a href=&#34;http://css-tricks.com/css-media-queries/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/css-media-queries/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The biggest issue would be re-styling the header to fit the change and just making sure it stays cross browser compatible. If we can take a look at the site we can see what we can assist with via css to get you started.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artistic24459 on "Making the Responsive Dropdown Menu Appear at Larger Resolutions"</title>
			<link>http://www.kriesi.at/support/topic/making-the-responsive-dropdown-menu-appear-at-larger-resolutions#post-108237</link>
			<pubDate>Wed, 01 May 2013 16:09:02 +0000</pubDate>
			<dc:creator>artistic24459</dc:creator>
			<guid isPermaLink="false">108237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to set it so the menu goes under the logo at the point when it crosses over? Then at 768 it changes as normal to the mobile drop-down?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Making the Responsive Dropdown Menu Appear at Larger Resolutions"</title>
			<link>http://www.kriesi.at/support/topic/making-the-responsive-dropdown-menu-appear-at-larger-resolutions#post-108197</link>
			<pubDate>Wed, 01 May 2013 13:10:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;In the theme files open js&#38;gt;avia.js and look for the following line where you can change that:&#60;br /&#62;
&#60;code&#62;switchWidth 	  = 768;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artistic24459 on "Making the Responsive Dropdown Menu Appear at Larger Resolutions"</title>
			<link>http://www.kriesi.at/support/topic/making-the-responsive-dropdown-menu-appear-at-larger-resolutions#post-108020</link>
			<pubDate>Tue, 30 Apr 2013 14:57:11 +0000</pubDate>
			<dc:creator>artistic24459</dc:creator>
			<guid isPermaLink="false">108020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also have this issue. Would love to know an option to solve it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seandaily on "Making the Responsive Dropdown Menu Appear at Larger Resolutions"</title>
			<link>http://www.kriesi.at/support/topic/making-the-responsive-dropdown-menu-appear-at-larger-resolutions#post-108015</link>
			<pubDate>Tue, 30 Apr 2013 14:28:34 +0000</pubDate>
			<dc:creator>seandaily</dc:creator>
			<guid isPermaLink="false">108015@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good day,&#60;/p&#62;
&#60;p&#62;I have 7 links on my Header Navigation - when the browser is shrunk to 1139px, the responsive layout causes my menu items to overlap the Header Logo.&#60;/p&#62;
&#60;p&#62;I would like to have the Dropdown Select Navigation to appear at 1139px, instead of the 767px default.&#60;/p&#62;
&#60;p&#62;I tried adding a custom @media edit to display the select and hide the unordered list, but it appears that does not help because the select dropdown is not even added to the HTML until the browser is shrink to 767px (or so it appears?)&#60;/p&#62;
&#60;p&#62;Please let me know how I can display the select dropdown when the browser-width is 1139px or lower. Thank you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>parasite on "Amplify - 5 in 1 Portfolio Theme: Drop-down Menus &#38; PrettyPhoto not working!"</title>
			<link>http://www.kriesi.at/support/topic/amplify-5-in-1-portfolio-theme-drop-down-menus-prettyphoto-not-working#post-107192</link>
			<pubDate>Thu, 25 Apr 2013 09:49:20 +0000</pubDate>
			<dc:creator>parasite</dc:creator>
			<guid isPermaLink="false">107192@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That worked perfectly! Thank you :-)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Armin
&#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>Dude on "Amplify - 5 in 1 Portfolio Theme: Drop-down Menus &#38; PrettyPhoto not working!"</title>
			<link>http://www.kriesi.at/support/topic/amplify-5-in-1-portfolio-theme-drop-down-menus-prettyphoto-not-working#post-101853</link>
			<pubDate>Mon, 18 Mar 2013 16:15:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I guess the third party code (SCMyWebsitePlugin) causes the error. Try to deactivate it (I'd also deactivate the ratings.mylocalsalon widget because it gives me a 404 not found error). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>parasite on "Amplify - 5 in 1 Portfolio Theme: Drop-down Menus &#38; PrettyPhoto not working!"</title>
			<link>http://www.kriesi.at/support/topic/amplify-5-in-1-portfolio-theme-drop-down-menus-prettyphoto-not-working#post-101791</link>
			<pubDate>Mon, 18 Mar 2013 12:10:16 +0000</pubDate>
			<dc:creator>parasite</dc:creator>
			<guid isPermaLink="false">101791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support,&#60;/p&#62;
&#60;p&#62;I have upgraded my WP install to 3.5 and the drop-down menus and prettyphoto/lightbox does not work any longer.&#60;/p&#62;
&#60;p&#62;Do you know of a quick code fix for these issues?&#60;/p&#62;
&#60;p&#62;Many Thanks&#60;/p&#62;
&#60;p&#62;Armin
&#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>Ismael on "Creating Dropdown Menus for Products--REplete with WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/creating-dropdown-menus-for-products-replete-with-woocommerce#post-93839</link>
			<pubDate>Tue, 29 Jan 2013 02:04:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi luvhood,&#60;/p&#62;
&#60;p&#62;Glad that you've found a solution. I'll close this thread then.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Creating Dropdown Menus for Products--REplete with WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/creating-dropdown-menus-for-products-replete-with-woocommerce#post-93824</link>
			<pubDate>Mon, 28 Jan 2013 22:17:42 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">93824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Disregard this thread. thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luvhood on "Creating Dropdown Menus for Products--REplete with WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/creating-dropdown-menus-for-products-replete-with-woocommerce#post-93818</link>
			<pubDate>Mon, 28 Jan 2013 20:45:44 +0000</pubDate>
			<dc:creator>luvhood</dc:creator>
			<guid isPermaLink="false">93818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually, I got the dropdown menu there...now I just need to know how to link the appropriate products to each drop down category. Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
