Closed (fixed)
Project:
iTweak Upload
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
1 Mar 2010 at 11:06 UTC
Updated:
20 Oct 2010 at 15:20 UTC
Hi all ..
For some strange reason i only have a 'rename' link and NO 'remove' link in the attachment section when i edit a node with attachments.
See screenshot.
Any ideas what is going wrong here?
thanks in advance for any help on this!
Pat.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot-1.PNG | 23.16 KB | Patsjoelie |
Comments
Comment #1
iva2k commentedI will need more information:
- What browser / version are you using?
- What theme / version?
- Are there any javascript errors?
- Do you have any other modules enabled that may alter the upload form (filefield is one such module)? Maybe post whole list of modules.
If you can send me (in private message) a link to the page where you see errors (I will need access to edit perhaps?) - I will check it out. It is the fastest way to debug the problem.
It occurred to me that you have a localized website (I did not notice Lijst on the first look). It may be a case of not translated "Remove" word in your locale. What language is your website in? Will the "Remove" appear if you switch to English?
Comment #2
sl_stefan commentedI had the same problem.
When i take a look at the source code the "remove link" was actually there.
I use the Genesis base-theme and the following CSS is included:
Because the iTweak Upload remove link also has the class "remove" it is not displayed.
Comment #3
train commentedJust confirming the CSS problem.
I used the following to bring it back.
Comment #4
iva2k commentedThanks for the report!
I guess the safest fix would be to use non-ambiguous class (something like "itu-remove") so the problem does not resurface in other themes. Making a task for myself.
Comment #5
iva2k commentedI checked in the 'itu-remove' fix to the 6.x-2.x-dev branch. Please verify that it resolves the issue for you, and reopen if it does not.