<?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: magnifying glass - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/magnifying-glass</link>
		<description>Support Forum - Tag: magnifying glass - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 13:01:43 +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/magnifying-glass" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Adding magnifying glass to an image"</title>
			<link>http://www.kriesi.at/support/topic/adding-magnifying-glass-to-an-image#post-96191</link>
			<pubDate>Mon, 11 Feb 2013 15:48:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96191@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi markjoseph7,&#60;/p&#62;
&#60;p&#62;In the new image editor for wordpress you have the option of linking an image to its attachment page, its Media File or a Custom URL. You need to make sure the option is selected for Media File for each image when inserting an image into the visual editor so that the lightbox effect can pick it up.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markjoseph7 on "Adding magnifying glass to an image"</title>
			<link>http://www.kriesi.at/support/topic/adding-magnifying-glass-to-an-image#post-96127</link>
			<pubDate>Mon, 11 Feb 2013 08:36:07 +0000</pubDate>
			<dc:creator>markjoseph7</dc:creator>
			<guid isPermaLink="false">96127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I guess the magnifying effect is lightbox. How do I add the lightbox effect to all of my images. And I would also like to have it so that when I click on the image it does the lightbox effect on the attachment image I have set up. It's doing it on a few images but I can't get it to do it on all of them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markjoseph7 on "Adding magnifying glass to an image"</title>
			<link>http://www.kriesi.at/support/topic/adding-magnifying-glass-to-an-image#post-96090</link>
			<pubDate>Mon, 11 Feb 2013 01:58:09 +0000</pubDate>
			<dc:creator>markjoseph7</dc:creator>
			<guid isPermaLink="false">96090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have a few images that are linked to another image. When I hover over some of the images the magnifying glass comes on and when I click it opens the attachment in a zoom window. &#60;/p&#62;
&#60;p&#62;However, I would like it so that ALL of the images open this way.&#60;/p&#62;
&#60;p&#62;How do I take an image that opens the attachment in a separate page to open with the magnifying zoom effect?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92261</link>
			<pubDate>Fri, 18 Jan 2013 16:43:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Joe! We do our best. We are here if you need us again.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92253</link>
			<pubDate>Fri, 18 Jan 2013 16:09:06 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">92253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Your experiment also works with Firefox and Safari!!!&#60;/p&#62;
&#60;p&#62;You guys are the best support around.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92249</link>
			<pubDate>Fri, 18 Jan 2013 15:50:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Joe,&#60;/p&#62;
&#60;p&#62;I have lots of ideas. My next one is experimental. &#60;/p&#62;
&#60;p&#62;Please remove&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .image_overlay_effect.lightbox_image {
background-color: rgba(255, 255, 255, 0) !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can only test in Chrome, thus I said its experimental.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92239</link>
			<pubDate>Fri, 18 Jan 2013 13:18:07 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">92239@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;br /&#62;
Thanks for the response.&#60;br /&#62;
Looks like the glass is part of the overlay. I think I tried all combinations.&#60;br /&#62;
Any other ideas?&#60;br /&#62;
Regards,&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92237</link>
			<pubDate>Fri, 18 Jan 2013 12:42:18 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Should be able to show the glass by itself.&#60;/p&#62;
&#60;p&#62;The last css that Ismael gave works on 4 classes. So one of them is the glass. Please change it like this perhaps:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_video, .lightbox_image, .image_overlay_effect {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92185</link>
			<pubDate>Fri, 18 Jan 2013 02:23:46 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">92185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to have the magnifying glass without the overlay?&#60;/p&#62;
&#60;p&#62;Thanks Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ashlandwebsites on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92156</link>
			<pubDate>Thu, 17 Jan 2013 22:50:27 +0000</pubDate>
			<dc:creator>ashlandwebsites</dc:creator>
			<guid isPermaLink="false">92156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, That did it.&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92153</link>
			<pubDate>Thu, 17 Jan 2013 22:39:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92153@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ashlandwebsites on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-92136</link>
			<pubDate>Thu, 17 Jan 2013 21:17:04 +0000</pubDate>
			<dc:creator>ashlandwebsites</dc:creator>
			<guid isPermaLink="false">92136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick! &#60;/p&#62;
&#60;p&#62;That worked for Chrome, but not Firefox. Here is the url:&#60;br /&#62;
&#60;a href=&#34;http://www.dreamweavingdesigns.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.dreamweavingdesigns.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much&#60;br /&#62;
David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-91979</link>
			<pubDate>Thu, 17 Jan 2013 04:45:51 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">91979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try adding this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .lightbox_video, #top .lightbox_image, #top .image_overlay_effect, #top .image_overlay_effect_inside {
