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

		<item>
			<title>nachosn69 on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80612</link>
			<pubDate>Mon, 22 Oct 2012 09:29:19 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">80612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Solved. I have edited directly de &#38;lt;h1&#38;gt; Tag in includes/related-posts.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80441</link>
			<pubDate>Sat, 20 Oct 2012 04:59:09 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To change the color of the title text of each of the related entries you would add this to custom.css or quick css after  making the changes you want. You can add font-size, font-weight etc..)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.goog-text-highlight {
background-color: #C9D7F1;
-webkit-box-shadow: 2px 2px 4px #99A;
-moz-box-shadow: 2px 2px 4px #9999aa;
box-shadow: 2px 2px 4px #99A;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The html code below represents one box in related items. since i dont know what you want to do, I suggest that you download firebug and play with the selectors.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;one_fourth no_margin alpha relThumb relThumb1 post-format-portfolio flex_column&#38;quot;&#38;gt;
&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; class=&#38;quot;relThumWrap &#38;quot;&#38;gt;
&#38;lt;span class=&#38;quot;related_image_wrap&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://www.delimbo.com/test/wp-content/uploads/DELIMBO-TENEO-TE-MARIA-JOSE-FOTOS-ESPACIO-1-100616181012-284x211.jpg&#38;quot; title=&#38;quot;DELIMBO-TENEO-TE-MARIA-JOSE-FOTOS-ESPACIO-1-100616181012&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;/a&#38;gt;&#38;lt;div class=&#38;quot;portfolio-title title_container&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; class=&#38;quot;relThumWrap &#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;h1 class=&#38;quot;main-title&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; class=&#38;quot;relThumWrap &#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Enlace Permanente María José Gallardo&#38;quot;&#38;gt;María José Gallardo&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For making customization to your theme's CSS, we recommend that you install and get to know Firebug ( &#60;a href=&#34;http://getfirebug.com/css&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com/css&#60;/a&#62; )  and Google Chrome developer tools ( &#60;a href=&#34;https://developers.google.com/chrome-developer-tools/docs/overview&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/chrome-developer-tools/docs/overview&#60;/a&#62; ) browser add-on. Firebug is a free web development tool that integrates into Firefox and Chrome browsers and assists in monitoring, debugging and editing of any website's CSS, HTML, DOM, and JavaScript files.&#60;/p&#62;
&#60;p&#62;Once installed, this easy to follow video will show you the basics of Firebug – &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; and get you on your way to customizing your theme like a real pro. &#60;/p&#62;
&#60;p&#62;This is the program that every developer uses to easily see and edit css on any site.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80331</link>
			<pubDate>Fri, 19 Oct 2012 08:56:18 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">80331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I want to change the size of related entires at the bottom here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.delimbo.com/test/expos-artistas/daniel-munoz-san/&#34; rel=&#34;nofollow&#34;&#62;http://www.delimbo.com/test/expos-artistas/daniel-munoz-san/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But only in portfolio entires. I have find a selector but also changes the text size of the portfolio preview boxes on the homepage.&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Nacho.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80174</link>
			<pubDate>Thu, 18 Oct 2012 02:11:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nacho,&#60;/p&#62;
&#60;p&#62;There sure is. But I forgot all my Spanish lessons and was unable to find the page you have in mind. If you could give an exact url to the page please and what text property you are looking to change?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80104</link>
			<pubDate>Wed, 17 Oct 2012 16:55:48 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">80104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
There´s any css selector to change the text properties only for the related entires boxes below Portfolio page?&#60;br /&#62;
Best,&#60;br /&#62;
Nacho.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "Checkout Billing Address does not show correct state"</title>
			<link>http://www.kriesi.at/support/topic/checkout-billing-address-does-not-show-correct-state#post-38975</link>
			<pubDate>Fri, 27 Jan 2012 18:01:08 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">38975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
my client has been getting some complaints about this one. Has there been an update or should I go ahead and apply the fix with non styled select that wildrays mentions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Checkout Billing Address does not show correct state"</title>
			<link>http://www.kriesi.at/support/topic/checkout-billing-address-does-not-show-correct-state#post-37536</link>
			<pubDate>Fri, 13 Jan 2012 08:25:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - I'll report the problem - I think this needs to be fixed for all users with a theme update (and this maybe affects other themes like Propulsion too).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "Checkout Billing Address does not show correct state"</title>
			<link>http://www.kriesi.at/support/topic/checkout-billing-address-does-not-show-correct-state#post-37499</link>
			<pubDate>Thu, 12 Jan 2012 21:50:15 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">37499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
It seems to be related to what happens when you first enter the screen. If you have it autofill some fields this happens. You can also try these exact steps in Billing Address.&#60;br /&#62;
1. Change to another country, State has 2 bits of text on top of each other.&#60;br /&#62;
2. Change back to the United States&#60;br /&#62;
3. try changing the State&#60;br /&#62;
4. It will now stay showing the Sate that was there previously, no matter what you select.&#60;br /&#62;
5. Uncheck ship to same address&#60;br /&#62;
6. Select USA&#60;br /&#62;
7. It shows the original State and will not change.&#60;br /&#62;
&#60;a href=&#34;https://gonereading.com/newshop/checkout/&#34; rel=&#34;nofollow&#34;&#62;https://gonereading.com/newshop/checkout/&#60;/a&#62;&#60;br /&#62;
Did you notice your own demo uses regular browser dropdowns for State. Is that the fix mentioned by Wildfire
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Checkout Billing Address does not show correct state"</title>
			<link>http://www.kriesi.at/support/topic/checkout-billing-address-does-not-show-correct-state#post-37321</link>
			<pubDate>Wed, 11 Jan 2012 14:03:01 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">37321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I believe this is the same problem I brought up here:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/shipping-address-error-cant-select-state&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/shipping-address-error-cant-select-state&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I sought some outside help on wpquestions.com and got this:&#60;br /&#62;
&#34;The problem seems to be that the shipping state select is being messed up by the woocommerce-mods.js file. But it works perfectly well for the first 3 select fields in that form. There's a call to a function called avia_select_unify on line 6 of that file - you could try commenting that line out and checking that the select box is ok (it won't look right - that code is changing the look). If it is OK, at least you know where to focus your attention. I've stepped through the code a few times and I can't see anything, but my hunch is that it's there or there abouts.....&#34;&#60;/p&#62;
&#60;p&#62;I commented out line 6 in the woo commerce-mods.js file and it solved the state selection problem. The dropdown just looks a little different now. I would love to find out more about this and not have to modify the theme code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Checkout Billing Address does not show correct state"</title>
			<link>http://www.kriesi.at/support/topic/checkout-billing-address-does-not-show-correct-state#post-37294</link>
			<pubDate>Wed, 11 Jan 2012 11:07:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37294@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link to your checkout page please - I tried to reproduce the error but I couldn't on my test server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "Checkout Billing Address does not show correct state"</title>
			<link>http://www.kriesi.at/support/topic/checkout-billing-address-does-not-show-correct-state#post-37210</link>
			<pubDate>Tue, 10 Jan 2012 22:15:37 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">37210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
entering an address for the USA at Checkout for billing when you first start it says Maryland which is my default location. When I select a different sate, say Minnesota (see images) It still says Maryland when the selection drop down closes. Open it again and Minnesota is ticked, which implies it is in fact selecting the right state. This will be totally confusing to a customer. It was for me! I notice in the demo, the state selector looks different to the others, just a plain browser generated one. (well at least in chrome on a mac) and it works properly. Is this a bug you have been aware of for a while?&#60;/p&#62;
&#60;p&#62;The exact same thing happens with the Shipping address if &#34;Ship to same address?&#34; is unchecked. see the 3 screenshots &#60;a href=&#34;http://gasolicious.com/help/checkout-state-problem-abundance.html&#34; rel=&#34;nofollow&#34;&#62;http://gasolicious.com/help/checkout-state-problem-abundance.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
