<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: minileven - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/minileven</link>
		<description>WordPress.com Forums &#187; Tag: minileven - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 16:26:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/minileven" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Custom Mobile Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-mobile-theme#post-1249913</link>
			<pubDate>Tue, 30 Apr 2013 23:49:49 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1249913@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes. First, go to the Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel and select the option that says, "Include this CSS in the Mobile Theme." Then add the following custom CSS:</p>
<pre><code>.mobile-theme .menu-search {
    background: #f00;
}

.mobile-theme .search-form #s {
	background: #00f;
	border: 1px solid #000;
}</code></pre>
<p>I used red, blue, and black for the color codes. You should change those values to color codes you choose before saving the custom CSS changes.
</p>
]]></description>
					</item>
		<item>
			<title>borjaduran on "Custom Mobile Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-mobile-theme#post-1241910</link>
			<pubDate>Thu, 25 Apr 2013 09:09:24 +0000</pubDate>
			<dc:creator>borjaduran</dc:creator>
			<guid isPermaLink="false">1241910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Is it possible to change the color of mobile theme menu? By default is blue and I would like to change it.</p>
<p>Thanks in advanced!
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173869</link>
			<pubDate>Thu, 07 Mar 2013 21:29:30 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173869@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are truly a <strong>Happiness Engineer</strong>!  That is perfect!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173866</link>
			<pubDate>Thu, 07 Mar 2013 21:26:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173866@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmm, also, if that hides it in the mobile theme, you can use this to add it back:</p>
<pre><code>.mobile-theme .site-header h1 {
	display: block;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173865</link>
			<pubDate>Thu, 07 Mar 2013 21:25:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173865@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Or you could completely hide the site title container in normal views:</p>
<pre><code>.site-header h1 {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173851</link>
			<pubDate>Thu, 07 Mar 2013 21:10:50 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173851@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is working out very very nicely! Thanks for your help today.  </p>
<p>I have the mobile theme working pretty well, now I just need to figure out how to close the gap at the top of the regular browser version.  I'm thinking there must be a way to change the height of that area to 1px...
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173784</link>
			<pubDate>Thu, 07 Mar 2013 20:22:56 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173784@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>On that note, is there somewhere I can view the original mobile theme CSS so I can see the names of the different elements and classes and such?</p></blockquote>
<p>Good question! Here's a link to the mobile theme stylesheet:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/minileven/style.css?minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/minileven/style.css?minify=false</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173763</link>
			<pubDate>Thu, 07 Mar 2013 20:11:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173763@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Unless you think there's a simple fix for minimizing the header area (without deactivating it)</p></blockquote>
<p>Did you try changing the height value?
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173762</link>
			<pubDate>Thu, 07 Mar 2013 20:11:14 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173762@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes! thank you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173761</link>
			<pubDate>Thu, 07 Mar 2013 20:10:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173761@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Including specific examples like this one is so helpful! :)</p>
<p><code>&lt;body class=&quot;blog custom-background typekit-enabled custom-font-enabled single-author highlander-enabled highlander-light&quot;&gt;</code></p>
<p>Okay, so that's the posts page, it doesn't really have an ID number because a bunch of different posts get displayed on that page all at once. Using ".blog" on that page should be unique.</p>
<p>See how that class list has "blog" whereas the other ones you looked at have "page" instead?
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173687</link>
			<pubDate>Thu, 07 Mar 2013 19:21:03 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok. Enabling the "show header text" did indeed produce an image on the mobile theme, so that's good, thanks.  But as is often the case in web dev... by going 'one step forward' on that, I went 'two steps backward' on some other things.  It added a big white space above my navigation where the header text would normally be (I don't want the header text so I left those blank), there's also extra white space on the mobile theme.  I already have the main navigation margin set to 1px to make it as close to the top of the page as possible, but I think enabling the header text adds  too much white space.</p>
