<?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: Disable Footer Carousel Links</title>
		<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Disable Footer Carousel Links</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:37:20 +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/disable-footer-carousel-links" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21801</link>
			<pubDate>Mon, 01 Jul 2013 12:27:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21801@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21790</link>
			<pubDate>Fri, 28 Jun 2013 17:05:00 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21790@http://www.themolitor.com/forums/</guid>
			<description><p>Appreciate that. I solved it using the coding from the footer, figuring they were similar. </p>
<p>Cheers<br />
Tim
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21787</link>
			<pubDate>Fri, 28 Jun 2013 13:11:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21787@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Awesome! I'm glad you're happy with the theme :-)</p>
<p>For the slider, try the following... open up "slider.php" and replace the following on line 19 from this...</p>
<pre><code>&#60;li&#62;&#60;a href=&#34;&#60;?php  if ($data[ &#039;custom_link&#039; ]) { echo $data[ &#039;custom_link&#039; ];} else { the_permalink(); } ?&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;slider&#039;, array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;&#60;/a&#62;&#60;/li&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;li&#62;&#60;a title=&#34;&#60;?php the_title();?&#62;&#34; href=&#34;&#60;?php  if ($data[ &#039;custom_link&#039; ]) { echo $data[ &#039;custom_link&#039; ];} else { the_permalink(); } ?&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;slider&#039;, array(&#039;title&#039; =&#62; &#34;&#34;)); ?&#62;&#60;/a&#62;&#60;/li&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21780</link>
			<pubDate>Fri, 28 Jun 2013 02:34:47 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21780@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris -</p>
<p>I discovered the same issue exists within the slider. No doubt you will update the template, you'll want to fix that within the slider too. </p>
<p>Tim
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21777</link>
			<pubDate>Thu, 27 Jun 2013 15:39:08 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21777@http://www.themolitor.com/forums/</guid>
			<description><p>Ya bro. That's the ticket.<br />
