<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>milo Support forum for WordPress and BuddyPress themes Tag: bullit</title>
<link>http://forum.milo317.com/</link>
<description>WordPress tips, hacks and Security updates</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 01:28:08 +0000</pubDate>

<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-376</link>
<pubDate>Sat, 02 Aug 2008 10:31:39 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">376@http://forum.milo317.com/</guid>
<description>&#60;p&#62;thankyou so much for all your help!! :)
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-375</link>
<pubDate>Sat, 02 Aug 2008 10:15:47 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">375@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Easy, open the Bullit featured php template,&#60;br /&#62;
find this line:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php query_posts('showposts=1&#38;amp;offset=0'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;here you have to add the cats by ID like so:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php query_posts('cat=5&#38;amp;showposts=1&#38;amp;offset=0'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;where cat=5 indicates your cat ID,&#60;br /&#62;
shown on this page in WP admin:&#60;/p&#62;
&#60;p&#62;manage &#38;#8594; categories &#38;#8594; status bar&#60;br /&#62;
the number shows up by hovering your cat like so:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://yoursite.com/wp-admin/categories.php?action=edit&#38;#38;cat_ID=5&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/wp-admin/categories.php?action=edit&#38;#38;cat_ID=5&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;you have to repeat this step on the next sections as well, like so:&#60;br /&#62;
change from&#60;/p&#62;
&#60;p&#62;&#38;lt;?php query_posts('showposts=1&#38;amp;offset=1'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;&#38;lt;?php query_posts('cat=ID&#38;amp;showposts=1&#38;amp;offset=0'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Note that the offset changed to zero, so it will show the latest post&#60;br /&#62;
from your desired category, this way you can show six posts from six categories&#60;br /&#62;
or leave the offset and choose only one category.&#60;/p&#62;
&#60;p&#62;You can see the possibilites are endless.
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-374</link>
<pubDate>Sat, 02 Aug 2008 08:22:28 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">374@http://forum.milo317.com/</guid>
<description>&#60;p&#62;thanks! it worked! &#60;/p&#62;
&#60;p&#62;can i just quickly ask what is the code needed to have the news slider pull posts from a different category, a 'special posts' category than that of the regular news posts that appear on the main page? and where do i add it?
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-372</link>
<pubDate>Fri, 01 Aug 2008 19:58:51 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">372@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Once again: please check via validating service:&#60;br /&#62;
[url=http://validator.w3.org/check?uri=http%3A%2F%2Ffringe-media.com%2Fwpress%2F&#38;#38;charset=(detect+automatically)&#38;#38;doctype=Inline&#38;#38;ss=1&#38;#38;group=0&#38;#38;No200=1&#38;#38;verbose=1#line-172]&#60;/p&#62;
&#60;p&#62;It clearly states that the slider is empty after the first post, therefore closes with unneccessary div tags.&#60;/p&#62;
&#60;p&#62;Check the line 147 and following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;section&#38;quot; id=&#38;quot;section2&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Simply said: write more test posts with article and lead images, then the template will work.
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-370</link>
<pubDate>Fri, 01 Aug 2008 14:40:15 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">370@http://forum.milo317.com/</guid>
<description>&#60;p&#62;ohh whoops its now &#60;code&#62;fringe-media.com/wpress&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;i am sorry i have been a nuisance, i will stop bothering now. thanks for your time/efforts and its a great theme :)
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-368</link>
<pubDate>Fri, 01 Aug 2008 14:19:43 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">368@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Okay,&#60;br /&#62;
first of all this url &#60;code&#62;fringe-media.com/wp&#60;/code&#62; does not work anymore, so I cannot check anything.&#60;br /&#62;
second: I've checked all files on my two test WP sites and it's working.&#60;br /&#62;
third: you may have more than two testing posts, so the content stays left and sidebar right.
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-367</link>
<pubDate>Fri, 01 Aug 2008 12:26:57 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">367@http://forum.milo317.com/</guid>
<description>&#60;p&#62;well... i'm sorry but i just don't know what the error is :(&#60;/p&#62;
&#60;p&#62;it's bugging me! i really like this theme and would love to use it.
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-365</link>
<pubDate>Thu, 31 Jul 2008 14:37:43 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">365@http://forum.milo317.com/</guid>
<description>&#60;p&#62;okay, i will take a look tomorrow and post back here :) thanks!!
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-358</link>
<pubDate>Wed, 30 Jul 2008 20:13:45 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">358@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Looks like there might be an error via the custom fields,&#60;br /&#62;
can you please check all custom field values,&#60;br /&#62;
maybe there is the &#34;bad&#34; code, as the other site is running without flaws.
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-350</link>
<pubDate>Wed, 30 Jul 2008 09:50:26 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">350@http://forum.milo317.com/</guid>
<description>&#60;p&#62;oh thanks, im sorry to be a bother :(&#60;/p&#62;
&#60;p&#62;the weirder thing is, i tested it on my other site and i had no issues? and yet, here i sit having installed a fresh copy of wordpress, no plugins, nothing. and the theme right as it was unpacked and i have this odd problem! i must be doing something wrong.
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-346</link>
<pubDate>Wed, 30 Jul 2008 01:19:56 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">346@http://forum.milo317.com/</guid>
<description>&#60;p&#62;No prob, I'll check tomorrow all theme files and test it again.
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-344</link>
<pubDate>Tue, 29 Jul 2008 12:22:33 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">344@http://forum.milo317.com/</guid>
<description>&#60;p&#62;actually i can get it to pass validation when i remove a div tag from the index.php page, but then the layout goes wonky again.&#60;/p&#62;
&#60;p&#62;honestly? don't know what i'm doing wrong!
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-343</link>
<pubDate>Tue, 29 Jul 2008 11:23:20 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">343@http://forum.milo317.com/</guid>
<description>&#60;p&#62;okay so i fixed the div issues, but it's still not aligned correctly :( i don't know what i have done wrong... i didn't change anything!
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-342</link>
<pubDate>Mon, 28 Jul 2008 12:26:55 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">342@http://forum.milo317.com/</guid>
<description>&#60;p&#62;thankyou. i can't believe i didn't check the validate thing first! oops.&#60;/p&#62;
&#60;p&#62;i'm going to see if i can find where the error is, thankyou for the quick response!
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-339</link>
<pubDate>Mon, 28 Jul 2008 12:13:28 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">339@http://forum.milo317.com/</guid>
<description>&#60;p&#62;You have a &#60;code&#62;div&#60;/code&#62; tag open, please check this:&#60;/p&#62;
&#60;p&#62;[url=http://validator.w3.org/check?verbose=1&#38;#38;uri=http%3A%2F%2Ffringe-media.com%2Fwp%2F%23section3]&#60;/p&#62;
&#60;p&#62;Close the &#60;code&#62;div&#60;/code&#62; tag and the theme will work like here: &#60;a href=&#34;http://wp.3oneseven.com/index.php?wptheme=bullit&#34;&#62;Showcase&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>msb on "bullit/typo alignment issues"</title>
<link>http://forum.milo317.com/topic/bullittypo-alignment-issues#post-338</link>
<pubDate>Mon, 28 Jul 2008 11:59:40 +0000</pubDate>
<dc:creator>msb</dc:creator>
<guid isPermaLink="false">338@http://forum.milo317.com/</guid>
<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;i am likely missing something obvious, but i installed both your bullit and typography themes, and i have the same problem with each: &#60;/p&#62;
&#60;p&#62;&#60;center&#62;fringe-media.com/wp&#60;/center&#62;&#60;br /&#62;
&#60;center&#62;EDIT: link removed due to forum restrictions&#60;/center&#62;&#60;/p&#62;
&#60;p&#62;notice how the sidebar alignment is... wrong? i can get the featured images to show (i just uploaded anything to see how it works) but the slide menu just isn't working for me. the little thumbnails that should be underneath and actually further down under the news posts, and over onto the left.&#60;/p&#62;
&#60;p&#62;what have i got wrong? :(
&#60;/p&#62;</description>
</item>
<item>
<title>Uncle_B on "Bullit issue"</title>
<link>http://forum.milo317.com/topic/bullit-issue#post-316</link>
<pubDate>Wed, 16 Jul 2008 20:25:47 +0000</pubDate>
<dc:creator>Uncle_B</dc:creator>
<guid isPermaLink="false">316@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Well yes, that was a real agony I was going through: I upgraded to wp 2.6 and it immediatly locked me out of my admin area with this message: &#34;WordPress requires Cookies but your browser does not support them or they are blocked&#34;. &#60;/p&#62;
&#60;p&#62;At first I blamed the boys from WP because on the wpforums similar lockups were reported after the upgrade 2.51 --&#38;gt; 2.6. After a lot of trial &#38;#38; error and the usual steps didn't work I downgraded to 2.5.1. Didn't fix the prob. Downgraded to 2.3.3 same weird problem. Than I read somewhere about themes and cookies, so I thought ok I delete my latest theme I used, which happened to be Bullit. After I did that I could get back into my admin. After that I did the famous 1-click upgrade to 2.6 and it ran like a new one, no problem anymore. So maybe it was just a coincidence that it happened with your theme, maybe it was a hidden flaw of wp2.6, I really don't know, the only thing I know is that I spend a lot of hours troubleshooting the darn website ;-)&#60;br /&#62;
But I still love your themes!
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "Bullit issue"</title>
<link>http://forum.milo317.com/topic/bullit-issue#post-315</link>
<pubDate>Wed, 16 Jul 2008 12:38:00 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">315@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Well,&#60;br /&#62;
seems like you are using now the blueish Harpo &#60;code&#62;WP Theme&#60;/code&#62;, so....
&#60;/p&#62;</description>
</item>
<item>
<title>Uncle_B on "Bullit issue"</title>
<link>http://forum.milo317.com/topic/bullit-issue#post-314</link>
<pubDate>Tue, 15 Jul 2008 12:10:00 +0000</pubDate>
<dc:creator>Uncle_B</dc:creator>
<guid isPermaLink="false">314@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I have a problem with the Flickr option in Bullit:&#60;br /&#62;
Every time I try to fill in my flickr ID and save it, the ID doesn't get saved and the sample ID shows up again.
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit plugins"</title>
<link>http://forum.milo317.com/topic/bullit-plugins#post-311</link>
<pubDate>Mon, 14 Jul 2008 15:26:16 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">311@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Looks like one of your plugins us using the same js library like the theme,&#60;br /&#62;
check this from your header:&#60;br /&#62;
../wp-includes/js/prototype.js?ver=1.6&#60;br /&#62;
../wp-includes/js/scriptaculous/scriptaculous.js?ver=1.8.0&#60;br /&#62;
what are this library calls good for?&#60;/p&#62;
&#60;p&#62;Solution: disable your plugins one by one to locate the misbehaving pi class.
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit plugins"</title>
<link>http://forum.milo317.com/topic/bullit-plugins#post-310</link>
<pubDate>Mon, 14 Jul 2008 15:21:09 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">310@http://forum.milo317.com/</guid>
<description>&#60;p&#62;[Edit by forum admin]&#60;/p&#62;
&#60;p&#62;Neil asked:&#60;/p&#62;
&#60;p&#62;How do I get the twitter button 'find out who am I' to work in the bullit theme?
&#60;/p&#62;</description>
</item>
<item>
<title>milo on "bullit plugins"</title>
<link>http://forum.milo317.com/topic/bullit-plugins#post-308</link>
<pubDate>Sun, 13 Jul 2008 13:19:17 +0000</pubDate>
<dc:creator>milo</dc:creator>
<guid isPermaLink="false">308@http://forum.milo317.com/</guid>
<description>&#60;p&#62;First  : there is no plugin folder for the Bullit WP theme.&#60;br /&#62;
Second : functions are built into the functions file&#60;br /&#62;
Third  : you might read the README file again for configuration.
&#60;/p&#62;</description>
</item>
<item>
<title>neil on "bullit plugins"</title>
<link>http://forum.milo317.com/topic/bullit-plugins#post-306</link>
<pubDate>Sat, 12 Jul 2008 17:23:56 +0000</pubDate>
<dc:creator>neil</dc:creator>
<guid isPermaLink="false">306@http://forum.milo317.com/</guid>
<description>&#60;p&#62;Where is the plugin folder for this theme?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

