<?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: magnify - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/magnify</link>
		<description>Support Forum - Tag: magnify - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 06:32:11 +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/magnify" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-82081</link>
			<pubDate>Sat, 03 Nov 2012 10:56:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) I am not sure I understand the question. If your website is running on Wordpress (a content management system CMS) you can use plugins built for that CMS. However if your website is running on a different CMS such as Joomla for example or Drupal, then you would need to use plugins built for those systems. &#60;/p&#62;
&#60;p&#62;All websites are created via a process such as this - first laid out in Photoshop/Illustrator/Fireworks then are transferred to html/css. At that point the design is complete and a programmer creates a theme which includes the layout along with the database/interactivity/backend functionality using some programming language, which in the case of Wordpress is PHP and in addition uses syntax specific to Wordpress. A Wordpress theme without Wordpress is like a DVD without a DVD player.&#60;/p&#62;
&#60;p&#62;I think your confusion can be cleared up by investing 3-4 hours watching basic youtube videos about Wordpress and CSS.&#60;/p&#62;
&#60;p&#62;I suggest you watch these:&#60;br /&#62;
1) &#60;a href=&#34;http://www.youtube.com/watch?v=it8jbSdderk&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=it8jbSdderk&#60;/a&#62; (a bit longwinded, but he litterally doesn't leave any point unturned)&#60;br /&#62;
2) &#60;a href=&#34;http://www.youtube.com/watch?v=nTkFxkjDvjM&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=nTkFxkjDvjM&#60;/a&#62; (can put an insomniac to sleep, but after 10 mins gets better)&#60;/p&#62;
&#60;p&#62;The second video above, is all about the #1 tool you should get to know and love if you want to change your name from codeless to codechamp - firebug on firefox/or chrome developer tools on chrome. Begin with this 5min video &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;---------------------&#60;/p&#62;
&#60;p&#62;Regarding creating image galleries, please add the &#60;a href=&#34;http://wordpress.org/extend/plugins/nextgen-gallery/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/nextgen-gallery/&#60;/a&#62; Nextgen Gallery plugin, which will let you easily create galleries anyway you want.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Codeless on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-81800</link>
			<pubDate>Thu, 01 Nov 2012 13:26:18 +0000</pubDate>
			<dc:creator>Codeless</dc:creator>
			<guid isPermaLink="false">81800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply. I fixed the logo issue. Here's 2 more questions, that I can't figure out.&#60;/p&#62;
&#60;p&#62;1. As far as the 2nd answer, can I still install a wordpress plugin if i didn't use wordpress to create the site?&#60;/p&#62;
&#60;p&#62;2. This is regarding prettyphoto, in the &#34;Portfolio&#34; section..When I move the cursor over the picture, the magnifying tool shows. When I click that, a transparent box appears and another larger image appears on the screen. My question is, I want to be able to scroll thru a set of pictures but how do I code that? Is that code built on another page, like a css page or some other page? &#60;/p&#62;
&#60;p&#62;Thanks again. I should have chose my user name as clueless instead of codeless. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-81383</link>
			<pubDate>Mon, 29 Oct 2012 09:17:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Yes. The psd files can be found in the themeforest zip archive.Open the zip file and you'll find a folder called &#34;psd&#34;. This folder contains several other folders - among them psd, psd2 and psd3. Each of these folders contains a file called &#34;logo.psd&#34;. Select the right logo.psd (depends on your skin) and edit it with Photoshop. You can change the logo dimensions in style.css. Open up the file and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .logo, .logo a{
height:90px;
width:210px;
display:block;
position:absolute;
left:20px;
top:13px;
border: none;
padding: 0;
margin:0;
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the width/height value as required.&#60;/p&#62;
&#60;p&#62;2) You can try plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/column-shortcodes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/column-shortcodes/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Codeless on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-81275</link>
			<pubDate>Sat, 27 Oct 2012 20:47:57 +0000</pubDate>
			<dc:creator>Codeless</dc:creator>
			<guid isPermaLink="false">81275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greetings. I really like your design and template a lot but I need to adjust something's for it to work for my content.&#60;/p&#62;
&#60;p&#62;1. The log at the top &#34;Display&#34;. Is there a psd file for it? I really need to make that logo bigger. Can the photo slider thingie be moved down to accodate the logo being larger? My logo is more vertical than horizontal and I cannot change the design. I need the logo to be at least 190 width by 125 height. If it makes things easier. I removed the those 3 columns under where it says &#34;This is «display», a unique&#34;. I hope that helps alleviate some room.&#60;/p&#62;
&#60;p&#62;2. I have a services tab and I made a list of services. Is there any way to make 2 columns instead of one long listing?&#60;/p&#62;
&#60;p&#62;PLEASE help me, PLEEEEEASE!&#60;br /&#62;
- jd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27538</link>
			<pubDate>Thu, 22 Sep 2011 10:42:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27525</link>
			<pubDate>Thu, 22 Sep 2011 07:32:43 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow that is soooooooo cool!&#60;br /&#62;
