Posted by JSCSJSCS on March 6, 2011 at 8:42pm
3 followers
| Project: | Gallery Assist |
| Version: | 6.x-1.18 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Clean install of the module. In assignments area of default Gallery Assist, many settings cannot be changed. Why? Have tried uninstalling, reinstalling, dev version, image_cache assist module. Nada.
See screencast: http://screenr.com/uxJ
Comments
#1
Hello JSCSJSCS,
I don't know why you get this issue. Before I give my opinion are necessary some infos about your Drupal installation.
Which JQuery version are you using? It is knows that the form-api isn't compatible with newest JQuery versions.
GA use the form-api equal as all the others modules.
In your video I can see that the select fields are rendered as expected. This is not a issue neither Drupal nor any module, but, can you post here a snapshot from code? Maybe we can get it solved.
Regards
Juan Carlos
#2
JSCSJSCS,
Try switching to Garland or other theme as admin theme just for GA settings. I suspect you are using Rubik as admin theme. If so, post your video link on Rubik page might help the developer.
See: #973340: General issue with Gallery Assist settings pages.
Cheers.
#3
I completely uninstalled and reinstalled the Gallery Assist module and was able to set parameters, even in Rubik, but it came with other issues. Take a look at the screen shot. Some of the parameter setting are all over to one side when using IE8. Looks okay in Firefox.
Also, it appears the weight setting does not work. I can change it from 50 to -50 and the body text is always above the images. Clearing cache has no effect.
I really want to use this module.
#4
Hello JSCSJSCS,
I have tested and get the same error. Crazy but true.
Here the patch to solve the weight settings issue by node edit.
Please give me feedback.
Regards
Juan Carlos
#5
Hello again,
the one bug or better missing functionality is fixed/added. Now I have investigate a little about the behavior you have described and found that some divs (floated) cover the form fields from the left. Use the firebug for firefox or elements inspectors for other browsers and remove the head link /sites/all/themes/contrib/rubik/core.css, after this you will see all fields are available. This css file will loaded much later as the gallery_assist.css file and this make impossible to fix this css-bug at GA.
that is what I found regarding your issue
Regards
Juan Carlos
#6
I added the line from the patch. I do not use Git, so I made it manually. I think you are using a different version of gallery_assist.module to create the patch because the added line in my file is at line 2281. Your patch shows line 2752. I am using 6.x-1.18. The top of my file shows:
// $Id: gallery_assist.module,v 1.76 2010/11/01 08:33:27 jcmc Exp $
It did not work though. Could not move the images to the top of the page. Here is a screencast of fresh start.
http://www.screenr.com/E2o
Also, the images can only be seen when logged in as User1. I have set permissions to view gallery_assist and set layout to public. Alos cleared all caches. Nada.
Maybe you can see what is wrong.
#7
In this case you are using the version 6.x-1.18 and not the 1.8.
the patch I sent is for the actually dev version.
does not matter, I have investigate a little more about this issue:
The module works properly in the node-gallery-settings and by the administration.
By using thee admin module and the rubik theme I get the same issue as you.
So as in my last explanation the ruby/core.css causes this issue.
You can desist of the floating from form-fields and the issue is solved. For this open the css file gallery_assist.css and remove the lines 12 and 18.
You can test at http://test.assist-series.com
#8
hell.o there
I'm having the same issue. I'm using 1.18 - // $Id: gallery_assist.module,v 1.76 2010/11/01 08:33:27 jcmc Exp $ -
as JSCSJSCS said, I added the line manually - 2280. The gallery is not showing any changes.
I love this module and i have installed it on several sites. Had a few issues with updates, but I still think it's a very nice module. Thanks jcmc
#9
I was trying to get the settings to work on the node, not bothering to create another..
so i found http://drupal.org/node/814842 #9 Posted by aiphes and actually recreated the node - now it seems to work great - even the galleries block is showing
cya!