03/10/2016 at 12:26 pm
#368570
Keymaster
@ Ed
re: Legend. That worked beautifully.
Great to hear!
re: Out of interest, is there any way to make the ‘Notes’ expand by default without having to click on ‘Show Notes’?
Not easily. You would have to edit the card.php file found here; ../wp-content/plugins/connections-cmap/.
Look for this line:
<div class="cn-note-tray" id="note-block-<?php echo $entry->getRuid(); ?>" style="display: none;">
Change it to this:
<div class="cn-note-tray" id="note-block-<?php echo $entry->getRuid(); ?>">
That should do it, I think. I didn’t test.
Hope that helps!
