<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: greyscale - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/greyscale</link>
		<description>Support Forum - Tag: greyscale - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 27 May 2013 02:54:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/greyscale" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Portfolio Archive - Page Layout (no sidebar) and Greyscale Thumbnails (turned of"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-archive-page-layout-no-sidebar-and-greyscale-thumbnails-turned-of#post-113655</link>
			<pubDate>Sat, 25 May 2013 01:56:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">113655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) To remove the greyscale effect on your portfolio archive, just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.archive.tax-portfolio_entries .greyscale-image {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) Open taxonomy-portfolio_entries.php, remove everything then paste this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

/*
* This template controlls the portfolio overview pages:
* 4,3 2 and 1 Column Portfolios are generated by this file in conjunction with includes/loop-portfolio.php
*
* This file is called by the includes/helper_template.php file if the users applied a portfolio page to this page
* All logic checks are located in includes/helper_template.php function avia_get_template()
*/

global $avia_config;

	/*
	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
	 */
	 get_header();

 	 $avia_config[&#38;#39;portfolio&#38;#39;][&#38;#39;portfolio_columns&#38;#39;] = 4;
 	 $avia_config[&#38;#39;portfolio&#38;#39;][&#38;#39;portfolio_ajax_class&#38;#39;] = false;
 	 $avia_config[&#38;#39;portfolio&#38;#39;][&#38;#39;portfolio_text&#38;#39;] = &#38;quot;yes&#38;quot;;

 	 $description = is_tag() ? tag_description() : category_description();
	 echo avia_title(array(&#38;#39;title&#38;#39; =&#38;gt; avia_which_archive(), &#38;#39;subtitle&#38;#39; =&#38;gt; $description)); 

	?&#38;gt;

		&#38;lt;div class=&#38;#39;container_wrap main_color &#38;lt;?php avia_layout_class( &#38;#39;main&#38;#39; ); ?&#38;gt;&#38;#39;&#38;gt;

			&#38;lt;div class=&#38;#39;container container-portfolio-size-&#38;lt;?php echo $avia_config[&#38;#39;portfolio&#38;#39;][&#38;#39;portfolio_columns&#38;#39;]; ?&#38;gt;&#38;#39;&#38;gt;

				&#38;lt;div class=&#38;#39;content twelve units template-portfolio-overview content portfolio-size-&#38;lt;?php echo $avia_config[&#38;#39;portfolio&#38;#39;][&#38;#39;portfolio_columns&#38;#39;]; ?&#38;gt;&#38;#39;&#38;gt;

				&#38;lt;?php

				/* Run the loop to output the posts.
				* If you want to overload this in a child theme then include a file
				* called loop-portfolio.php and that will be used instead.
				*/

				get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;portfolio&#38;#39; );

				?&#38;gt;

				&#38;lt;!--end content--&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;?php 

				wp_reset_query();

				//get the sidebar
				$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;portfolio&#38;#39;;

				?&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end container--&#38;gt;

&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>loudcow on "Portfolio Archive - Page Layout (no sidebar) and Greyscale Thumbnails (turned of"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-archive-page-layout-no-sidebar-and-greyscale-thumbnails-turned-of#post-113158</link>
			<pubDate>Thu, 23 May 2013 04:30:10 +0000</pubDate>
			<dc:creator>loudcow</dc:creator>
			<guid isPermaLink="false">113158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Very much hoping you can help with the dynamically crreated portfolio archive page layout. &#60;/p&#62;
&#60;p&#62;Presently, portfolio archive results are 1) displayed with the greyscale overlay on the portfolio thumbnails and 2) in a dynamically created archive page that has a right sidebar by default. &#60;/p&#62;
&#60;p&#62;I am hoping to turn off the greyscale effect and have the 'archive page' as a full width page with no sidebar so only archive results appear.  &#60;/p&#62;
&#60;p&#62;I am using a search function plugin called &#34;taxonomy picker&#34; and the results this spits out is greyscale on a default sidebar page. &#60;/p&#62;
&#60;p&#62;Thanks in advance:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to Portfolio images full color?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-portfolio-images-full-color#post-102162</link>
			<pubDate>Wed, 20 Mar 2013 01:02:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">102162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm not sure if reverse hover effect is doable but you can entirely disable the greyscale hover effect. Add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.greyscale-image.filtered-image {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shawdesign on "How to Portfolio images full color?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-portfolio-images-full-color#post-102125</link>
			<pubDate>Tue, 19 Mar 2013 19:52:11 +0000</pubDate>
			<dc:creator>shawdesign</dc:creator>
			<guid isPermaLink="false">102125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd like to have the portfolio images stay full color at all times. At the very least I'd like to have it reversed so that they go grey when you hover over them.&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated!! Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "portfolio image hovers effects"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-hovers-effects#post-99525</link>
			<pubDate>Tue, 05 Mar 2013 05:27:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Perhaps your install was buggy and you should re-install WordPress and the theme (while updating the theme first to latest version).&#60;/p&#62;
&#60;p&#62;You can use css to turn of the effects on a per-page basis so you can still have the effect on one page and not have it on a different page. To do that check the &#38;lt;body&#38;gt; html tag of the page in question to see what css classes are specific to that particular page and add it to the front of whatever css you are using to remove the overlay.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.css-class-specific-to-page .your-current-class-that-you-are-using { }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>allegrabillings on "portfolio image hovers effects"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-hovers-effects#post-99419</link>
			<pubDate>Mon, 04 Mar 2013 17:08:37 +0000</pubDate>
			<dc:creator>allegrabillings</dc:creator>
			<guid isPermaLink="false">99419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry if this is already posted. when I searched it appears that most people have a problem with the grayscale effect not working, mine is the opposite. In the portfolio editor options if I change the portfolio image hover effects to none instead fo the default grayscale. The grayscale hover effects still work. I can disable it in the css file but was just wondering why the feature options doesn't take care of this. as I may want it for 4 columns but not 2 columns for example. I have been testing on a mac with safari and chrome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-98479</link>
			<pubDate>Tue, 26 Feb 2013 06:06:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My computer crashed at some point yesterday so no video.&#60;/p&#62;
&#60;p&#62;Best thing I can recommend is to browse websites and without looking at the design focus on the type of content provided and ask yourself if it makes sense to do the same. A News section is rough since most people's lives are not newsworthy or they prefer not to share things with the world. All that needs to be done since you are looking to get a name in industry (i guess) is to provide your views on events, trends, etc so if someone hits the keywords and lands on your site and skims it, they will get the idea you are interested in the topic or see eye to eye on whatever, and thus are someone they need for a project or what not. &#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-98466</link>
			<pubDate>Tue, 26 Feb 2013 03:30:51 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">98466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, I'm fairly new to WordPress so I guess I need some help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-98381</link>
			<pubDate>Mon, 25 Feb 2013 15:35:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I made a video showing you how to do things on the site that is why you will see some things moved around. I went to your link and was auto logged in. Please dont forget to delete the temp account you've made. Either your server or my laptop is very slow so it turned into a 20 min video, and uploading in the background. I will add a link to it here once its updated so you can get the idea of what your workflow should be like.&#60;/p&#62;
&#60;p&#62;1) you need to add categories to each of your portfolio items&#60;br /&#62;
2) you need to use dynamic templates as i show in video&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-98307</link>
			<pubDate>Mon, 25 Feb 2013 02:16:10 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">98307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks so much for all the help.&#60;/p&#62;
&#60;p&#62;One last question, under my Portfolio page, there are two sets of all of the thumbnails/links (one right under the other)? How do I get rid of the second set? &#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-98096</link>
			<pubDate>Fri, 22 Feb 2013 18:26:39 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think the problem with the two images is the aspect ratio. Please remove the images from the portfolio item pages, then delete the images in Media. Try uploading a second time to see if the problem went away. If it did not, then you will need to slightly alter the image itself prior to uploading, by changing its aspect ratio (cut a pixel or two from its height or width). You can use any photo editing software (Photoshop) for that, and please re-upload the images.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97964</link>
			<pubDate>Fri, 22 Feb 2013 02:37:25 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">97964@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The grayscale looks great thank you so much. The only thing is that the grayscale thumbnail is slightly smaller than the color one on two of the pictures (&#34;Compliment&#34; and &#34;Edmonton&#34;)?&#60;br /&#62;
I will only use .jpg and .png extensions from now on.&#60;/p&#62;
&#60;p&#62;Thanks so much,&#60;br /&#62;
Maria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97834</link>
			<pubDate>Thu, 21 Feb 2013 15:17:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Taking a look now. Will post a continuation of this post shortly. Ok your portfolio is working. I updated wordpress.I changed your setting so that 1st portfolio item image only shows as a thumbnail but once you click the thumbnail and are taken to the item page, the portfolio thumbnail image will not be included in the portfolio item page. This way you have it exclusively for the thumbnail.&#60;/p&#62;
&#60;p&#62;Please try using .jpg and .png extensions for image files. in order to avoid compatibility issues with tif. I changed your logo tif to a transparent png. You should do the same with the remainder of tif files .&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97718</link>
			<pubDate>Wed, 20 Feb 2013 19:53:43 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">97718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My logo is also not showing up in Firefox, only in Safari. Can you help with this as well?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97712</link>
			<pubDate>Wed, 20 Feb 2013 19:27:38 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">97712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I added you as a user and had the password sent to your e-mail.&#60;/p&#62;
&#60;p&#62;Thanks so much,&#60;br /&#62;
Maria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97646</link>
			<pubDate>Wed, 20 Feb 2013 14:27:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I took a look at the page code, and you are missing the canvas part. Please make a temp login/pw for me and send to usjahm (at) gmail (dot) com.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97564</link>
			<pubDate>Wed, 20 Feb 2013 04:45:43 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">97564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The URL to my portfolio page is &#60;a href=&#34;http://www.marialieber.com&#34; rel=&#34;nofollow&#34;&#62;http://www.marialieber.com&#60;/a&#62;. I took it off of maintenance mode. Can I give you my username and password so you can help check what's wrong from my end?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97025</link>
			<pubDate>Sat, 16 Feb 2013 07:45:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@mlieber you can investigate your website with Firebug or Chrome dev tools. Go to the &#34;console&#34; and check if it outputs any errors. I.e. someone had a similiar problem in the past: &#60;a href=&#34;http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;@martine_goldenbeld - iphones/ipads don't support the greyscale effect because they don't support the mouse hover event. You can move/hover the mouse cursor over an image on the PC/Mac but touch screen devices just support the &#34;touch&#34; event which equals a click.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-97014</link>
			<pubDate>Sat, 16 Feb 2013 06:20:45 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">97014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's in maintenance mode right now, is there anyway you could check from my end?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-96992</link>
			<pubDate>Fri, 15 Feb 2013 22:00:36 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just tested this with a fresh Angular and greyscale hover transitions for portfolio thumbnails works for me. Would you provide a url to your portfolio page please? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martine_goldenbeld on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-96908</link>
			<pubDate>Fri, 15 Feb 2013 10:50:23 +0000</pubDate>
			<dc:creator>martine_goldenbeld</dc:creator>
			<guid isPermaLink="false">96908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Have the same problem, only on the computer it works fine but not on the iPad... there the thumbnails are not in grayscale.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlieber on "Grayscale"</title>
			<link>http://www.kriesi.at/support/topic/grayscale#post-96891</link>
			<pubDate>Fri, 15 Feb 2013 08:11:18 +0000</pubDate>
			<dc:creator>mlieber</dc:creator>
			<guid isPermaLink="false">96891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Thank you for the great theme.&#60;br /&#62;
My grayscale hover option is turned on but is not working. I have tried re-uploading the images for the thumbnails but no luck.&#60;br /&#62;
Please help, this is one of the reasons I bought the theme.&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-96111</link>
			<pubDate>Mon, 11 Feb 2013 06:44:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mhoffma,&#60;/p&#62;
&#60;p&#62;I checked the site linked in your name and it seems that greyscale works fine on chrome.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-96108</link>
			<pubDate>Mon, 11 Feb 2013 06:24:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96108@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please try to clear your browser cache - it works on my pc (win8 + chrome): &#60;a href=&#34;http://www.screenr.com/44l7&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/44l7&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhoffma on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-96094</link>
			<pubDate>Mon, 11 Feb 2013 03:41:01 +0000</pubDate>
			<dc:creator>mhoffma</dc:creator>
			<guid isPermaLink="false">96094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - reinstalled everything on the base domain. One problem remains.&#60;/p&#62;
&#60;p&#62;Greyscale still doesn't work in Chrome. (It works properly in Firefox.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhoffma on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-96059</link>
			<pubDate>Sun, 10 Feb 2013 16:09:28 +0000</pubDate>
			<dc:creator>mhoffma</dc:creator>
			<guid isPermaLink="false">96059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The wordpress install and domain are indeed separate. &#60;/p&#62;
&#60;p&#62;Thanks for the quick support from both of you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-96036</link>
			<pubDate>Sun, 10 Feb 2013 08:10:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The problem is that your images are loaded from a different domain. I get following error:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Unable to get image data from canvas because the canvas has been tainted by cross-origin data.&#60;br /&#62;
Uncaught Error: SECURITY_ERR: DOM Exception 18&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;and the first image url is. &#60;a href=&#34;http://simplegraphicdesign.com/testsite/wp-content/uploads/2011/12/flashlight-465x346.jpg&#34; rel=&#34;nofollow&#34;&#62;http://simplegraphicdesign.com/testsite/wp-content/uploads/2011/12/flashlight-465x346.jpg&#60;/a&#62; although your domain is &#60;a href=&#34;http://www.planb.ky/&#34; rel=&#34;nofollow&#34;&#62;http://www.planb.ky/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please make sure that all portfolio images are located on the same server and domain - otherwise you can't use the greyscale effect (the browsers block this feature because of security reasons).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhoffma on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-96002</link>
			<pubDate>Sat, 09 Feb 2013 21:15:20 +0000</pubDate>
			<dc:creator>mhoffma</dc:creator>
			<guid isPermaLink="false">96002@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Win 7 x64&#60;br /&#62;
Chrome Version 25.0.1364.68&#60;br /&#62;
Firefox 18.0.2&#60;/p&#62;
&#60;p&#62;I had changed the type previously to better render in Chrome - that's resolved.&#60;/p&#62;
&#60;p&#62;Nothing still comes up in Greyscale in either browser.&#60;br /&#62;
In Firefox, the portfolio pictures don't even show on the homepage (just the spinning loading indicators)&#60;br /&#62;
and in the client boxes, the logos don't show at all.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/tlc4WhB.jpg&#34;&#62;Firefox Screenshot&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.imgur.com/kyiMxbj.jpg&#34;&#62;Chrome Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-95981</link>
			<pubDate>Sat, 09 Feb 2013 13:55:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mhoffma,&#60;/p&#62;
&#60;p&#62;Edited this as you pointed out I got your issue confused with another.&#60;/p&#62;
&#60;p&#62;I'm not having any issues seeing the grayscale effect in any browser (IE, Chrome or FF) as well as seeing the type as fuzzy or the portfolio issues.&#60;/p&#62;
&#60;p&#62;Which OS is this on? With windows 7 on two PC's I'm just not able to get the same issues either logged on or not logged in to your install.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhoffma on "Greyscale, Type in Chrome, and other Issues"</title>
			<link>http://www.kriesi.at/support/topic/greyscale-type-in-chrome-and-other-issues#post-95945</link>
			<pubDate>Sat, 09 Feb 2013 03:50:07 +0000</pubDate>
			<dc:creator>mhoffma</dc:creator>
			<guid isPermaLink="false">95945@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried everything on your list - &#60;/p&#62;
&#60;p&#62;- Checked that the template builder module is set to greyscale&#60;br /&#62;
- Tried using the regenerate thumbnails plugin&#60;br /&#62;
- Deactivated all plugins&#60;br /&#62;
- Using 1.6 the whole time.&#60;/p&#62;
&#60;p&#62;I also deleted the whole wordpress install, did everything from scratch, tried setting everything up without importing the demo content like I did the first time, and it still didn't work.&#60;/p&#62;
&#60;p&#62;I reimported the demo content.&#60;/p&#62;
&#60;p&#62;Could it be an issue with the 3.5.1 wordpress update?&#60;/p&#62;
&#60;p&#62;I set you up an admin login and sent it to your gmail account.&#60;br /&#62;
Your help is appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
