<?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: PrettyPhoto issue - don&#039;t want article name to be shown</title>
		<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown</link>
		<description>THE MOLITOR FORUMS &#187; Topic: PrettyPhoto issue - don&#039;t want article name to be shown</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 17:38:24 +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/prettyphoto-issue-dont-want-article-name-to-be-shown" rel="self" type="application/rss+xml" />

		<item>
			<title>Justin on "PrettyPhoto issue - don&#039;t want article name to be shown"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown#post-7905</link>
			<pubDate>Tue, 20 Mar 2012 17:14:05 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">7905@http://www.themolitor.com/forums/</guid>
			<description><p>Alex,</p>
<p>You're not stupid - this isn't easy stuff :)  You're going to need to get into the FTP location where you uploaded your theme.  It doesn't display in the Dashboard.  Within the FTP file setup, you should see it here: wpbm &#62; Scripts &#62; prettyPhoto.css</p>
<p>Let me know if that helps.</p>
<p>Justin
</p></description>
		</item>
		<item>
			<title>alexmeininger on "PrettyPhoto issue - don&#039;t want article name to be shown"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown#post-7892</link>
			<pubDate>Tue, 20 Mar 2012 09:53:59 +0000</pubDate>
			<dc:creator>alexmeininger</dc:creator>
			<guid isPermaLink="false">7892@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Justin,</p>
<p>sorry to bother you again. Maybe I am to stupid, but I cannot find prettyPhoto.css. When I am in the dashboard of Brick+Mason, I go on the left hand side to "Design" and from there to the "Editor". This is where the .php and .css files are located. But there is no prettyPhoto.css. The only css-files are "style.css", "ie8.css", "style_dark.css" and "style_light.css". </p>
<p>Can you please tell me how to find the prettyPhoto.css file?</p>
<p>Thank you for your help,<br />
Alex
</p></description>
		</item>
		<item>
			<title>Justin on "PrettyPhoto issue - don&#039;t want article name to be shown"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown#post-7871</link>
			<pubDate>Mon, 19 Mar 2012 17:53:34 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">7871@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Alex,</p>
<p>My apologies, that was the wrong element / file.  While removing it is more difficult, I can give you directions on turning the title White so that it appears invisible:</p>
<p>1) Open prettyPhoto.css<br />
2) Line 26<br />
3) After "margin" add:<br />
   color: #FFFFF;<br />
4) Save and Upload</p>
<p>Again, this is not the recommended solution for various reasons, but it's one way to quickly hide that.  You can try replacing "color: #FFFFF" with "display:none;" as well.</p>
<p>Good luck and if you have further troubles let me know.</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>alexmeininger on "PrettyPhoto issue - don&#039;t want article name to be shown"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown#post-7788</link>
			<pubDate>Thu, 15 Mar 2012 00:33:12 +0000</pubDate>
			<dc:creator>alexmeininger</dc:creator>
			<guid isPermaLink="false">7788@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Justin,</p>
<p>thank you for your quick answer. For problem number 2) your advise worked very well. Thank you!</p>
<p>But 1): I tried to find the "element.style" line in my Stylesheet (style.css) in the wordpress editor. But there is nothing. I also searched the file with my browser for the word "element" - nothing.</p>
<p>Can you please tell me exactly how to find this "element.sytle" line?</p>
<p>Thanks,<br />
Alex
</p></description>
		</item>
		<item>
			<title>Justin on "PrettyPhoto issue - don&#039;t want article name to be shown"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown#post-7780</link>
			<pubDate>Wed, 14 Mar 2012 18:42:14 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">7780@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Alex,</p>
<p>1) Try opening your Style.CSS file, finding the following and adding "display:none;" as I've done below : </p>
<p>element.style {<br />
    display: none;<br />
}</p>
<p>If that doesn't do it let  me know... but it should hide your description.  If it causes other issues, just remove that line.</p>
<p>2) After making a change in your Stylesheet (style.css), hit Save and then do a full-browser refresh.  So, clear your browser cache, then reset the browser.  If this doesn't do it, you may want to make your changes outside of the Wordpress admin and re-upload your Stylesheet via FTP.</p>
<p>Both of those items should resolve your issues.</p>
<p>Good luck and keep me posted!</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>alexmeininger on "PrettyPhoto issue - don&#039;t want article name to be shown"</title>
			<link>http://www.themolitor.com/forums/topic/prettyphoto-issue-dont-want-article-name-to-be-shown#post-7772</link>
			<pubDate>Wed, 14 Mar 2012 14:12:10 +0000</pubDate>
			<dc:creator>alexmeininger</dc:creator>
			<guid isPermaLink="false">7772@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Chris,</p>
<p>first of all: nice theme. I love it! But I have two questions/problems.</p>
<p>1) If i click on a picture on the main page, which always has to be a featured picture from a post (right?), I see the article name in the<br />
    PrettyPhoto window. Right above the two social link buttons (Twitter, Facebook). Is there a possibility to avoid that? Can I delete any<br />
    line in php sheets, so that the name is hidden?</p>
<p>2) I found some post here about changing the size of the navigation fonts by changing something in the style.css (#dropmenu li a )<br />
    And also about changing something in "#header " - namely deleting this line "background:<br />
    url(images/backgrounds/stripe_right_bg.png) repeat" to get rid if the stripes behind the menu.<br />
    But if I delete or change something in style.css nothing happens. I don't know why. It works with the other sheets like single.php or<br />
    footer.php. But it does not work with the style.css. Any idea?</p>
<p>Thank you so much for your support.</p>
<p>Cheers,<br />
Alex
</p></description>
		</item>

	</channel>
</rss>
