<?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: thumbLinkWide Adjustment</title>
		<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment</link>
		<description>THE MOLITOR FORUMS &#187; Topic: thumbLinkWide Adjustment</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:30: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/thumblinkwide-adjustment" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "thumbLinkWide Adjustment"</title>
			<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment#post-36155</link>
			<pubDate>Wed, 23 Sep 2015 12:12:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36155@http://www.themolitor.com/forums/</guid>
			<description><p>Excellent!
</p></description>
		</item>
		<item>
			<title>jloehrk on "thumbLinkWide Adjustment"</title>
			<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment#post-36152</link>
			<pubDate>Wed, 23 Sep 2015 11:49:19 +0000</pubDate>
			<dc:creator>jloehrk</dc:creator>
			<guid isPermaLink="false">36152@http://www.themolitor.com/forums/</guid>
			<description><p>Yep that was the missing link.  Sadly I already had Regenerate Thumbnails as an installed plugin.  Didn't think to combine the two processes.  </p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "thumbLinkWide Adjustment"</title>
			<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment#post-36147</link>
			<pubDate>Wed, 23 Sep 2015 10:32:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36147@http://www.themolitor.com/forums/</guid>
			<description><p>Changing that setting does not automatically change the existing images you have uploaded (just the newly uploaded images). </p>
<p>You can retroactively change your images using a plugin like Regenerate Thumbnails: <a href="http://wordpress.org/plugins/regenerate-thumbnails/" rel="nofollow">http://wordpress.org/plugins/regenerate-thumbnails/</a></p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>jloehrk on "thumbLinkWide Adjustment"</title>
			<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment#post-36140</link>
			<pubDate>Tue, 22 Sep 2015 17:56:01 +0000</pubDate>
			<dc:creator>jloehrk</dc:creator>
			<guid isPermaLink="false">36140@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Chris,</p>
<p>I changed 500 to 650 and it didn't work.  I inspected my code and it still reads at 500.  </p>
<p>Was there something that I missed?</p>
<p>Thanks.</p>
<p>My code: </p>
<p>///////////////////////<br />
//FEATURED IMAGE SUPPORT<br />
///////////////////////<br />
add_theme_support( 'post-thumbnails', array( 'post' ) );<br />
set_post_thumbnail_size( 230, 340, true );<br />
add_image_size( 'related',185 ,273,true );<br />
add_image_size( 'wide',650 ,9999);
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "thumbLinkWide Adjustment"</title>
			<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment#post-36132</link>
			<pubDate>Tue, 22 Sep 2015 13:27:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36132@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You need to adjust the "wide" image setting in functions.php on line 97...</p>
<pre><code>add_image_size( &#039;wide&#039;,500 ,9999);</code></pre>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>jloehrk on "thumbLinkWide Adjustment"</title>
			<link>http://www.themolitor.com/forums/topic/thumblinkwide-adjustment#post-36119</link>
			<pubDate>Tue, 22 Sep 2015 07:31:41 +0000</pubDate>
			<dc:creator>jloehrk</dc:creator>
			<guid isPermaLink="false">36119@http://www.themolitor.com/forums/</guid>
			<description><p>Greetings Chris,</p>
<p>I ended up changing the max-width on the .listing .post code from 500px to 650px in the style.css to expand the design.  Below is the result.</p>
<p><a href="http://www.jelproduction.net/category/church-production/" rel="nofollow">http://www.jelproduction.net/category/church-production/</a></p>
<p>However, when I go to a listing page that doesn't showcase a video, my thumbnail link images are off-centered.  I looked at the code for this section but I'm having problems in fixing it.  How can I either increase the size of the thumbnail to fit in the center, or re-position the thumbnail to the center?  Make sense?  Here's a link to give you an idea of what I'm facing:</p>
<p><a href="http://www.jelproduction.net/category/gauntlet/" rel="nofollow">http://www.jelproduction.net/category/gauntlet/</a></p>
<p>Also here's the code that I found that I've been looking at:</p>
<pre><code>/*----------------------------*/
/*---THUMBNAIL LINK STUFF----*/
/*--------------------------*/
a.thumbLinkWide,
.tab a.thumbLink,
a.thumbLink {
	float: left;
	z-index: 100;
	position: relative;
	display: block;
	text-decoration:none;
	margin: 0 30px 0 0;
	padding: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.35);
	border: 1px solid rgba(0,0,0,.5);
}

a.thumbLinkWide:hover,
.tab a.thumbLink:hover,
a.thumbLink:hover {text-decoration:none;}

a.thumbLinkWide img,
.tab a.thumbLink img,
a.thumbLink img {
	display: block;
	margin: 0;
	padding: 0;
}

a.thumbLinkWide:before,
.tab a.thumbLink:before,
a.thumbLink:before {
	content: &#34;&#34;;
	position: absolute;
	display: block;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	border: 1px solid rgba(255,255,255,.06);
	z-index: 1000;
}

a.thumbLinkWide {
	margin: 0 0 15px 0;
}</code></pre>
<p>Thanks for your help!
</p></description>
		</item>

	</channel>
</rss>
