ivmartel
Forum Replies Created
-
Forum: Plugins
In reply to: [DICOM Support] Viewer not showing in Certain Post TypeHi, the issue seems to be related to line breaks in the dwv javascript code. It looks like the quiz plugin is removing them and since they start with a comment, the full block is considered a comment.
I’ll check if I can enqueue this script in a better way. Or remove comments if I don’t find a nice way!
Forum: Plugins
In reply to: [DICOM Support] Error message on internet explorerHi, I just created version 0.5.0 of the plugin. It should fix the IE error.
I also added a ‘Full screen’ link just bellow the image, I hope it is what you asked for.
By the way, is your blog public? Could you share its address? I’m looking for demo usage to have a better idea of what people do with the plugin.
Forum: Plugins
In reply to: [DICOM Support] Error message on internet explorerYes, this is an issue with the version of the viewer that is bundled with the plugin. This is fixed in the latest one which I will try to integrate as soon as possible. Stay tuned for a new version of the plugin.
Thanks for the stars!Forum: Plugins
In reply to: [DICOM Support] Change viewer sizeI hope I answered your question. If so, could you please mark this issue as resolved?
Forum: Plugins
In reply to: [DICOM Support] Change viewer sizeFor the gallery, you can set the ‘size’ parameter to ‘thumbnail’, ‘medium’ or ‘large’, as in.
[gallery size="large" ids="233,234"]
For one image, you can set the ‘width’ and ‘height’ parameters as in:
[dcm width="400" height="400" src="..."]
The toolbar shows in the font size defined by the page, you can change it by changing its CSS. The class used by the toolbar is ‘toolbar’. This is a bit tricky, maybe worth making it simpler…
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideOk, a shame it still does not work. Tell me if I can be of any help.
I would prefer to avoid duplicating the translation strings, since I also need them when the viewer is used in stand alone mode.
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideI hope the instructions for the update are not too cryptic! If any doubts, you can leave comments on the gist page.
Did anyone try them? Did it work?Forum: Plugins
In reply to: [DICOM Support] Dicom Gallery Not Showing up on PageThe demo web site (https://dwvblog.co.nf/) runs like a charm on the latest WordPress 4.6.1!
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideI created a gist about the update from 0.3 to 0.4, check it there: https://gist.github.com/ivmartel/fbb963defd711d52e57a7a8f276286c9
It describes the differences between the two versions. I hope it helps.
Back to your modifications, are they in the plugin php code? Is there a way we could integrate them so that you do not have to update it each time the plugin changes?
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideNot having your language should not be a problem, if the file is not found, it will default to English.
About the page html, can you share your code so that I help you update it?
Weird about the gallery shortcode, it works for me with wp 4.6. Does it give you an error?
Yes, dwv 0.16 should be faster. It is also more robust to different dicoms.Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideJust published v0.4.1!
It supports wordpress installed anywhere. But more related to your comments, the first time you displayed a page with a DICOM with 0.4 it could not show up because of the code waiting on two events to happen in a certain order. Now it waits for them in any order. I hope this was the problem!Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideSorry for that… What I can think of that would break things is if you have wordpress not installed at the root of your server, is it your case?
Anyway I need to find a more flexible solution.Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideHi there, I just published version 0.4 of the plugin that allows to load multi-frame data. It handles non jpeg encoded for now or just the first 20 frames if encoded (otherwise it takes too long, working on it…).
All feedback appreciated!
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideI had not searched for the plugin and the only one I found is not free (from kreaturamedia). It will be difficult for me to test it… Have you checked the console log?
And about why you want to load DICOM in a slider, wouldn’t a regular image be enough?Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideOk, I will try this slider plugin.
For the multi series in one file, not yet but on the top of my list!