Closed (fixed)
Project:
Research Annotator
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Mar 2014 at 22:11 UTC
Updated:
28 Mar 2014 at 14:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hartcapl commentedComment #2
captainpants commentedI suspect that you're using a theme that does not print out body classes from hook_preprocess_page().
I've added a class to the body field of annotatable content instead of the body in the hopes that this will be more compatible with the way people set up their drupal theming.
Please apply the attached patch and tell me if it works.
Comment #3
captainpants commentedAssigning this issue to myself.
Comment #4
hartcapl commentedSuccess.
I was using the Bootstrap 3 theme on a test site, but the patch has solved the issue. the same theme also has an issue with the annotations once created. looks like the "Section n annotations" header text is too beefy, so the text and the "v" are obscured. but it does still work.
and thanks for this module. i can see it being very useful.
Comment #5
captainpants commentedThanks for bringing this to my attention.
I committed the change and it should show up in the snapshot release shortly.
As for your issue with "Section n annotations", there are some recommendations within this module's documentation that state...
Increasing the size of your block region should solve that issue.
You should also note that all the css provided by the module is just default stuff and I encourage you to overwrite it with your theme's css.
Comment #6
captainpants commented