<p>Unless you think there's a simple fix for minimizing the header area (without deactivating it), I would definitely like to try and see if I can set the background on a different page element as you have suggested (ie - entry title).  </p>
<p>On that note, is there somewhere I can view the original mobile theme CSS so I can see the names of the different elements and classes and such?
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173659</link>
			<pubDate>Thu, 07 Mar 2013 19:04:23 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173659@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I completely understood how you explained the unique page id, and I was able to get all of these except the blog page of the site (for robtco it is the news page <a href="http://robtco.wordpress.com/news/" rel="nofollow">http://robtco.wordpress.com/news/</a> ).  This one page did not show a "page id" like the rest of them which is why I was asking. For this page the code was:<br />
<code>&lt;br /&gt;
&lt;body class=&quot;blog custom-background typekit-enabled custom-font-enabled single-author highlander-enabled highlander-light&quot;&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173579</link>
			<pubDate>Thu, 07 Mar 2013 18:24:18 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173579@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Aha, there's one more thing you should check, make sure the " Show header text with your image" option is checked on the Appearance &#8594; Header page. The CSS I tested was based on a blog where that option was turned on. If you want to experiment with the CSS and adjust it to work with a different selector (other than using "hgroup"), you could leave that option unchecked and try setting the background on a different page element such as the post title (i.e. ".entry-title"). After that, you would need to experiment with different spacing options (i.e. adjust the pixel values in the examples).
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173569</link>
			<pubDate>Thu, 07 Mar 2013 18:17:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173569@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I noticed there was a little code hint saying "don't use adjoining classes" next to each class.page_id I was calling.</p></blockquote>
<p>You've got to go against the warning and do it anyway in this case. :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173566</link>
			<pubDate>Thu, 07 Mar 2013 18:16:46 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>The regular browser version is still doing the random header, which I assume is what it's supposed to be doing since the CSS you showed me is specific to the mobile theme. </p></blockquote>
<p>Correct.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173563</link>
			<pubDate>Thu, 07 Mar 2013 18:15:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173563@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>So far, no luck... I used the example code you provided and changed only the page id for each page</p>
</blockquote>
<p>Try the exact code without modifying it. Also, double check to make sure you are viewing the mobile theme and that you have turned on the "Mobile-compatible" option:</p>
<blockquote><p>In order for the example above to work, you must be viewing the mobile theme (not the responsive version of the Twenty Twelve theme) and you must have set the "Mobile-compatible" option to "Yes" on the Appearance → Custom Design → CSS page.</p>
</blockquote>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173560</link>
			<pubDate>Thu, 07 Mar 2013 18:13:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173560@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How do you find the image file name for each page (I currently only have 4 headers)?</p></blockquote>
<p>To find a link to an image, first upload the image to your <a href="http://en.support.wordpress.com/images/">media library</a>, then go to the main media library page and click on the image you just uploaded, find the "File URL" field on the right. The link in that filed is a direct link to the image.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173555</link>
			<pubDate>Thu, 07 Mar 2013 18:09:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173555@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>by the way... how do you find the blog page id?</p></blockquote>
<p>I like using this method to find the page ID which I mentioned above:</p>
<blockquote><p>If you view the page source for <a href="http://robtco.wordpress.com/about-robtco/" rel="nofollow">http://robtco.wordpress.com/about-robtco/</a> you'll see this for the body tag:</p>
<p><code>&lt;body class=&quot;page page-id-96 page-template-default logged-in admin-bar no-customize-support custom-background typekit-enabled custom-font-enabled single-author highlander-enabled highlander-light&quot;&gt;</code></p>
<p>The "page-id-96" class is unique to this page.</p></blockquote>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173486</link>
			<pubDate>Thu, 07 Mar 2013 16:46:11 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173486@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So far, no luck... I used the example code you provided and changed only the page id for each page (by the way... how do you find the blog page id?) and the image file name for each page (I currently only have 4 headers).</p>
<p>Thus far, I see no image on the mobile theme.  The regular browser version is still doing the random header, which I assume is what it's supposed to be doing since the CSS you showed me is specific to the mobile theme.  I also did turn on the "mobile compatible" option under the publishing CSS settings.  </p>
<p>I noticed there was a little code hint saying "don't use adjoining classes" next to each class.page_id I was calling.  </p>
<p>I'm going to attempt to share my CSS with you below... bear with me if I don't do this right the first try.</p>
<pre><code>/*home header*/
.mobile-theme.page-id-2 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-032.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*about us header*/
.mobile-theme.page-id-96 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-022.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*services header*/
.mobile-theme.page-id-19 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-012.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*property header*/
.mobile-theme.page-id-6 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-042.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*association header*/
.mobile-theme.page-id-8 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-032.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*homeowner header*/
.mobile-theme.page-id-13 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-022.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*tenant header*/
.mobile-theme.page-id-10 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-012.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*news header*/
.mobile-theme.page-id-96 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-042.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}
/*contact header*/
.mobile-theme.page-id-15 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-032.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173395</link>
			<pubDate>Thu, 07 Mar 2013 15:47:28 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173395@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorry! i just re-read what you wrote about the mobile theme which answers my previous question!
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173389</link>
			<pubDate>Thu, 07 Mar 2013 15:45:07 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is fantastic, thank you! </p>
