<?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: Landing/Home Page full screen video and standard format</title>
		<link>http://www.themolitor.com/forums/topic/landinghome-page-full-screen-video-and-standard-format</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Landing/Home Page full screen video and standard format</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 08:37:14 +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/landinghome-page-full-screen-video-and-standard-format" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Landing/Home Page full screen video and standard format"</title>
			<link>http://www.themolitor.com/forums/topic/landinghome-page-full-screen-video-and-standard-format#post-42321</link>
			<pubDate>Tue, 17 Oct 2017 12:10:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42321@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. Unfortunately the theme does not support mixing posts with and without videos on page templates that are intended only for videos. The code in the video page templates are setup to only look for posts that have a video assigned to it.</p>
<p>2. Sounds like the edits posted above were not properly applied. Unfortunately I'm unable to troubleshoot customizations as it goes outside my standard support services. I'll have to ask that you review and make sure you're doing it correctly. Hope you understand.</p>
<p>3. Regarding sticky posts, what page specifically are you referring to? With the way WordPress has that feature setup, sticky posts only work on certain pages.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Jordan_Mi on "Landing/Home Page full screen video and standard format"</title>
			<link>http://www.themolitor.com/forums/topic/landinghome-page-full-screen-video-and-standard-format#post-42306</link>
			<pubDate>Mon, 16 Oct 2017 07:28:17 +0000</pubDate>
			<dc:creator>Jordan_Mi</dc:creator>
			<guid isPermaLink="false">42306@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christoper,</p>
<p>Just checking to see if you've been able to have a look into any of the above questions¿</p>
<p>Cheers,</p>
<p>Jordan
</p></description>
		</item>
		<item>
			<title>Jordan_Mi on "Landing/Home Page full screen video and standard format"</title>
			<link>http://www.themolitor.com/forums/topic/landinghome-page-full-screen-video-and-standard-format#post-42281</link>
			<pubDate>Mon, 09 Oct 2017 08:45:11 +0000</pubDate>
			<dc:creator>Jordan_Mi</dc:creator>
			<guid isPermaLink="false">42281@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the reply Christoper.</p>
<p>I'd like videos on the homepage but would like to mix these with posts that just have an image/photo. So when you slide through the posts on the homepage, with the arrows, posts with just an image appear but they don't have the 'Play' button over the image, plus keeping the bottom right text from the post.</p>
<p>The only way I've managed to do this at the moment is by using a 'video' post with no video linked - As it shows the featured image on the homepage but you still have the 'play' button over it.</p>
<p>If there's a way that when you don't have a video linked to the 'Video' post it doesn't show the play button?</p>
<p>Let me know if unclear?</p>
<p>2.<br />
The above code worked for adding the sharing links to the bottom of the 'video' posts but has in turn removed the header and text from the under the featured image.</p>
<p>Is there a way of getting the social icons as well as keeping the header and text from the post?</p>
<p>3.<br />
I've noticed that the sticky option for the post isn't working. Any newer posts that I've been adding are coming to the front of the homepage and not the post marked with the 'Sticky' option. Is the a reason for this?</p>
<p>Many thanks again for your help :)</p>
<p>Cheers,</p>
<p>Jordan
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Landing/Home Page full screen video and standard format"</title>
			<link>http://www.themolitor.com/forums/topic/landinghome-page-full-screen-video-and-standard-format#post-42272</link>
			<pubDate>Fri, 06 Oct 2017 14:43:56 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42272@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you're trying to use the "videos" page template without videos, maybe it's better to just use the "gallery" page template for your homepage?</p>
