<?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; Forum: Zoom - Recent Topics</title>
		<link>http://www.themolitor.com/forums/forum/zoom-html</link>
		<description>THE MOLITOR FORUMS &#187; Forum: Zoom - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 10:15:34 +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/forum/zoom-html/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>jd.14.psz on "Gallery photos"</title>
			<link>http://www.themolitor.com/forums/topic/gallery-photos#post-42544</link>
			<pubDate>Fri, 29 Dec 2017 08:21:29 +0000</pubDate>
			<dc:creator>jd.14.psz</dc:creator>
			<guid isPermaLink="false">42544@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I have a portfolio question. Template zoom v2 - Wordpress. The "photos" option from the works, however, in the thumbnail picture appears - "ready more". I would like to have photos only. I tried in the page template - "image photos" to attach photos as a media file, but a black background pops up.</p>
<p>My site: <a href="http://mediaodkuchni.pl/?page_id=707" rel="nofollow">http://mediaodkuchni.pl/?page_id=707</a></p>
<p>Please help :)</p>
<p>Justyna
</p></description>
		</item>
		<item>
			<title>gravitybit on "Zoom scrollcontent"</title>
			<link>http://www.themolitor.com/forums/topic/zoom-scrollcontent#post-31768</link>
			<pubDate>Mon, 10 Nov 2014 19:11:11 +0000</pubDate>
			<dc:creator>gravitybit</dc:creator>
			<guid isPermaLink="false">31768@http://www.themolitor.com/forums/</guid>
			<description><p>First love the look of this template.<br />
I am having issues with the scrolling function when viewed on a mobile device, I have not checked all of them but on my Note 3. </p>
<p>Exactly what I mean:<br />
When I view my page on a phone the scroll bar is there on the right hand side but it does nothing. I cant click on it I cant finger scroll down the page etc. If I remove the div command for this section the content runs off the bottom of the page and I can't scroll with the browser.....</p>
<p>I would prob make use the detect_mobile php script out there but I need to know how to change the code to make the scrolling work. I would rather not have the generic browser scrolling and keep the look of this page.</p>
<p>any help would be great<br />
Brian
</p></description>
		</item>
		<item>
			<title>jarane on "Show Portfolio+ Block on Startup..."</title>
			<link>http://www.themolitor.com/forums/topic/show-portfolio-block-on-startup#post-30948</link>
			<pubDate>Mon, 22 Sep 2014 13:04:19 +0000</pubDate>
			<dc:creator>jarane</dc:creator>
			<guid isPermaLink="false">30948@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I've been using the Zoom Premium HTML Portfolio for some time now.<br />
Recently, I realized that many visitor to my website don't see the "Portfolio" category right away.</p>
<p>Is there any way to have the "Portfolio +" block open on startup at least for 5-6 seconds?</p>
<p>Thanks in advance,<br />
E.C.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Make images not zoomed in by default"</title>
			<link>http://www.themolitor.com/forums/topic/make-images-not-zoomed-in-by-default#post-2625</link>
			<pubDate>Sun, 03 Apr 2011 09:28:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">2625@http://www.themolitor.com/forums/</guid>
			<description><ol>