<p>I did make my banners the specific size for this theme 960x250.  So is the "?w=320" relevant for resizing to the mobile theme?  Or was that just an example just in case I would need to resize?  </p>
<p>I'm going to try playing around with this now.  Thank you SO much!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173380</link>
			<pubDate>Thu, 07 Mar 2013 15:39:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173380@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, I should have mentioned requirements before. In order for the example above to work, you must be viewing the mobile theme (not the responsive version of the Twenty Twelve theme) and you must have set the "Mobile-compatible" option to "Yes" on the Appearance &#8594; Custom Design &#8594; CSS page.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173377</link>
			<pubDate>Thu, 07 Mar 2013 15:37:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173377@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay! First, it helps very much to look at a specific example.</p>
<p>Let's look at this page:<br />
<a href="http://robtco.wordpress.com/about-robtco/" rel="nofollow">http://robtco.wordpress.com/about-robtco/</a></p>
<p>And let's use this as the example header image:<br />
<a href="https://robtco.files.wordpress.com/2013/02/copy-twenty12banner-032.jpg" rel="nofollow">https://robtco.files.wordpress.com/2013/02/copy-twenty12banner-032.jpg</a></p>
<p>If you view the page source for <a href="http://robtco.wordpress.com/about-robtco/" rel="nofollow">http://robtco.wordpress.com/about-robtco/</a> you'll see this for the body tag:</p>
<p><code>&lt;body class=&quot;page page-id-96 page-template-default logged-in admin-bar no-customize-support custom-background typekit-enabled custom-font-enabled single-author highlander-enabled highlander-light&quot;&gt;</code></p>
<p>The "page-id-96" class is unique to this page alone, so you can use that to target the page. However, you also need to target the mobile theme, which gets a body class of "mobile-theme" added as well. So, in order to target both of those classes together with CSS, you would put them side-by-side with no spaces in between and with a "." in front of each one to indicate it's a class. That will get you ".mobile-theme.page-id-96" which you can use in your CSS to target anything in the mobile theme rendering of the page.</p>
<p>So. Next you want to add a background image to only that specific page and only when the mobile theme is in use, and you could do that by setting a background on the "hgroup" tag with an appropriately sized image and with the spacing adjusted:</p>
<pre><code>.mobile-theme.page-id-96 hgroup {
	background: url(&#039;//robtco.files.wordpress.com/2013/02/copy-twenty12banner-032.jpg?w=320&#039;) center 60px no-repeat;
	height: 140px;
}</code></pre>
<p>Note that you can change the pixel values to adjust the spacing if you'd like. Also note how I added "?w=320" to the end of the image URL. That  works because WordPress.com let's you resize images with query strings. Another alternative would be to upload an image sized to the exact dimensions you'd like to use into your media library and use the image URL for that one inside the url() function instead.
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1173332</link>
			<pubDate>Thu, 07 Mar 2013 14:25:31 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1173332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That would be so so helpful.  I would be very appreciative if you could help me walk through using a unique body class for each page.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1172658</link>
			<pubDate>Wed, 06 Mar 2013 22:49:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1172658@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Yes, I am viewing the mobile theme (as opposed to "view full site")</p></blockquote>
<p>That's the important bit. The mobile theme is a completely separate theme which was never actually designed to use the random header feature. That said, we've seen a couple previous requests for something like that and the theme team made a note that they would look at adding it as a new feature for the mobile theme next time it gets updated.</p>
<p>In the mean time, you have a couple options:</p>
<p>1. Don't use the Mobile Theme option—Twenty Twelve is actually a responsive theme and it should work for mobile if you want to use it by itself.</p>
<p>2. You could use the unique body classes for each page to target a CSS update to the header image on each one. To see the body classes, view the page source for any of your pages in a browser and find the "body" HTML tag. Each page will have unique class names that you can use in your CSS. There's even a <a href="http://en.support.wordpress.com/themes/mobile-themes/#custom-design">setting</a> on the Appearance &#8594; Custom Design &#8594; CSS page that will let you extend the CSS to work for the mobile theme. Doing this option would take some work. I can help you walk through one example if you're interested in trying it out.
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1172457</link>
			<pubDate>Wed, 06 Mar 2013 20:12:55 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1172457@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your quick reply! Yes, I turned off the "random" setting for the time being but I just switched that back so you can see the issue.  (I guess it would be smart to leave it that way while I'm asking people to help me! LOL)</p>
<p>Yes, I am viewing the mobile theme (as opposed to "view full site") and that is because I feel it's a much nicer interface and menu for the small screen of a phone.  I'm just puzzled why it can successfully do one image on the mobile theme, but not the random header option.  </p>
<p>I'm also curious if this is just an issue with iphone and I wonder if it works properly on other mobile devices.</p>
<p>Assuming there is no fix for mobile theme + random header, I was wondering if I could make each page have it's own designated header image in the hopes that it would resolve the issue.</p>
<p>Thanks again!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1172433</link>
			<pubDate>Wed, 06 Mar 2013 20:00:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1172433@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked <a href="http://robtco.wordpress.com/" rel="nofollow">http://robtco.wordpress.com/</a> just now in a browser, and the heading is always the same. Did you turn the random option off on the Appearance &#8594; Header page in your blog dashboard?</p>
<p>Also, check to make sure you're viewing the Twenty Twelve theme on mobile, and not the mobile theme (which is separate). You can find the setting on the Appearance &#8594; Mobile page in your blog dashboard. Here's a related help page with more info about how it works:<br />
<a href="http://en.support.wordpress.com/themes/mobile-themes/#disabling-mobile-themes" rel="nofollow">http://en.support.wordpress.com/themes/mobile-themes/#disabling-mobile-themes</a>
</p>
]]></description>
					</item>
		<item>
			<title>kcullinan on "twenty twelve random image header not working on mobile"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-random-image-header-not-working-on-mobile#post-1172230</link>
			<pubDate>Wed, 06 Mar 2013 18:19:52 +0000</pubDate>
			<dc:creator>kcullinan</dc:creator>
			<guid isPermaLink="false">1172230@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hello, this is my first post on the support forum so be gentle =) i'm working on <a href="http://robtco.wordpress.com/" rel="nofollow">http://robtco.wordpress.com/</a> and i have upgraded to the pro package.  i'm very happy with the theme almost perfectly as is, but I noticed that when I use the "random" option for my header image, it gets stripped out of the mobile version (at least on my iphone).  when I set it to one specific header image it works like a charm.</p>
<p>So is there any fix for this apparent glitch? OR... is there a way I can, via CSS, set this theme to show a specific different image on each page?</p>
<p>thanks for any advice!<br />
Kyle
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Disable Widgets In Mobile Version"</title>
			<link>http://en.forums.wordpress.com/topic/disable-widgets-in-mobile-version#post-1082057</link>
			<pubDate>Fri, 30 Nov 2012 03:26:32 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1082057@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can target the mobile theme using CSS selectors that begin with ".mobile-theme" and you must also have the mobile theme enabled in Settings &#8594; Mobile and check the option that says "Apply this CSS to the Mobile Theme" on the Appearance &#8594; Custom Design &#8594; CSS page.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Disable Widgets In Mobile Version"</title>
			<link>http://en.forums.wordpress.com/topic/disable-widgets-in-mobile-version#post-1056757</link>
			<pubDate>Wed, 31 Oct 2012 23:20:24 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1056757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't help with CSS editing. I was just curious is all. :)
</p>
]]></description>
					</item>

	</channel>
</rss>
