<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?</title>
		<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 22:12:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/where-is-the-rectangle-coded-in-the-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?"</title>
			<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme#post-21025</link>
			<pubDate>Mon, 27 May 2013 09:33:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21025@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research, testing and custom code then I have to refer you to the customization request form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>metas10 on "Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?"</title>
			<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme#post-21004</link>
			<pubDate>Sat, 25 May 2013 04:07:34 +0000</pubDate>
			<dc:creator>metas10</dc:creator>
			<guid isPermaLink="false">21004@http://www.themolitor.com/forums/</guid>
			<description><p>Hi thanks but what I really wanted to do was to add a class or id to each li item because they currently have none. I've got around it though by using the nth child selector.... But I still couldn't find them in the flexslider plugin..<br />
Cheers.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?"</title>
			<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme#post-20982</link>
			<pubDate>Fri, 24 May 2013 10:12:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20982@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The slider indicator elements are created by the flexslider jQuery plugin. Locate the following styles in the style.css file on lines 262-267 to make adjustments to those elements...</p>
<pre><code>ol.flex-control-nav {width: 100%; position: absolute; bottom: -14px; left: 0; }
ol.flex-control-nav li {float: left; margin: 0 0 0 2px;}
ol.flex-control-nav li:first-child {margin-left: 0;}
ol.flex-control-nav li a {display: inline-block; height: 12px; width: 100px; background: #ddd; float: left; text-indent: -999px; overflow: hidden; cursor: pointer;}
ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active {background: #000;}</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>metas10 on "Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?"</title>
			<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme#post-20970</link>
			<pubDate>Fri, 24 May 2013 07:36:46 +0000</pubDate>
			<dc:creator>metas10</dc:creator>
			<guid isPermaLink="false">20970@http://www.themolitor.com/forums/</guid>
			<description><p>Hey I also can't find this and it's not in my slider.php file.. Any other ideas? I've looked at pretty much every file.. Thanks
</p></description>
		</item>
		<item>
			<title>Justin on "Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?"</title>
			<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme#post-9671</link>
			<pubDate>Sat, 05 May 2012 06:04:42 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">9671@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there, check the slider.php file!
</p></description>
		</item>
		<item>
			<title>memphisroar on "Where is the rectangle ol class=&quot;flex-control-nav&quot; coded in the theme?"</title>
			<link>http://www.themolitor.com/forums/topic/where-is-the-rectangle-coded-in-the-theme#post-9618</link>
			<pubDate>Wed, 02 May 2012 19:47:22 +0000</pubDate>
			<dc:creator>memphisroar</dc:creator>
			<guid isPermaLink="false">9618@http://www.themolitor.com/forums/</guid>
			<description><p>Under the slider, there are rectangles that become active on click or when allowing the slider to rotate thru the featured posts. Where are these ordered list rectangles coded in the theme? I am trying to play around with moving them and also doing some customization with using this same type of selector on a single event post, but I cannot find the coding in the theme. I feel like I've looked every where possible. </p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
