<?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: Moving Icons</title>
		<link>http://www.themolitor.com/forums/topic/moving-icons</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Moving Icons</description>
		<language>en-US</language>
		<pubDate>Tue, 05 May 2026 16:14:41 +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/moving-icons" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Moving Icons"</title>
			<link>http://www.themolitor.com/forums/topic/moving-icons#post-36258</link>
			<pubDate>Thu, 01 Oct 2015 12:28:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36258@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The JavaScript is located in scripts/spin.js</p>
<p>If you see icons for those posts, that means you don't have the "video" post status applied (just keep that in mind).</p>
<p>Those icons have the following styling...</p>
<pre><code>.postInfo .commentsLink,
.postInfo .post-edit-link,
.postInfo .post-sharing {
    font-size: 12px;
    margin-right: 10px;
}</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>joroy on "Moving Icons"</title>
			<link>http://www.themolitor.com/forums/topic/moving-icons#post-36247</link>
			<pubDate>Wed, 30 Sep 2015 13:38:42 +0000</pubDate>
			<dc:creator>joroy</dc:creator>
			<guid isPermaLink="false">36247@http://www.themolitor.com/forums/</guid>
			<description><p>How do I edit the Javascript?</p>
<p>I'm referring to the social icons that come below the videos in the video gallery. Every video has its own scroll bar, and the very bottom displays several social media icons. I'm not referring to the social media icons on a project page, only in the scrolling video gallery. Do you know what I mean?</p>
<p>Thanks!<br />
Jo
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Moving Icons"</title>
			<link>http://www.themolitor.com/forums/topic/moving-icons#post-36244</link>
			<pubDate>Wed, 30 Sep 2015 09:29:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36244@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The loading position (center of page) is automatically done by the JavaScript that creates it. You'll need to edit the script itself to make changes to that.</p>
<p>Are you referring to the social icons at the bottom of the page? If so, here is the current styling...</p>
<pre><code>#socialIcons a {
    border-radius: 50%;
    display: block;
    float: right;
    font-size: 125%;
    line-height: 28px;
    position: relative;
    text-align: center;
    width: 28px;
    z-index: 1;
}</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>joroy on "Moving Icons"</title>
			<link>http://www.themolitor.com/forums/topic/moving-icons#post-36239</link>
			<pubDate>Tue, 29 Sep 2015 16:06:35 +0000</pubDate>
			<dc:creator>joroy</dc:creator>
			<guid isPermaLink="false">36239@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks! I was hoping to move the loading icon down, but it isn't working with what you gave me. Please advise. </p>
<p>Also, I wanted to increase the size of the share icons under my videos in my gallery, and I looked at your response to someone else's post a while ago, but increasing the size with the information you gave them didn't work for me for some reason. I would love your advice regarding this as well.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Moving Icons"</title>
			<link>http://www.themolitor.com/forums/topic/moving-icons#post-36223</link>
			<pubDate>Tue, 29 Sep 2015 09:12:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36223@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Here is the current styling for those elements...</p>
<p>1. The loading circle (scripts/custom.js lines 28-48)...</p>
<pre><code>///////////////////
//LOADING ANIMATION
///////////////////
var opts = {
  lines: 13, // The number of lines to draw
  length: 8, // The length of each line
  width: 3, // The line thickness
  radius: 15, // The radius of the inner circle
  corners: 1, // Corner roundness (0..1)
  rotate: 0, // The rotation offset
  direction: 1, // 1: clockwise, -1: counterclockwise
  color: &#039;#fff&#039;, // #rgb or #rrggbb or array of colors
  speed: 1, // Rounds per second
  trail: 100, // Afterglow percentage
  shadow: false, // Whether to render a shadow
  hwaccel: false, // Whether to use hardware acceleration
  className: &#039;spinner&#039;, // The CSS class to assign to the spinner
  zIndex: 2e9, // The z-index (defaults to 2000000000)
  top: &#039;50%&#039;, // Top position relative to parent
  left: &#039;50%&#039; // Left position relative to parent
};</code></pre>
<p>2. The "X" button (style.css lines 1392-1414)...</p>
<pre><code>.closeVideo {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 26px;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 100;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.35);
	cursor: pointer;
	font-weight: lighter;
}
.closeVideo:hover {
	background: #fff;
	color: #191919;
	font-size: 32px;
}</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christohper
</p></description>
		</item>
		<item>
			<title>joroy on "Moving Icons"</title>
			<link>http://www.themolitor.com/forums/topic/moving-icons#post-36210</link>
			<pubDate>Mon, 28 Sep 2015 13:50:44 +0000</pubDate>
			<dc:creator>joroy</dc:creator>
			<guid isPermaLink="false">36210@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you please give me the necessary customization information to move the following:</p>
<p>1. The loading circle</p>
<p>2. The "x" you press to exit out of videos. When I use vimeo links, it is ending up on top of some of the icons that are always displayed with vimeo videos in the upper right corner. Thanks!
</p></description>
		</item>

	</channel>
</rss>
