<?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: Issues with slider and you tube video</title>
		<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Issues with slider and you tube video</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 20:23:21 +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/issues-with-slider-and-you-tube-video" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19669</link>
			<pubDate>Mon, 25 Mar 2013 11:31:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19669@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Your site is taking extremely long to load, so I'm unable to see what you mean. Are you experiencing the same issue on the demo site? <a href="http://themes.themolitor.com/producer" rel="nofollow">http://themes.themolitor.com/producer</a></p>
<p>If not, the issue likely has to do with either a plugin you have installed or edits you've made to the template files.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thegourls on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19644</link>
			<pubDate>Mon, 25 Mar 2013 01:35:34 +0000</pubDate>
			<dc:creator>thegourls</dc:creator>
			<guid isPermaLink="false">19644@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Thanks for these. They all worked including the image in video embed. I am also having an issue of when you resize the window (or if you look at the site on a mobile phone) the slider doesn't line up properly and you can see the back ground image on the main page. Please advise.</p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19626</link>
			<pubDate>Fri, 22 Mar 2013 10:14:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19626@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. To remove box shadow effects for images in the content area, add the following to your custom CSS...</p>
<pre><code>.entry img {box-shadow: none;}</code></pre>
<p>2. You can try putting HTML for a placeholder image in the "Video Embed" section. Try using 853x480 dimensions for the image. Example...</p>
<pre><code>&#60;img src=&#34;LINK-TO-IMAGE-FILE&#34; alt=&#34;&#34; /&#62;</code></pre>
<p>Try that and let me know if it works for you to display tabbed content.</p>
<p>3. Make sure all links begin with <code>http://</code></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thegourls on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19617</link>
			<pubDate>Fri, 22 Mar 2013 06:25:13 +0000</pubDate>
			<dc:creator>thegourls</dc:creator>
			<guid isPermaLink="false">19617@http://www.themolitor.com/forums/</guid>
			<description><p>hi thanks for the email. I have managed to download and fix the issue with the slider. thankyou. Also I think the issue with the youtube videos I fixed having looked at another post in the forum. I have two more questions. On one of my pages <a href="http://www.parkdrivepictures.com/British-lion-films" rel="nofollow">http://www.parkdrivepictures.com/British-lion-films</a> I have placed a British Lion logo at the top of the text, but it looks like there is a shadow that surrounds the logo.png how can i remove this? </p>
<p>Also, is there a way to show the tabs of synopsis, gallery etc without putting in an embed code for video. I ask this as I have a number of projects that haven't been shot yet, but have extensive further information about the projects notably artwork and I feel it looks a lot nicer if these tabs were there. </p>
<p>finally on my facebook icon at the footer, it doesn't go to the page i designated it to. I believe this because it thinks the page is in the park drive website. how can i fix this?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19608</link>
			<pubDate>Thu, 21 Mar 2013 09:50:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19608@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't see any issues with the video on the page you linked to. What browser (and version of the browser) are you using?</p>
<p>Regarding the slider, I've recently updated the theme. I recommend grabbing the latest version of the theme on your downloads page of ThemeForest to see if that might address the issue you're having.</p>
<p>Regarding fonts, you can use the Custom CSS section of the theme options panel to do something like this...</p>
<pre><code>* {font-family: &#34;century gothic&#34;,sans-serif !important;}</code></pre>
<p>Of course you'll want to change the <code>*</code> to the elements you want the font applied to.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thegourls on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19604</link>
			<pubDate>Thu, 21 Mar 2013 02:24:41 +0000</pubDate>
			<dc:creator>thegourls</dc:creator>
			<guid isPermaLink="false">19604@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>That's funny, there are some pages without video and some with video. here are two links. It appears i don't have a problem with any vimeo videos but with youtube its almost as though the video becomes the dominant layer. <a href="http://www.parkdrivepictures.com/thewickertree/" rel="nofollow">http://www.parkdrivepictures.com/thewickertree/</a></p>
<p>also with regards to slider. on the main page when you slide down it still doesn't show the background image (if you scroll next and then back it reappears) even though i have now added background images to all posts. Please advise. </p>
<p>I would also like to change the fonts for the text of description etc to Century Gothic is this possible?</p>
<p>thanks.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19585</link>
			<pubDate>Wed, 20 Mar 2013 10:25:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19585@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>It doesn't appear that you've properly added the YouTube embed code as I don't see any videos on the page. Please double-check your implementation and review the help file for details.</p>
<p>Regarding the slider, please make sure all posts in the slider have background images to make sure that isn't causing the problem.</p>
<p>Let me know.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thegourls on "Issues with slider and you tube video"</title>
			<link>http://www.themolitor.com/forums/topic/issues-with-slider-and-you-tube-video#post-19569</link>
			<pubDate>Wed, 20 Mar 2013 07:41:22 +0000</pubDate>
			<dc:creator>thegourls</dc:creator>
			<guid isPermaLink="false">19569@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I am having some problems with the slider and also with embedded tube videos. I have built my site using your template (which is great btw) however I have noticed that recently the back ground image of my first post from the main page, does not show when scrolled down (if i go to the next post and then back again it then shows up) Please advise.</p>
<p>Also I have noticed that with embedded youtube videos, when scrolling down with the slider the video stays on top an prevents reading of the tags, the synopsis text etc. It almost looks like its corrupted. Please advise. </p>
<p>Finally, I would like to change the fonts of posts, how do I go about in doing this. I have explored the editor and tried out a few things, but the font seems to remain the same. Please advise.</p>
<p>My website is <a href="http://www.parkdrivepictures.com" rel="nofollow">http://www.parkdrivepictures.com</a></p>
<p>Many thanks.</p>
<p>Ali G
</p></description>
		</item>

	</channel>
</rss>