you are doing an awesome job dude!&#60;br /&#62;
thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27510</link>
			<pubDate>Thu, 22 Sep 2011 05:37:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes of course - just write the class attribute like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;class=&#38;quot;fancybox buynow athirdclass anotherclass&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So each class separated by a blank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27497</link>
			<pubDate>Wed, 21 Sep 2011 18:38:43 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;one last little thing.&#60;br /&#62;
it seems that the video hover play button is the standard one even for pictures.&#60;br /&#62;
i want to make a popup with fancybox from an image with the magnify symbol.&#60;br /&#62;
i need to give the picture the class=&#34;fancybox&#34; to open it with fancybox.&#60;br /&#62;
can i give two different classes to one object and if so how?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27373</link>
			<pubDate>Tue, 20 Sep 2011 07:04:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great - smells like new theme :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27356</link>
			<pubDate>Mon, 19 Sep 2011 23:25:08 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i switched today!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27248</link>
			<pubDate>Sun, 18 Sep 2011 08:12:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you. Please switch to retail version asap :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27188</link>
			<pubDate>Fri, 16 Sep 2011 20:48:09 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.lightbox_buynow, .lightbox_video, .lightbox_image{&#60;br /&#62;
position: absolute;&#60;br /&#62;
z-index: 1;&#60;br /&#62;
top:0;&#60;br /&#62;
left:0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;works like a charm with the little dot at the beginning. &#60;/p&#62;
&#60;p&#62;thanks for your advice i will replace the illigal copy with the retail one.when i was updating the homepage i took the cracked version as a test to see how it looks. when i purchased the retail copy i allready had made some customizations and simply was to lazy to install everything again. this was a clear mistake by me and i have to apologize. of course i have a license from theme forrest (otherwise i would not have any access to this awesome support forum).&#60;br /&#62;
sorry for the inconvenience, your support and kriesis work is a big help.&#60;/p&#62;
&#60;p&#62;best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27185</link>
			<pubDate>Fri, 16 Sep 2011 18:01:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add your lightbox class to following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_video, .lightbox_image{
position: absolute;
z-index: 1;
top:0;
left:0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_buynow, .lightbox_video, .lightbox_image{
position: absolute;
z-index: 1;
top:0;
left:0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That said I noticed that you're using a pirate copy/illegal version of Display. This is quite bad in many ways because 1) this version adds malware links which point to other websites (which will affect seo) to the html code, you violate copyrights, the theme version is outdated and last but not least we won't support it. Please upload the retail version (you can download it @themeforest.net if you bought Display) and remove the pirate copy from your server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27182</link>
			<pubDate>Fri, 16 Sep 2011 16:50:15 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;a target=&#34;blank&#34; class=&#34;buynow&#34; rel=&#34;lightbox_buynow&#34; href=&#34;http://www.grin.com/e-book/162626/mathe-mit-nullplan/?partner_id=634859&#34;&#38;gt;&#60;br /&#62;
&#60;img src=&#34;http://www.mathemitnullplan.de/wp-content/uploads/analysis.gif&#34; /&#62;&#60;/p&#62;
&#60;p&#62;you can have a look at &#60;a href=&#34;http://www.mathemitnullplan.de&#34; rel=&#34;nofollow&#34;&#62;http://www.mathemitnullplan.de&#60;/a&#62;&#60;br /&#62;
if you scroll down its the left picture (analysis)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27178</link>
			<pubDate>Fri, 16 Sep 2011 16:13:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to a sample entry please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27176</link>
			<pubDate>Fri, 16 Sep 2011 15:47:27 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27176@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i added the if(jQuery(this).hasClass('buynow')) $newclass = 'lightbox_buynow'; behind the code.&#60;br /&#62;
in my style1.css i added:&#60;br /&#62;
.lightbox_buynow{&#60;br /&#62;
background:transparent url(http://www.mathemitnullplan.de/wp-content/uploads/buy.png) no-repeat center center;&#60;br /&#62;
}&#60;br /&#62;
and even&#60;br /&#62;
.buynow{&#60;br /&#62;
background:transparent url(http://www.mathemitnullplan.de/wp-content/uploads/buy.png) no-repeat center center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;in the image link i add rel=&#34;lightbox_buynow&#34; class=&#34;buynow&#34; ... but the icon doesn't show up.&#60;br /&#62;
the fade effekt from lightbox works but the icon is not visible yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27167</link>
			<pubDate>Fri, 16 Sep 2011 13:37:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can add your code after following line in custom.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery(this).attr(&#38;#39;href&#38;#39;).match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/)) $newclass = &#38;#39;lightbox_image&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I.e. you can try to work with custom classes for &#34;buy now items&#34; and use the hasclass() function: &#60;a href=&#34;http://api.jquery.com/hasClass/&#34; rel=&#34;nofollow&#34;&#62;http://api.jquery.com/hasClass/&#60;/a&#62; to change the hover image class. The code would look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery(this).attr(&#38;#39;href&#38;#39;).match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/)) $newclass = &#38;#39;lightbox_image&#38;#39;;
if(jQuery(this).hasClass(&#38;#39;buynow&#38;#39;)) $newclass = &#38;#39;lightbox_buynow&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;All &#34;buy now&#34; image links must have a &#34;buynow&#34; css class.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27154</link>
			<pubDate>Fri, 16 Sep 2011 08:54:37 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry my browser didn't show your reply because of caching.&#60;br /&#62;
okay, i never use gifs for images.&#60;br /&#62;
so any gif can activate the buy icon.&#60;br /&#62;
what do i have to change in the custom.js?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27153</link>
			<pubDate>Fri, 16 Sep 2011 08:51:47 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27153@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;everything points into the direction that this has something to do with the custom.js and the style1.css.&#60;/p&#62;
&#60;p&#62;in the custom.js i insert&#60;br /&#62;
$newclass = 'lightbox_buy'; before $newclass = 'lightbox_video';&#60;/p&#62;
&#60;p&#62;in the style1.css i insert&#60;br /&#62;
.lightbox_buy{&#60;br /&#62;
background:transparent url(../images/skin1/buy.png) no-repeat center center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;giving the image the rel=&#34;lightbox_buy&#34; activates the lightbox but it still shows the same icon as the video (activated by rel=&#34;lightbox_video&#34;).&#60;/p&#62;
&#60;p&#62;any advice for what is missing will be appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27140</link>
			<pubDate>Fri, 16 Sep 2011 06:37:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
to be honest it's not easily possible because our javascript function adds the &#34;right&#34; icon based on the file type. I.e. jpg, png, gif, etc. files (images) get a magnifier, videos like youtube, vimeo, and all file types which are not marked as image get a &#34;play&#34; symbol. You can change the code/logic in js/custom.js
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "using magnify hover with fancybox"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-fancybox#post-27117</link>
			<pubDate>Fri, 16 Sep 2011 05:32:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found the solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27105</link>
			<pubDate>Fri, 16 Sep 2011 00:19:11 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i found out that you have to include within the links:&#60;br /&#62;
rel = &#34;lightbox[boxes]&#34; for the video icon&#60;br /&#62;
rel = &#34;gallery&#34; for the image icon&#60;/p&#62;
&#60;p&#62;how is it possible to extend those icons. i know how to change them but i want to include a third icon for special links.&#60;br /&#62;
e.g. rel =&#34;buy&#34; for ordering downloads&#60;br /&#62;
where do i have to register this new icon?&#60;/p&#62;
&#60;p&#62;thanks in advance for a fast reply&#60;br /&#62;
t.b.r.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with normal images"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-normal-images#post-27080</link>
			<pubDate>Thu, 15 Sep 2011 18:36:15 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello,&#60;br /&#62;
is it possible to make normal images behave like the images at the top of a blog post or at the portfolio?&#60;br /&#62;
i tried to give them a lightbox class but that won't work.&#60;br /&#62;
they are placed as a widget in the box at the frontpage and link to another site:&#60;br /&#62;
&#60;a href=&#34;http://www.mathemitnullplan.de&#34;&#62;&#60;img src=&#34;http://www.mathemitnullplan.de/wp-content/uploads/Buchcover-Analysis.png&#34; /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;any suggestions?&#60;br /&#62;
best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with fancybox"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-fancybox#post-27060</link>
			<pubDate>Thu, 15 Sep 2011 11:44:30 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;this is how it works&#60;/p&#62;
&#60;p&#62;in your theme folder go to display/js and open custom.js in an editor.&#60;br /&#62;
search and delete (or comment out) the following part:&#60;/p&#62;
&#60;p&#62;jQuery($elements).prettyPhoto({&#60;br /&#62;
		&#34;theme&#34;: 'light_square' /* light_rounded / dark_rounded / light_square / dark_square */&#60;br /&#62;
	});&#60;/p&#62;
&#60;p&#62;that should do the trick!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "using magnify hover with fancybox"</title>
			<link>http://www.kriesi.at/support/topic/using-magnify-hover-with-fancybox#post-27044</link>
			<pubDate>Thu, 15 Sep 2011 09:07:34 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there,&#60;/p&#62;
&#60;p&#62;i am using fancybox with the theme which is a little bit nicer than the standard lightbox viewer.&#60;br /&#62;
doing so one big problem occured.&#60;br /&#62;
the nice hover animation with the magnifying glass is gone.&#60;br /&#62;
how do i get this work also with fancy box?&#60;/p&#62;
&#60;p&#62;best regards&#60;br /&#62;
thomas b. rouge
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