position: initial !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the bottom of your quick css or to the bottom of your custom.css file.&#60;/p&#62;
&#60;p&#62;This is likely to affect the entire site. If you provide a link on your site to the specific page where you want the slider to not 'fade' on hover I can customize the code better.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ashlandwebsites on "Slide Show Hover Opacity"</title>
			<link>http://www.kriesi.at/support/topic/slide-show-hover-opacity#post-91861</link>
			<pubDate>Wed, 16 Jan 2013 14:16:21 +0000</pubDate>
			<dc:creator>ashlandwebsites</dc:creator>
			<guid isPermaLink="false">91861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I would like the slideshow to not fade when hovered. How can I accomplish this?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44491</link>
			<pubDate>Sat, 03 Mar 2012 08:34:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I don't know why the lightbox is doing this. I'm sorry. It seems like it calculates the overlay position wrong. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44457</link>
			<pubDate>Fri, 02 Mar 2012 23:39:28 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That gave a cool bonus effect... The gallery images jumps downwards as you click through them...&#60;br /&#62;
Try it here: &#60;a href=&#34;http://buchoptikk.no/beta/2012/03/oye-for-detalj/&#34; rel=&#34;nofollow&#34;&#62;http://buchoptikk.no/beta/2012/03/oye-for-detalj/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any advice or trick to keep the images from not doing that?&#60;/p&#62;
&#60;p&#62;Cheers, Thor
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44428</link>
			<pubDate>Fri, 02 Mar 2012 19:22:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure - open up js/avia.js and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
	if(jQuery.fn.avia_activate_lightbox)
	jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();

	//activates the hover effect for image links
	if(jQuery.fn.avia_activate_hover_effect)
	jQuery(&#38;#39;#main&#38;#39;).avia_activate_hover_effect();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>thoddi on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44373</link>
			<pubDate>Fri, 02 Mar 2012 12:35:48 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, it seems putting it into the quick css field helped. &#60;/p&#62;
&#60;p&#62;Will it be possible to eliminate the lightbox/ hover magnifying glass effect that this theme has as a feature? I'd really like to get rid of that, because I think that is conflicting with my gallery...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44353</link>
			<pubDate>Fri, 02 Mar 2012 10:36:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd add the code to css/custom.css or the quick css field.&#60;/p&#62;
&#60;p&#62;Personally I've only tested Nextgen Gallery (which can be used with PrettyPhoto too) and &#60;a href=&#34;http://showcase.dev7studios.com/&#34; rel=&#34;nofollow&#34;&#62;http://showcase.dev7studios.com/&#60;/a&#62; which doesn't offer as many features as Nextgen but it's way faster/simpler and great for clients who need a simple user interface.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44351</link>
			<pubDate>Fri, 02 Mar 2012 10:00:27 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe a simple solution would be to eliminate the built in lightbox mode that your theme offers to avoid conflicts with the OrangeBox plugin? &#60;/p&#62;
&#60;p&#62;Or would you recommend doing the opposite... deleting the OrangBox plugin to use the built in lightbox features?&#60;br /&#62;
If so, is here a good way to present a series of images in a gallery view?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44347</link>
			<pubDate>Fri, 02 Mar 2012 09:45:40 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wow that was fast, thanks:-)&#60;br /&#62;
Do you mean to put this in the custom.css or directly into the post?&#60;/p&#62;
&#60;p&#62;Could you also have a look at this page: &#60;a href=&#34;http://buchoptikk.no/beta/huset-og-kunsten/&#34; rel=&#34;nofollow&#34;&#62;http://buchoptikk.no/beta/huset-og-kunsten/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't want this image to have a link or a lightbox to open. But even if I put class=&#34;noLightbox&#34; the image there will open in a double sort of lightbox view... Two lightbox wiindows will open.. (Firefox 10.0.2)&#60;/p&#62;
&#60;p&#62;Here is the complete string I can see in the code view (took away the &#38;lt;&#38;gt; to prevent the image from showing in the post here):&#60;br /&#62;
img class=&#34;alignnone size-full wp-image-323&#34; &#34;noLightbox&#34; title=&#34;randy_650px&#34; src=&#34;http://buchoptikk.no/beta/wp-content/uploads/randy_650px.jpg&#34; alt=&#34;&#34; width=&#34;650&#34; height=&#34;433&#34; /
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44343</link>
			<pubDate>Fri, 02 Mar 2012 09:39:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-entry .oim_images img {
    display: inline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Image Gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-gallery-2#post-44340</link>
			<pubDate>Fri, 02 Mar 2012 09:29:04 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm using a Lightbox plugin (OrangeBox), and notice that it outputs the thumbnails in a single column when used with the Broadscope theme. Could you please have a look at this post where it's shown: &#60;a href=&#34;http://buchoptikk.no/beta/2012/03/huset-og-kunsten/&#34; rel=&#34;nofollow&#34;&#62;http://buchoptikk.no/beta/2012/03/huset-og-kunsten/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe there is a better way to show image galleries with this theme that you could recommend, or offer a CSS code that will leave the gallery to be listed as it is supposed to, using all of the available space in the content area... like it does on this other site of mine:&#60;br /&#62;
&#60;a href=&#34;http://www.fuglsang-damgaard.com/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://www.fuglsang-damgaard.com/gallery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks, Thor
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
