<?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 &#124; ThemeFuse &#187; Topic: Missing bullet points</title>
		<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points</link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:19:50 +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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/topic/missing-bullet-points" rel="self" type="application/rss+xml" />

		<item>
			<title>Max on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32830</link>
			<pubDate>Thu, 26 Jan 2012 11:55:56 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">32830@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Changed code to:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.ordered li {list-style-type: decimal!important; margin-left:15px;}
.unordered li {list-style-type: disc!important; margin-left:15px;}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Businessdad on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32829</link>
			<pubDate>Thu, 26 Jan 2012 11:54:21 +0000</pubDate>
			<dc:creator>Businessdad</dc:creator>
			<guid isPermaLink="false">32829@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Now it works. What did you do?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32827</link>
			<pubDate>Thu, 26 Jan 2012 11:53:10 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">32827@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Try now.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Businessdad on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32826</link>
			<pubDate>Thu, 26 Jan 2012 11:50:17 +0000</pubDate>
			<dc:creator>Businessdad</dc:creator>
			<guid isPermaLink="false">32826@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;This crashed the whole layout.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32815</link>
			<pubDate>Thu, 26 Jan 2012 11:12:15 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">32815@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Clear your cache.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Businessdad on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32814</link>
			<pubDate>Thu, 26 Jan 2012 11:08:03 +0000</pubDate>
			<dc:creator>Businessdad</dc:creator>
			<guid isPermaLink="false">32814@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Doesnt work.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32812</link>
			<pubDate>Thu, 26 Jan 2012 11:02:38 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">32812@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
add this code in custom.css or style.css file file:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.ordered li {list-style-type: decimal!important;}
.unordered li {list-style-type: disc!important;}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
Then use this code for lists:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;ul class=&#38;quot;unordered&#38;quot;&#38;gt;
	&#38;lt;li&#38;gt;test1&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test2&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test3&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test4&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test5&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;ol class=&#38;quot;ordered&#38;quot;&#38;gt;
	&#38;lt;li&#38;gt;test1&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test2&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test3&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test4&#38;lt;/li&#38;gt;
	&#38;lt;li&#38;gt;test5&#38;lt;/li&#38;gt;
&#38;lt;/ol&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
Need to work fine.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Businessdad on "Missing bullet points"</title>
			<link>http://themefuse.com/forum/my-journey-wp/missing-bullet-points#post-32811</link>
			<pubDate>Thu, 26 Jan 2012 10:57:56 +0000</pubDate>
			<dc:creator>Businessdad</dc:creator>
			<guid isPermaLink="false">32811@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I formated the text on this site (&#60;a href=&#34;http://www.businessdad.de/about-me/&#34; rel=&#34;nofollow&#34;&#62;http://www.businessdad.de/about-me/&#60;/a&#62;) with bullet point, but they are not shwon on the site.&#60;br /&#62;
But I can see them in the backend WYSIWYG.
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