<li>Open "scripts.js"</li>
<li><strong>Locate the following:</strong><br />
<pre><code>//ADD IMAGE CONTAINER AND SIDEBAR CONTROLS...
... &#60;div id=&#039;imageContainer&#039;&#62;&#60;/div&#62; ...</code></pre>
</li>
<li><strong>Change it to the following (excluding the "..."):</strong><br />
<pre><code>//ADD IMAGE CONTAINER AND SIDEBAR CONTROLS...
... &#60;div id=&#039;imageContainer&#039; class=&#039;small&#039;&#62;&#60;/div&#62; ...</code></pre>
</li>
<li><strong>Locate the following:</strong><br />
<pre><code>//ADD THUMB CONTROLS...
... &#60;a href=&#039;#&#039; class=&#039;round3&#039; id=&#039;zoom&#039; title=&#039;Zoom In/Out&#039;&#62;Zoom&#60;/a&#62; ...</code></pre>
</li>
<li><strong>Change it to the following (excluding the "..."):</strong><br />
<pre><code>//ADD THUMB CONTROLS...
... &#60;a href=&#039;#&#039; class=&#039;round3 out&#039; id=&#039;zoom&#039; title=&#039;Zoom In/Out&#039;&#62;Zoom&#60;/a&#62; ...</code></pre>
</li>
<li><strong>Locate the following:</strong><br />
<pre><code>zoom.toggle(function(){
	imageContainer.addClass(&#34;small&#34;);
	zoom.addClass(&#34;out&#34;);
},function(){
	imageContainer.removeClass(&#34;small&#34;);
	zoom.removeClass(&#34;out&#34;);
});</code></pre>
</li>
<li><strong>Change it to the following:</strong><br />
<pre><code>zoom.click(function(){
	imageContainer.toggleClass(&#34;small&#34;);
	zoom.toggleClass(&#34;out&#34;);
});</code></pre>
</li>
</ol></description>
		</item>
		<item>
			<title>bigcheese on "Site content not loading"</title>
			<link>http://www.themolitor.com/forums/topic/site-content-not-loading#post-30747</link>
			<pubDate>Mon, 08 Sep 2014 22:19:36 +0000</pubDate>
			<dc:creator>bigcheese</dc:creator>
			<guid isPermaLink="false">30747@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>I've noticed that my site &#60;&#60;www.bigcheese.co.uk&#62;&#62; will often not load content. This appears to be a recent problem.</p>
<p>Generally the index loads no problem but if you choose menu items from the drop down e.g.: <a href="http://www.bigcheese.co.uk/advertising.html" rel="nofollow">http://www.bigcheese.co.uk/advertising.html</a></p>
<p>the content will often "stall" and you will have a blank screen with a "play" button.</p>
<p>The play button doesn't work and you have to refresh the page through the browser (in my case Safari 7.0.6)</p>
<p>It appears to be a random and very annoying issue!  </p>
<p>Please do you have any thoughts that will help?</p>
<p>As ever, best regards</p>
<p>Steve Dodd
</p></description>
		</item>
		<item>
			<title>keenjt on "Demo Content &quot;Failed to import Media ____&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/demo-content-failed-to-import-media-_#post-28344</link>
			<pubDate>Fri, 04 Apr 2014 10:09:16 +0000</pubDate>
			<dc:creator>keenjt</dc:creator>
			<guid isPermaLink="false">28344@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Followed instructions on how to import demo content however after 3 attempts everysingle time I get a bunch of Failed to import Media “cc" or "7" etc.</p>
<p>It is at least seeing current installed content; Post “10th Post in the "Photos" Category” already exists.</p>
<p>Any tips? Im uploading straight from my local machine's desktop.
</p></description>
		</item>
		<item>
			<title>bigcheese on "edit show / hide thumbnails and sidebar buttons"</title>
			<link>http://www.themolitor.com/forums/topic/edit-show-hide-thumbnails-and-sidebar-buttons#post-25414</link>
			<pubDate>Wed, 11 Dec 2013 01:54:19 +0000</pubDate>
			<dc:creator>bigcheese</dc:creator>
			<guid isPermaLink="false">25414@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Please could you point me to which file contains the code for the sidebar and thumbnails show/hide buttons?  I'd like to change the buttons from the current  "+" &#38; "x" (which somehow I've got in two different fonts!) to show "info" or "show thumbnails" just to make them a little more obvious to users'</p>
<p>I hope this is possible, any suggestions gratefully received, thank you!</p>
<p>Steve
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Zoom HTML not working in Chrome"</title>
			<link>http://www.themolitor.com/forums/topic/zoom-html-not-working-under-the-latest-google-chrome#post-24779</link>
			<pubDate>Tue, 19 Nov 2013 10:54:46 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24779@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>A recent Google Chrome update broke the loading animation script. Here's the fix...</p>
<ol>
<li>Open script.js</li>
<li>Add the following on line 145...<br />
<pre><code>var chromeBrowser = /chrom(e&#124;ium)/.test(navigator.userAgent.toLowerCase());</code></pre>
</li>
<li>After the above edit, change the following on line 201 from this...<br />
<pre><code>html.activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#fff&#039;});</code></pre>
<p>...to this...<br />
<pre><code>if(!chromeBrowser){
html.activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#fff&#039;});
}</code></pre>
</li>
<li>After the above edit, change the following on line 211 from this...<br />
<pre><code>html.activity(false);</code></pre>
<p>...to this...</p>
<pre><code>if(!chromeBrowser){
html.activity(false);
}</code></pre>
</li>
<li>After the above edit, change the following on line 561 from this...<br />
<pre><code>thumb.activity({color:&#34;#ffffff&#34;,segments: 12,width:2, length:3,space: 1}).find(&#039;img&#039;).css({visibility:&#34;hidden&#34;});</code></pre>
<p>...to this...</p>
<pre><code>if(!chromeBrowser){
thumb.activity({color:&#34;#ffffff&#34;,segments: 12,width:2, length:3,space: 1}).find(&#039;img&#039;).css({visibility:&#34;hidden&#34;});
}</code></pre>
</li>
<li>After the above edit, change the following on lines 579-581 from this...<br />
<pre><code>loading.activity(false).find(&#039;img&#039;).css({visibility:&#34;visible&#34;}).hide().fadeIn(300,function(){
	loading.next(&#34;.thumb&#34;).loadMe();
});</code></pre>
<p>...to this...<br />
<pre><code>if(!chromeBrowser){
loading.activity(false);
}
loading.find(&#039;img&#039;).css({visibility:&#34;visible&#34;}).hide().fadeIn(300,function(){
	loading.next(&#34;.thumb&#34;).loadMe();
});</code></pre>
</li>
</ol>
<p>Let me know if that fixes the issue for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>glassbathroom on "Zoom HTML Template has stopped woking in Chrome"</title>
			<link>http://www.themolitor.com/forums/topic/zoom-html-template-has-stopped-woking-in-chrome#post-24864</link>
			<pubDate>Thu, 21 Nov 2013 05:38:22 +0000</pubDate>
			<dc:creator>glassbathroom</dc:creator>
			<guid isPermaLink="false">24864@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>My website based on Zoom, has stopped working in Chrome.  It freezes when it starts to load and doesn't load.  I have read a possible fix on the Zoom Wordpress forum, but the lines and changes don't quite match up with the Zoom HTML script file.  Can you help.</p>
<p>glassbathroom
</p></description>
		</item>
		<item>
			<title>FrankyFourfingers on "Posts are showing up stacked in pages instead of portfolio"</title>
			<link>http://www.themolitor.com/forums/topic/posts-are-showing-up-stacked-in-pages-instead-of-portfolio#post-24220</link>
			<pubDate>Tue, 29 Oct 2013 11:33:35 +0000</pubDate>
			<dc:creator>FrankyFourfingers</dc:creator>
			<guid isPermaLink="false">24220@http://www.themolitor.com/forums/</guid>
			<description><p>Not sure how this happened, but all my posts are showing up stacked in the center of each page with a main image behind and a downward scroll bar, instead of the portfolio slider style that it was.</p>
<p>Categories are all still the same,<br />
Posts are separated by category ID still<br />
Pages are still set up as "portfolio" in page attributes under template.</p>
<p>Any idea what could be causing this?
</p></description>
		</item>
		<item>
			<title>carolined on "image thumbnails - retain aspect ratio?"</title>
			<link>http://www.themolitor.com/forums/topic/image-thumbnails-retain-aspect-ratio#post-12143</link>
			<pubDate>Wed, 04 Jul 2012 06:56:43 +0000</pubDate>
			<dc:creator>carolined</dc:creator>
			<guid isPermaLink="false">12143@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Firstly thank you so much for making this template, it's exactly what I needed for my portfolio!</p>
<p>I was wondering if it's possible for the thumbnail images to retain their aspect ratio? So they aren't squeezed to fit the thumbnail size? Or how could I replace the thumbnail with a cropped version that could link and use the highres version of the image?</p>
<p>Thanks<br />
-C
</p></description>
		</item>
		<item>
			<title>rlpimagedesign on "Black page when viewing demo"</title>
			<link>http://www.themolitor.com/forums/topic/scratching-head#post-20373</link>
			<pubDate>Mon, 22 Apr 2013 15:52:37 +0000</pubDate>
			<dc:creator>rlpimagedesign</dc:creator>
			<guid isPermaLink="false">20373@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, decided to get at my webpage today... the Zoom HTML5 that I have had for two years but just getting to it now.  Only now  the page will not load... it won't load from my hard drive, or the web..so I went to your site to load both the wordpress and the html demo versions... and oddly none of them will get past the advanced jQuery Portfolio theme ...just a black page in all instances with a little blue loading indication at the bottom of the page that does not load in Firefox, Safari, or Chrome ..... anyway..I have not added anything to the downloaded files as of yet, and have only tried to load your demos from your sites all resulting in the same black page.....</p>
<p>Interesting tidbit of info ... there is some thing up with our isp and for some reason we can not load google ..though much of every thing else seems to be getting down the pipe ...
</p></description>
		</item>
		<item>
			<title>jeffwolf on "Logo jumps up and down when changing pages"</title>
			<link>http://www.themolitor.com/forums/topic/logo-jumps-up-and-down-when-changing-pages#post-20585</link>
			<pubDate>Sun, 05 May 2013 00:59:11 +0000</pubDate>
			<dc:creator>jeffwolf</dc:creator>
			<guid isPermaLink="false">20585@http://www.themolitor.com/forums/</guid>
			<description><p>Chris,<br />
Loving the template.  Any ideas how to fix the logo moving around when I change pages.  <a href="http://www.orlandoshutter.com" rel="nofollow">http://www.orlandoshutter.com</a>  Then try  going to product galleries, 2-1/4" louvers and watch it move.<br />
Thanks a million,<br />
Jeff
</p></description>
		</item>
		<item>
			<title>jeffwolf on "PHP?"</title>
			<link>http://www.themolitor.com/forums/topic/php#post-20543</link>
			<pubDate>Wed, 01 May 2013 21:17:10 +0000</pubDate>
			<dc:creator>jeffwolf</dc:creator>
			<guid isPermaLink="false">20543@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome, simple template!!!  I was a heavy wordpress user and I am sick of db maintenance.  When I go to move a site or duplicate a site the db is a hassle with wordpress.  I am loving the straight html site but I am wondering if I start adding php into the code here and there and making most of the pages php, what functionality do I risk losing on the site.  Because it sure is nice, but all html gets a bit complex for page management.<br />
Thanks,<br />
Jeff
</p></description>
		</item>
		<item>
			<title>guthriealexander on "Disable thumbnails from fading back when not active"</title>
			<link>http://www.themolitor.com/forums/topic/disable-thumbnails-from-fading-back-when-not-active#post-10101</link>
			<pubDate>Wed, 16 May 2012 12:33:14 +0000</pubDate>
			<dc:creator>guthriealexander</dc:creator>
			<guid isPermaLink="false">10101@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for a great easily customizable theme.</p>
<p>I can't seem to locate what is causing the inactive thumbnails to fade back and to disappear when active.</p>
<p>Just point me to the code snippet and I can probably figure it out, just not finding it at the moment.</p>
<p>Thank you,
</p></description>
		</item>
		<item>
			<title>jcaliva on "Pictures Mix in other galleries"</title>
			<link>http://www.themolitor.com/forums/topic/pictures-mix-in-other-galleries#post-17497</link>
			<pubDate>Thu, 17 Jan 2013 12:15:23 +0000</pubDate>
			<dc:creator>jcaliva</dc:creator>
			<guid isPermaLink="false">17497@http://www.themolitor.com/forums/</guid>
			<description><p>I'm working the Zoom Theme on this URL: <a href="http://www.juancaliva.com" rel="nofollow">http://www.juancaliva.com</a>, is a photographer website.</p>
<p>What I want to do is make different galleries of pictures by theme (fashion, editorial, travel etc), I follow all the instructions from the video in how to make them but I think I’m missing something because when I make for example a gallery in Galleries&#62;Fashion&#62;Fashion Weeks everything looks ok, but when a upload the gallery to Galleries&#62;Cinema &#38; TV those get mixed with the pictures on the fashion weeks galleries and obviously I want separate in each category. </p>
<p>I appreciate your help.
</p></description>
		</item>
		<item>
			<title>jarane on "FAQ - Contact form errors"</title>
			<link>http://www.themolitor.com/forums/topic/contact-form-errors-absolute-noob-here#post-17582</link>
			<pubDate>Mon, 21 Jan 2013 07:02:07 +0000</pubDate>
			<dc:creator>jarane</dc:creator>
			<guid isPermaLink="false">17582@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I'm almost finished putting together my website with the Zoom template, and it looks fantastic.</p>
<p>Unfortunately my lack of knowledge in the subject doesn't really help me figure out this error situation:<br />
when I try to send an email from the contact form, i get 2 warnings (please see warnings below).<br />
However, the email goes through and I'm able to receive it.</p>
<p>I checked the Help file but unfortunately this probably was created with another iteration of the template and the elements are different.</p>
<p>Thanks in advance,<br />
E.C.</p>
<p>Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in /home/content/10/2558510/html/newwebsite/send.php on line 43</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /home/content/10/2558510/html/newwebsite/send.php:43) in /home/content/10/2558510/html/newwebsite/send.php on line 61
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default-1#post-2714</link>
			<pubDate>Sat, 23 Apr 2011 10:18:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">2714@http://www.themolitor.com/forums/</guid>
			<description><p><strong>Locate and remove the following around line 380 in "scripts.js"...</strong></p>
<pre><code>//RUN OPENTHUMBS...
openThumbs();</code></pre>
<p><strong>...and replace it with the following...</strong></p>
<pre><code>closeThumb.hide();</code></pre></description>
		</item>
		<item>
			<title>julanka on "slideshow too slow on slower PCs"</title>
			<link>http://www.themolitor.com/forums/topic/slideshow-too-slow-on-slower-pcs#post-16240</link>
			<pubDate>Sat, 01 Dec 2012 20:22:14 +0000</pubDate>
			<dc:creator>julanka</dc:creator>
			<guid isPermaLink="false">16240@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I would like to know how I can make the site (www.asentia.co.jp) to run fast on slower PCs. FYI, images are well optimized.<br />
The purchased Zoom theme is customized from its original.<br />
The slideshow has 19 images, I wonder if the speed issue would be solved by showing less images.</p>
<p>Any feedback would be really appreciated.</p>
<p>Cheers ~kohji
</p></description>
		</item>
		<item>
			<title>Mammal on "social icons"</title>
			<link>http://www.themolitor.com/forums/topic/social-icons-1#post-15318</link>
			<pubDate>Mon, 15 Oct 2012 11:49:34 +0000</pubDate>
			<dc:creator>Mammal</dc:creator>
			<guid isPermaLink="false">15318@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there. Great theme, first of all. Being a bit of a newbie to wordpress i just can't figure out how i'm supposed to get the social icons to show up in the sidebar. Can you explain this?<br />
Also, i'd like to have the 'several pages sidebar'concept you have in the demo. How do i achieve that?</p>
<p>Thanks a lot!</p>
<p>Arjan
</p></description>
		</item>
		<item>
			<title>FrankyFourfingers on "Basic Noob Help."</title>
			<link>http://www.themolitor.com/forums/topic/basic-noob-help#post-15177</link>
			<pubDate>Mon, 08 Oct 2012 13:08:38 +0000</pubDate>
			<dc:creator>FrankyFourfingers</dc:creator>
			<guid isPermaLink="false">15177@http://www.themolitor.com/forums/</guid>
			<description><p>My first time using wordpress developing a site for a small business I work for.  The Zoom portfolio is amazing, I feel dumb, (as I'm sure it's simpler than I'm making it) but I'm having a hard time figuring out how to add additional menu buttons and a simple dropdown menu leading to more Portfolio posts.</p>
<p>If anyone could offer assistance, it would be most appreciated.  Thank you </p>
<p>F. Fourfingers
</p></description>
		</item>
		<item>
			<title>chrisbogen on "WordPress Zoom Portfolio + Blog"</title>
			<link>http://www.themolitor.com/forums/topic/wordpress-zoom-portfolio-blog#post-13589</link>
			<pubDate>Mon, 06 Aug 2012 16:39:14 +0000</pubDate>
			<dc:creator>chrisbogen</dc:creator>
			<guid isPermaLink="false">13589@http://www.themolitor.com/forums/</guid>
			<description><p>"Easy setup!<br />
Once you install the theme, the home page becomes a setup guide with step-by-step instructions and videos! – the user manual is pretty helpful too."</p>
<p>Can't seem to find the easy setup (setup guide or user manual) as suggested on the download site. </p>
<p>After uploading a photo to a gallery or page I cannot see it on my live site. I am trying to base my site similar to the example site on themeforest but can't seem to get there. What simple step am I missing? Any help would be appreciated.
</p></description>
		</item>
		<item>
			<title>carolined on "images - not scaled up to fit frame? Leave at 100%"</title>
			<link>http://www.themolitor.com/forums/topic/images-not-scaled-up-to-fit-frame-leave-at-100#post-12144</link>
			<pubDate>Wed, 04 Jul 2012 06:59:10 +0000</pubDate>
			<dc:creator>carolined</dc:creator>
			<guid isPermaLink="false">12144@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Tried the "Make images not zoomed in by default", but this did'nt do what I wanted. I would like the images to stay at their largest size, but not zoomed at all or change size when the browser window is adjusted. Is this possible?</p>
<p>Thank you!<br />
-C
</p></description>
		</item>
		<item>
			<title>honeybadger on "Cannot scroll on iPad (post pages)"</title>
			<link>http://www.themolitor.com/forums/topic/cannot-scroll-on-ipad-post-pages#post-7765</link>
			<pubDate>Wed, 14 Mar 2012 04:13:40 +0000</pubDate>
			<dc:creator>honeybadger</dc:creator>
			<guid isPermaLink="false">7765@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Just wondering if you have fixed the iPad issue of not being able to scroll on Post pages? </p>
<p>I know you said we could "tap" in order to scroll, but that's not intuitive at all - most people would have given up before they figure out that you need to "tap" on a page with a scroll bar instead of just being able to scroll normally.</p>
<p>If you have manage to fix the issue, could you please kindly point me to the correct file to replace or modify?</p>
<p>Thank you very much!
</p></description>
		</item>
		<item>
			<title>tanwaniniranjan on "reorder posts in the bottom area"</title>
			<link>http://www.themolitor.com/forums/topic/reorder-posts-in-the-bottom-area#post-12387</link>
			<pubDate>Tue, 10 Jul 2012 02:25:58 +0000</pubDate>
			<dc:creator>tanwaniniranjan</dc:creator>
			<guid isPermaLink="false">12387@http://www.themolitor.com/forums/</guid>
			<description><p>how can i reorder posts in the bottom area?<br />
if yes, how?
</p></description>
		</item>
		<item>
			<title>carolined on "Can I remove the side bar?"</title>
			<link>http://www.themolitor.com/forums/topic/can-i-remove-the-side-bar#post-12145</link>
			<pubDate>Wed, 04 Jul 2012 07:00:52 +0000</pubDate>
			<dc:creator>carolined</dc:creator>
			<guid isPermaLink="false">12145@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Is it possible to remove the sidebar? I think I found it in script.js, but when I remove some lines, the page does'nt load. I'm sure I'm removing soemthing I should'nt. Can you help?</p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>carolined on "Is it possible to replace the top bar background with an image?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-replace-the-top-bar-background-with-an-image#post-12146</link>
			<pubDate>Wed, 04 Jul 2012 07:03:08 +0000</pubDate>
			<dc:creator>carolined</dc:creator>
			<guid isPermaLink="false">12146@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Is it possible to replace the top bar background with an image? If so how could I achieve this? I'd like to make it so the menu text would still be in the same place, but replace the button gradient with an image instead.</p>
<p>Thanks for your help.<br />
-C
</p></description>
		</item>
		<item>
			<title>guthriealexander on "Keep active image in slideshow from bleeding through the top navigation bar"</title>
			<link>http://www.themolitor.com/forums/topic/keep-active-image-in-slideshow-from-bleeding-through-the-top-navigation-bar#post-10102</link>
			<pubDate>Wed, 16 May 2012 12:35:51 +0000</pubDate>
			<dc:creator>guthriealexander</dc:creator>
			<guid isPermaLink="false">10102@http://www.themolitor.com/forums/</guid>
			<description><p>I am also trying to keep the active image from bleeding through the top navigation bar.  It looks great on the demo but doesn't quite work for my content.</p>
<p>Just point me to the code snippet and I can probably figure it out, just not finding it at the moment.</p>
<p>Thanks,
</p></description>
		</item>
		<item>
			<title>shunkan on "transparency not working in IE 9"</title>
			<link>http://www.themolitor.com/forums/topic/transparency-not-working-in-ie-9#post-9586</link>
			<pubDate>Wed, 02 May 2012 14:50:15 +0000</pubDate>
			<dc:creator>shunkan</dc:creator>
			<guid isPermaLink="false">9586@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I really love the Zoom theme! It seems to work on almost every browser, except on IE9: The opacity of the dark menus is 100% (hence totally transparent) instead of being just 10 or 20%. Meaning the dark background of menus etc. are not showing at all, making the white font unreadable above brighter pictures in the background. This concerns only IE on a Windows PC, I can't reproduce that problem on a Mac or iPad.<br />
Please check it out:<br />
<a href="http://happywedding.us/de/" rel="nofollow">http://happywedding.us/de/</a></p>
<p>Here's the unaltered version of the theme: <a href="http://happywedding.us/test/" rel="nofollow">http://happywedding.us/test/</a> which shows the same problem.<br />
I'd really appreciate if you could help me!<br />
Cheers,<br />
Frank
</p></description>
		</item>
		<item>
			<title>rodcwahr on "Slide 2-6 do not appear?"</title>
			<link>http://www.themolitor.com/forums/topic/slide-2-6-do-not-appear#post-8689</link>
			<pubDate>Sat, 07 Apr 2012 13:01:19 +0000</pubDate>
			<dc:creator>rodcwahr</dc:creator>
			<guid isPermaLink="false">8689@http://www.themolitor.com/forums/</guid>
			<description><p>First, thanks for producing a great template!</p>
<p>Problem 1: When I fill a Slide, i.e. Slide 2, with widgets it does not appear anywhere (Slide 1 does, on the left). What do I have to do to make it appear?</p>
<p>Problem 2: When I close the bottom thumbnails in a portfolio(click on x), I would expect a '+' at the bottom to make it appear again. Now I have to click the portfolio page to make it come up again.</p>
<p>My Blog is still in setup stage: <a href="http://www.wahrweb.org/wwworld/" rel="nofollow">http://www.wahrweb.org/wwworld/</a>
</p></description>
		</item>

	</channel>
</rss>
