Asking for your help. When using plugin, on the enlarged image to see a crosshair how to clean it up. And also how can I reduce the width of the rim around a magnifying glass? Thanks in advance.
]]>To avoid the permanent warning “has_cap was called with an argument that is deprecated” when in debug mode, please change “9” by “‘manage_options'” at line 487 of glass.php
]]>hi,
the lens magnifier is working on every image of my website,
I would like to exclude the gallery, and activate the zoom only for thumbnails, cos i have problem to double click on the images in the gallery since the glass plugin is active.
thanks
Glass is wonderfull but it is disturbing on logo. It is not possible to achieve logo on varosvedo.hu. How can I exclude logo for Glass?
]]>I wish to only use Glass for a few pictures on a page. is categories the way around this? can I get an example?
]]>First of all its a great plugin, but i wanna display only post images to be zoom not other like related items get zoom when i select single.php page and also the slide show. thanks
]]>i wonder how i can exclude galleries from the glass
on the top of many pages i have a gallery of thumbs, the pages take very long to charge, i suppose because of the amount of linked images.
i would like to switch of glass for the gallery so only the main pictures on the page are used with glass
see also:
https://www.maxbrumbergflutes.eu/floeten/obertonfloeten/
There seems to be an issue between W3 Total Cache and the Glass plugin. When the caching is turned on, the plugin doesn’t work at all, but as soon as I disable the plugin, Glass works again.
Is there a way I can get them to work together?
]]>after lot of test on chrome 37 (windows os) the plugin seem not working although it’s working on chome 37 (mac os).
did you have a solution ?
]]>Hi – Great plugin,
I am very interested to find out which bit of glass.php I need to alter to remove the keyline boarde ron the magnifying glass.
I also want to disable the glass magnification function on small thumbnails so it only works on the larger images.
Any help much appreciated ??
thanks
Fixes in glass.js version 1.3.2
FIX to not allow single click through to image:
function glassReallyClickThrough()
{
with (document.body.glass) {
if (1 == inLimbo) { // Only when one (1) click has been seen.
// style.display = ‘none’; // Switch off glass.
// Do the click, or if it defaults, follow the link, if there.
//if (my.lowres.click())
// window.location = my.lowres.parentNode.href;
[last four lines commented out]
FIX loading message at start:
// Atop the layers a Loading message.
glass.innerHTML += ‘<p style=”margin:0;z-index:999;’
+ ‘position:absolute;max-width:none;max-height:none;’
+ ‘left:0;top:0;’
+ ‘padding:0;text-align:center;width:100%;’
+ ‘color:#’+tx+’;’
+ ‘”>loading image…
‘
+ ‘(double click for info)</p>’;
[change text here to loading … or nothing]
FIX to use the same image in glass, just shown bigger and pixelated, if there is no link.
In glassinit:
if (!img.parentNode.tagName || img.parentNode.tagName.toLowerCase() !=’a’) {
// this image has no a tag, so use the src parameter
img.hires = new Object();
img.hires.URL = img.src;
glassActivateImage(img);
}
if (img.parentNode.tagName && img.parentNode.tagName.toLowerCase() ==’a’) {
[insert 6 lines above the existing bottom line]
]]>I just checked it on KitKat4.1 (newest version of Android) in Chrome and pinching shows the glass like on IOS. Good job!
]]>no work, author forget this plugin
]]>My images are on one page, aligned one by one going down the page.
I have Glass on all images, however, people can not scroll down because Glass is on.
Also, Glass shows up on the menu (my menu is see through) and people can not click on the menu buttons when Glass is on.
Please help with any options to resolve this.
]]>When we double click on the photo now, the glass copyright information pops up instead of the photo and description… Please help!
]]>Hi, great plugin!
Is it possible to get it work on lightbox plugins?
Thanks!
First of all, GREAT plugin. I love it. It works great when I have just a basic NextGen thumbnails gallery:
https://037cc73.netsolhost.com/wordpress2/sticks/
But when I use the NextGen Carousel gallery, the magnifying glass does not appear:
https://037cc73.netsolhost.com/wordpress2/blur/
Anyway to get the magnifying glass going on the NextGen Carousel gallery? Or even just plain NextGen slideshow? Thanks!
]]>How do i get this working on woocommerce images. This plugin in is the boom..
went through the code just code not find where to add post types in it.
]]>Hey I really like this plugin, however there is a page where I have two groups of dynamically generated thumbnails. I only want to apply this ‘glass’ effect to one of these two groups, and I thought the best way is to assign a class to be excluded from using this effect. Is this possible? or is there another way to achieve what I want?.
Thanks!
Jay
Hello lovely look to the plugin, I was just wondering if you had any ideas on how to get the zoom to happen a lightbox image instead of the thumbnail? heres my site: https://www.janetpope.co.uk/gallery/
I am currently using photospace plugin, and want it so that the zoom happens on the right hand image instead of the thumbs.
Any help very much appreciated.
All the best
Harry
]]>Hello,
Really like this plugin and am using it to highlight the art images that I’m posting on pages. this plugin does really well for the large images where I want a user to be able to use this but when I have a gallery page with multiple thumbnails the glass activates on them all. See .
I know there must be a setting for this and I started looking at the .js file. I could use some help or suggestions if you have any. Thanks for taking the time to read and help.
]]>Hello,
In a brand new wordpress site, with the only Glass plugin installed I can not make the plugin work with Chrome and Firefox, even if I activate twenty ten, eleven or twelve theme.
Could you help me ?
Hi
This pluggin slove all the problem i need but is there a way to change the code so when you click on the picture it dose not open an other page thank you.
Jean-charles
]]>Hello Guys,Girls,
Very nice work you’ve done there with this plugin.
I would love to be able to control the clicking behavior
in order for the magnifying glass to be initially invisible
and to be enabled by clicking. Would you be so kind as to
tell me how to do this by, perhaps, tweaking the code.
Thank you very much!
]]>Nice plugin. It does what I want. Problem is if I accidentally click on the picture, it takes me to a page that has only the picture on it. I know this is normal in WordPress and I know you need to get rid of the picture link to fix this but I suspect that link is what the plugin is using since the plugin doesn’t work when I get rid of the picture link.
Is there a way I can have glass work but without accidental clicks taking me to the picture only page?
Thanks
Bryan
Hello sir..
You have a great plugin thank you for that, I have just downloaded and its zooming all the pictures I want on the home page but in other pages the glass not functioning.
Please explain why and I didn’t exclude any pages in the setting.
Thanks
regards
Suria
I am trying to get glass.js?ver=1.3 and the assorted magnifying glass images to load only on one page. I have tried using the “Glass Pages:” input box to enter the page name. Is it possible I have a syntax error for this value? If the page URI is https://www.example.com/page/ I am using the string:
page
as the page name. Should that be bookended with apostrophes, lower case, etc.? I ask because I am finding glass and dozens of the rim files (e.g. rim11_FFF.png) loading on other pages, not just the individual page on which I would like to call glass.
I have updated everything on my CDN, deactivated/reactivated plugin, tried various “flavors” of page name, first letter capitalized, all caps, all lowercase. Really would prefer to have glass appear only for the single page, “page,” in my example above.
WP3.5, glass1.3
Hello
I have no problem with Glass excellent plugin but I have a question.
I also use a lightbox to another category, which lightbox plugin or other would be compatible with Glass?
Lightbox plus and Glass not work together.
Thanks
Jeff
Hi,
I LOVE Glass!
I’d like to use it on my site on the Featured images. Do you think that’s possible??
Thanks!
]]>Hi There,
Love the plugin but it is not quite working as we expect. As the mouse goes over the left of the image the zoom only starts when we are half way over the image, please see:
https://dev.irlshooter.com/technology/
Love to hear your solution!
]]>