Forums

[resolved] [Plugin: glassy] Waiting for your feedback (36 posts)

  1. devoox
    Member
    Posted 1 year ago #

    Please, write your feed back. It will help us for improse this app.

    http://wordpress.org/extend/plugins/glassy/

  2. Blackdfl
    Member
    Posted 1 year ago #

    Doesn't appear to do anything? The instructions say to just upload it and activate - but nothing happens.

  3. devoox
    Member
    Posted 1 year ago #

    Hi Blackdfl,
    Can you give me your blog url?
    I will check it.
    Thx

  4. yotsugi
    Member
    Posted 1 year ago #

    Yeah... It didn't work for me too...
    I try it on my localhost...

  5. devoox
    Member
    Posted 1 year ago #

    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>

  6. yotsugi
    Member
    Posted 1 year ago #

    Yes, I can see it on my source code...

  7. devoox
    Member
    Posted 1 year ago #

    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.

  8. taddmencer
    Member
    Posted 1 year ago #

    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.

  9. jeremyclark13
    Moderator
    Posted 1 year ago #

    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

  10. taddmencer
    Member
    Posted 1 year ago #

    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.

  11. yahrp
    Member
    Posted 1 year ago #

    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.

  12. devoox
    Member
    Posted 1 year ago #

    Hi all, Thank you for your message.
    I will update glassy plugin in a few hours and fix this two issues...

  13. devoox
    Member
    Posted 1 year ago #

    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.

  14. yotsugi
    Member
    Posted 1 year ago #

    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!!

  15. yotsugi
    Member
    Posted 1 year ago #

    Ah.. One more...

    How about image alignment?? Can we adjust it when using this plugin??
    Thank you...

  16. devoox
    Member
    Posted 1 year ago #

    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?

  17. devoox
    Member
    Posted 1 year ago #

    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});
  18. devoox
    Member
    Posted 1 year ago #

    on the glassy.js file

  19. devoox
    Member
    Posted 1 year ago #

    The 0.4 version is comming now.
    We change the folder structure.

  20. taddmencer
    Member
    Posted 1 year ago #

    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.

  21. devoox
    Member
    Posted 1 year ago #

    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.

  22. TheiPhoner
    Member
    Posted 1 year ago #

    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 :)

  23. devoox
    Member
    Posted 1 year ago #

    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.

  24. TheiPhoner
    Member
    Posted 1 year ago #

    i made and it did not work :(

    my contents :

    glassy/glassy.php
    glassy/mootools.js
    glassy/glassy.js

  25. devoox
    Member
    Posted 1 year ago #

    Hi we are updating the code now, the update will be ready today.

  26. devoox
    Member
    Posted 1 year ago #

    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

  27. TheiPhoner
    Member
    Posted 1 year ago #

    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

  28. devoox
    Member
    Posted 1 year ago #

    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.

  29. devoox
    Member
    Posted 1 year ago #

    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:

    http://img258.imageshack.us/my.php?image=captureft8.png

  30. devoox
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic