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.

CommentFileSizeAuthor
screenshot-1.PNG23.16 KBPatsjoelie

Comments

iva2k’s picture

Status: Active » Postponed (maintainer needs more info)

I 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?

sl_stefan’s picture

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

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none 
   hides content from screen readers! */

.remove {
  display: none;
}

Because the iTweak Upload remove link also has the class "remove" it is not displayed.

train’s picture

Just confirming the CSS problem.

I used the following to bring it back.

#upload-attachments td.remove {
	display: table-cell !important;
}
iva2k’s picture

Assigned: Unassigned » iva2k
Category: support » task
Status: Postponed (maintainer needs more info) » Active

Thanks 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.

iva2k’s picture

Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.