<p>For category pages, try this...</p>
<p>Open archive.php and change the following on lines 238-249 from this...</p>
<pre><code>if(!has_post_format()){
	if ( comments_open() ) {
		$commentsVal = get_comments_number();
		if($commentsVal == 0){ $commentsTitle = &#039;Comment on this post&#039;; } else { $commentsTitle = $commentsVal.&#039; comments&#039;; }
		echo &#039;&#60;a title=&#34;&#039;.$commentsTitle.&#039;&#34; class=&#34;post-sharing&#34; href=&#34;&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-comment&#34;&#62;&#60;/i&#62;&#039;;
		echo &#039;&#60;/a&#62;&#039;;
	}
	echo &#039;&#60;a title=&#34;&#039;.__(&#039;Share on Facebook&#039;,&#039;vysual&#039;).&#039;&#34; class=&#34;post-sharing&#34; target=&#34;_blank&#34; href=&#34;https://www.facebook.com/sharer/sharer.php?u=&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-facebook&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
	echo &#039;&#60;a title=&#34;&#039;.__(&#039;Share on Twitter&#039;,&#039;vysual&#039;).&#039;&#34; class=&#34;post-sharing&#34; target=&#34;_blank&#34; href=&#34;https://twitter.com/home?status=&#039;.get_the_title().&#039; &#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-twitter&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
	echo &#039;&#60;a title=&#34;&#039;.__(&#039;Share on Google+&#039;,&#039;vysual&#039;).&#039;&#34; class=&#34;post-sharing&#34; target=&#34;_blank&#34; href=&#34;https://plus.google.com/share?url=&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-google-plus&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
	echo &#039;&#60;a title=&#34;Permalink for &#039;.get_the_title().&#039;&#34; class=&#34;post-sharing&#34; href=&#34;&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-link&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
}</code></pre>
<p>... to this...</p>
<pre><code>if ( comments_open() ) {
	$commentsVal = get_comments_number();
	if($commentsVal == 0){ $commentsTitle = &#039;Comment on this post&#039;; } else { $commentsTitle = $commentsVal.&#039; comments&#039;; }
	echo &#039;&#60;a title=&#34;&#039;.$commentsTitle.&#039;&#34; class=&#34;post-sharing&#34; href=&#34;&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-comment&#34;&#62;&#60;/i&#62;&#039;;
	echo &#039;&#60;/a&#62;&#039;;
}
echo &#039;&#60;a title=&#34;&#039;.__(&#039;Share on Facebook&#039;,&#039;vysual&#039;).&#039;&#34; class=&#34;post-sharing&#34; target=&#34;_blank&#34; href=&#34;https://www.facebook.com/sharer/sharer.php?u=&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-facebook&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
echo &#039;&#60;a title=&#34;&#039;.__(&#039;Share on Twitter&#039;,&#039;vysual&#039;).&#039;&#34; class=&#34;post-sharing&#34; target=&#34;_blank&#34; href=&#34;https://twitter.com/home?status=&#039;.get_the_title().&#039; &#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-twitter&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
echo &#039;&#60;a title=&#34;&#039;.__(&#039;Share on Google+&#039;,&#039;vysual&#039;).&#039;&#34; class=&#34;post-sharing&#34; target=&#34;_blank&#34; href=&#34;https://plus.google.com/share?url=&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-google-plus&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;
echo &#039;&#60;a title=&#34;Permalink for &#039;.get_the_title().&#039;&#34; class=&#34;post-sharing&#34; href=&#34;&#039;.get_permalink().&#039;&#34;&#62;&#60;i class=&#34;fa fa-link&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#039;;</code></pre>
<p>Let me know if that works out.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Jordan_Mi on "Landing/Home Page full screen video and standard format"</title>
			<link>http://www.themolitor.com/forums/topic/landinghome-page-full-screen-video-and-standard-format#post-42265</link>
			<pubDate>Fri, 06 Oct 2017 09:21:01 +0000</pubDate>
			<dc:creator>Jordan_Mi</dc:creator>
			<guid isPermaLink="false">42265@http://www.themolitor.com/forums/</guid>
			<description><p>Hi There,</p>
<p>Thanks for the theme.</p>
<p>Question 1 - Can the 'play' button not display when posts tagged as video do not have a video?</p>
<p>I'm looking at having the home page working like the "Video 1" option from the theme preview: <a href="http://premium.themolitor.com/?theme=vysual" rel="nofollow">http://premium.themolitor.com/?theme=vysual</a></p>
<p>1. The homepage template is set to "Video"<br />
2. I would also like to have a post without a video display on the home page.<br />
3. To do this I have posts tagged as "video" which do no have a video. Is it be possible to remove the 'Play' button when no video is uploaded/ associated to the post?<br />
4. I have tried other options however, the only way to have a slider on the homepage is to set a post as 'video' - which displays the play button.</p>
<p>Question 2 - Category pages - can posts with the format 'video' display sharing icons?</p>
<p>1. On the category pages, only posts with the format 'standard' display sharing icons.<br />
2. Can the sharing icons also be displayed on posts with the format 'video'?</p>
<p>Many thanks in advance for any help on the above!</p>
<p>Jordan
</p></description>
		</item>

	</channel>
</rss>
