SHOREdevelopers / COVE-OLD

Code and documentation related to the COVE digital edition
0 stars 0 forks source link

Remove display:none hiding annotation edit link #16

Open amandavisconti opened 8 years ago

amandavisconti commented 8 years ago

Firebug shows that the "edit annotation" link should be appearing with each annotation in the sidebar (although it'll need some styling), but http://dev-rc-distro.pantheon.io/sites/default/files/adaptivetheme/sky_files/sky.custom.css is hiding it for some reason: .view-annosidebar h1.node-title { display: none; } I don't have access to that file to modify it, and am not familiar with how the theme works, so I wasn't able to fix this myself.

daverett commented 8 years ago

I've removed this css, but now each annotation shows a title of "permalink," which is why I must have set it to display:none;. Is there supposed to be some other behavior here? I'm not sure what implications there are for having the annosidebar view use fields instead of displaying the whole node, but using fields would allow us to add an "edit" link.

daverett commented 8 years ago

Following up again: I now see that you've set all the annotation node titles to "edit annotation." I've manually re-saved in the database the example page annotations with that title.

daverett commented 8 years ago

This issue was moved to SHOREdevelopers/COVE-Drupal#16