Solved.<br />
Thank you Chris. </p>
<p>[Template has been well received by my charity group. I'm always happy when quality products prevail. You have a new customer for life.]
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21773</link>
			<pubDate>Thu, 27 Jun 2013 13:05:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21773@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... open footer.php and replace the following on line 22...</p>
<pre><code>&#60;a href=&#34;&#60;?php  if ($data[ &#039;custom_link&#039; ]) { echo $data[ &#039;custom_link&#039; ];} else { the_permalink(); } ?&#62;&#34;&#62;</code></pre>
<p>...with this...</p>
<pre><code>&#60;a href=&#34;&#60;?php  if ($data[ &#039;custom_link&#039; ]) { echo $data[ &#039;custom_link&#039; ];} else { the_permalink(); } ?&#62;&#34; title=&#34;&#60;?php the_title();?&#62;&#34;&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21767</link>
			<pubDate>Thu, 27 Jun 2013 08:54:51 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21767@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Yes I double, triple checked. There is somethign in the Caption/Alt Text/Description. </p>
<p>I think there might be an issue with the tag?<br />
Example  - on the page it shows up -http://www.medicshelp.org/?attachment_id=487 [mosquito net]<br />
But selecting it from the the slider image on the front page it does not - <a href="http://medicshelp.org" rel="nofollow">http://medicshelp.org</a></p>
<p>Thoughts?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21752</link>
			<pubDate>Wed, 26 Jun 2013 12:06:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21752@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Did you try editing the meta information for the image (i.e. title, description, alternate text, etc)?</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21743</link>
			<pubDate>Wed, 26 Jun 2013 03:08:49 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21743@http://www.themolitor.com/forums/</guid>
			<description><p>Sometimes the answer are starting at us and we can't see them. </p>
<p>After deleting the .PNG file and uploading new as .png replacing the featured image, yes it worked very successfully. Thank you. </p>
<p>Still states "undefined" at the bottom of picture. I can change the pp_description by editing it in firebug, but not sure what it is referencing. Any thoughts on what I have not defined?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21741</link>
			<pubDate>Wed, 26 Jun 2013 00:33:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21741@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Maybe it's because the actual file has the capital PNG when it was saved. I'm sure if you save the file with lowercase png it should work too. </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21734</link>
			<pubDate>Tue, 25 Jun 2013 10:10:37 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21734@http://www.themolitor.com/forums/</guid>
			<description><p>Believe it or not, .jpgs did work.. But not the .png.<br />
ie. <a href="http://medicshelp.org/wp-content/uploads/2013/06/medics-help-photo-gallery-tara.jpg" rel="nofollow">http://medicshelp.org/wp-content/uploads/2013/06/medics-help-photo-gallery-tara.jpg</a></p>
<p>It shows on the bottom of the box "undefined" at the bottom of the picture. Firebug says that references the pp_description. Ive plugged all the boxes with something but still shows.
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21733</link>
			<pubDate>Tue, 25 Jun 2013 10:05:13 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21733@http://www.themolitor.com/forums/</guid>
			<description><p>Interesting... I get a popup that says  "Image cannot be loaded. Make sure the path is correct and image exist." but it is definitely trying to load the image using lightbox cause it shows the "swirly circle"...<br />
You are definitely on to something. No .pngs perhaps? I'll try with a jpg
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21724</link>
			<pubDate>Tue, 25 Jun 2013 08:41:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21724@http://www.themolitor.com/forums/</guid>
			<description><p>...to clarify, use lowercase extensions and not capitals.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21723</link>
			<pubDate>Tue, 25 Jun 2013 08:40:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21723@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>This might not matter, but try using .png and not .PNG in the link. </p>
<p>Let me know if that makes a difference.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21710</link>
			<pubDate>Mon, 24 Jun 2013 14:47:44 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21710@http://www.themolitor.com/forums/</guid>
			<description><p>It did, yes and no.<br />
The link does open the image but without the lightbox effect. It leaves the user no method to close the image and return the same page except by page backing. Kinda messy by use. </p>
<p>Trying to work through it logically, can rel="prettyPhoto be hardcoded into the footer.php?</p>
<p>(mosquito net image)<br />
<a href="http://www.medicshelp.org/" rel="nofollow">http://www.medicshelp.org/</a><br />
<a href="http://medicshelp.org/wp-content/uploads/2013/06/Kenya-2009/Slide54.PNG" rel="nofollow">http://medicshelp.org/wp-content/uploads/2013/06/Kenya-2009/Slide54.PNG</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21697</link>
			<pubDate>Mon, 24 Jun 2013 14:23:10 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21697@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you use the custom link field and enter the URL of the image (i.e. link URL ends with either .jpg, .png or .gif), then the prettyPhoto pop-up will work for those items.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zoomlanski on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-21683</link>
			<pubDate>Sun, 23 Jun 2013 18:23:33 +0000</pubDate>
			<dc:creator>zoomlanski</dc:creator>
			<guid isPermaLink="false">21683@http://www.themolitor.com/forums/</guid>
			<description><p>This is a fantastic template. Well done sir. </p>
<p>Is there a method to open the footer images directly into the lightbox effect - rel="prettyPhoto"?</p>
<p>Thank you,<br />
Tim<br />
<a href="http://www.medicshelp.org" rel="nofollow">http://www.medicshelp.org</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-20774</link>
			<pubDate>Tue, 14 May 2013 14:59:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20774@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Your carousel links have <code>target=&#34;_blank&#34;</code> added to them. This is why you're links are opening in a new window. </p>
<p>Did you add that? It shouldn't be there by default. </p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Grlpants on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-20770</link>
			<pubDate>Tue, 14 May 2013 11:50:41 +0000</pubDate>
			<dc:creator>Grlpants</dc:creator>
			<guid isPermaLink="false">20770@http://www.themolitor.com/forums/</guid>
			<description><p>I have the same question. I've put a # on the Custom link and it's still clicking through to a  new window. I don't want to image to be clickable/go nowhere unless there is an actual link.</p>
<p><a href="http://www.rockandrawhide.org" rel="nofollow">http://www.rockandrawhide.org</a> </p>
<p>Am I missing something?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-17718</link>
			<pubDate>Tue, 22 Jan 2013 11:21:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17718@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>On the post edit screen there is a custom field for posting a "Custom Link". Use that field for the post to link elsewhere.</p>
<p>If you don't want the link to go anywhere, just use <code>#</code> and the link will do nothing.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>e-socialite on "Disable Footer Carousel Links"</title>
			<link>http://www.themolitor.com/forums/topic/disable-footer-carousel-links#post-17703</link>
			<pubDate>Tue, 22 Jan 2013 10:28:10 +0000</pubDate>
			<dc:creator>e-socialite</dc:creator>
			<guid isPermaLink="false">17703@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I have images that are scrolling through in the footer carousel, but I don't want them to link to any blog posts (the posts are empty except for the featured images).</p>
<p>Ideally, I would use a category exclude widget on the site to keep the slider and footer categories out of the rest of the blog section.</p>
<p>My question comes down to this: What do I need to change so the thumbnails in the footer carousel are not linking to blog posts?</p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
