Please, write your feed back. It will help us for improse this app.
Please, write your feed back. It will help us for improse this app.
Doesn't appear to do anything? The instructions say to just upload it and activate - but nothing happens.
Hi Blackdfl,
Can you give me your blog url?
I will check it.
Thx
Yeah... It didn't work for me too...
I try it on my localhost...
Can you check the code source?
Can you see thoses two lines:
<script type="text/javascript" src="wp-content/plugins/glassy/js/mootools.js"></script>
<script type="text/javascript" src="wp-content/plugins/glassy/js/glassy.js"></script>
Yes, I can see it on my source code...
Good.
Please open again your source.
Are there a new class called "reflected" on your picture?
If not, please copy and paste the img code.
I'm having uses as well.
I have the js as you asked. and "reflected" is also associated with the picture. Only - no reflection.
I've tried disabling things like 'Shutter Reloaded' that may cause problems but at this point - it just doesn't work.
http://studio646.com/2008/10/27/deadland-character/ is a URL I'm trying to use it on.
Thanks.
devoox you need to specify the full paths to the js files in your plugin. When looking at tadd's site with firebug it shows that the links are generating 404 because they are only relative paths.
http://codex.wordpress.org/Determining_Plugin_and_Content_Directories
Ok, as Jeremy said, the .js files are the problem. But there are TWO problems. One is the file structure. You had it like this.
Unzip.
localdir/glassy/glass/glassy.php
localdir/glassy/glass/glassy/js/glassy.js
Really, not a big deal - except that you were not calling the js.
I moved all the files to just plain ol' /glassy/ and edited my glassy.php
<script type="text/javascript" src="http://www.studio646.com/wp-content/plugins/glassy/js/mootools.js"></script>
<script type="text/javascript" src="http://www.studio646.com/wp-content/plugins/glassy/js/glassy.js"></script>
While this only fixes it for me, at least then people can see what I did.
Now the file structure is like this:
wp-content/plugins/glassy
wp-content/plugins/glassy/js
It works decently. Needs a bit more work for customization. And why, may I ask, does it force the img to center? I'm sure it's something in the glassy.js and easy to edit if you find it - but kind of weird to force it.
Overall a nice plug in and I'll be happy to use it.
As others have noticed, it does fugg-all. So I de-activated it even faster than I initially activated it. Oh dear, how sad, never mind.
Jaap Verduijn.
Hi all, Thank you for your message.
I will update glassy plugin in a few hours and fix this two issues...
I have some problem for update the plugin here so until i fix it, you can find the new version of this plugin : http://devoox.com/bluvoox/2.0.zip.Both of issues are fixed.
I have updated glassy to 0.2 but it still not working...
But, when I moved js folder from glassy/glassy/js into glassy/js like taddmencer explained, it works!!
Ah.. One more...
How about image alignment?? Can we adjust it when using this plugin??
Thank you...
Hi, now the image alignment is in left. I will add a module for be able to edit it from from admin.
You want a center alignement?
If you want an align center, just replace
//div.removeClass('reflect').setStyles({'width': img.width, 'height': canvasHeight+img.height, 'margin': "0 auto 0 auto"});
div.removeClass('reflect').setStyles({'width': img.width, 'height': canvasHeight+img.height});
by
div.removeClass('reflect').setStyles({'width': img.width, 'height': canvasHeight+img.height, 'margin': "0 auto 0 auto"});
//div.removeClass('reflect').setStyles({'width': img.width, 'height': canvasHeight+img.height});on the glassy.js file
The 0.4 version is comming now.
We change the folder structure.
Well I deactivated it.
Sorry Devoox.
I had it working .. eh decently .. and the new update was pretty much the same issues. Perhaps I'll revisit later - but for now I'm not going to waste time on it.
Good luck.
Hi Taddmencer,
Just copy the glassy.php and glassy folder to your plugin folder and active it.
If not, please send me your blog url and i will check.
If i see the error, it will be more easy for me to fix for your case.
Thank u for this plugin
did not work with me here also :(
my blog url:
http://www.theiphoner.net/blog
and i hope that later u can make it easy to align the picture with a little toggle :)
Hi thank you for your mail.
Please put the 2 js file on this foder:
http://www.theiphoner.net/blog/wp-content/plugins/glassy/
Now, its empty.
I really want to fix this bug but this plugin working well for many person.
Please, write here the content of your plugin directory.
It will help me for fix it.
i made and it did not work :(
my contents :
glassy/glassy.php
glassy/mootools.js
glassy/glassy.js
Hi we are updating the code now, the update will be ready today.
Hi we change again the plugin.
So now download it and copy the folder glassy to your plugin folder.
After you must have :
plugin/
------glasssy/
-------------mootools.js
-------------glassy.js
-------------glassy.php
-------------readme.txt
Updated but still did not work
let me till u what i have done
i changed my blog theme to the default one and disabled all the plugins except glassy and did not work also
do i have to write a new post with a picture and after that all the pictures will by by default glassed ?
or it will make all the pics either old or new glassed ?
i know that i am making u r live hard but really it is a nice plug in and i want to see it working great :)
thanks for your nice work
Hi,
I checked your website and everything is alright.
The only problem is that mootools isn't compatible with prototype.
I remove it from your website for try and it was working well:
http://img258.imageshack.us/my.php?image=captureft8.png
So if you want it to work, you need to remove the plugin using prototype.
HI,
One of your plugin is using the javascript prototype library.
Prototype and mootools are not compatible.
I remove your prototype plugin for try and it was working perfectly:
HI,
One of your plugin is using the javascript prototype library.
Prototype and mootools are not compatible.
I remove your prototype plugin for try and it was working perfectly.
This topic has been closed to new replies.