Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Hi,
I have been working on a CRG gallery with a two-column layout, and the thumbnails, which I would like to, and assume would, begin following the masthead, do not start until after the the Legend text appears in the left-hand column. How do I move the thumbnails up the page so there is not so much empty space.
Thanks
Last edited by hmr638 (2015-05-04 17:41:15)
Offline
The entire text area resides above, not beside, the thumbnail grid. So your best recourse would probably be to flatten the legend into a two column layout. You can do this using our grid framework, or you could setup two columns using the provided UI in Lightroom.
Offline
You can setup your text area for a single-column layout, then paste this into the Page Copy field:
<h3>Legend</h3>
<div class="column_12 clearfix">
<div class="grid_6 gutter_24px alpha">
<p>In the status bar:</p>
<ul class="fa-ul">
<li><i class="fa-li fa fa-check-circle-o"></i>Displays the number of images selected; hides unselected images.</li>
<li><i class="fa-li fa fa-dot-circle-o"></i>Refine selects; dims the unselected images.</li>
<li><i class="fa-li fa fa-ban"></i>Cancel filter; click to display all images, selected and unselected.</li>
<li><i class="fa-li fa fa-envelope"></i>Send selections and feedback to the photographer.</li>
<li><i class="fa-li fa fa-times-circle-o"></i>Logout.</li>
</ul>
</div>
<div class="grid_6 gutter_24px omega">
<p>In the image grid:</p>
<ul class="fa-ul">
<li><i class="fa-li fa fa-circle-o"></i>Unselected Image</li>
<li><i class="fa-li fa fa-check-circle-o"></i>Selected Image; tick images you'd like to select</li>
<li><i class="fa-li fa fa-pencil"></i>Leave feedback on an image</li>
</ul>
</div>
</div><!-- column_12 -->
Offline
Thank you very much for your help. That worked very well.
Offline
If you use CRG Publisher, you need to paste this into the Publisher/Page Content/Page Copy (md) input area.
However, the legend displays on all pages, not just the first despite CRG template settings under Content/Descriptions area of Display On Page (ON) and Display On All Pages (OFF).
Offline