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.
Pages: 1
Hi,
does anyone got the html code for the Color Flag Icon?
Something like:
<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>
<li><i class="fa-li fa fa-greenflag></i>Photographers Choice</li>
If the Flag Icons are visible in the CRG Gallerys then will probably the Icon to be placeable in the Discription.
Have a nice Day
Fotofred
Offline
you can use your browser's inspector to take a look
also, see this thread:
http://community.theturninggate.net/post/34392/#p34392
and the Font Awesome site: http://fontawesome.io/icon/bookmark/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Hey Thanks for the Tip,
but it wont work for me ;(
i use this code:
<br>
### Legend
In the status bar:
<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>
In the image grid:
<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>
<li><i class="fa-li fa fa-bookmark color1“></i>Photogapher's choice</li>
</ul>
and get this:
http://fotomatisch.de/galerie/weske/15-04-29/
If i put the "in the Grid:" lines into the Sidebar, the Grid Text is completly not visible.
I need green flags to Show. Pherhaps someone will find my Mistake.
Have a nice Day!
Fotofred
Offline
It's the slanted double quotes used after color1. That breaks the code. My guess is that you didn't use a plain text editor to add the code. Either type it directly into the page copy box in Lightroom or use a plain text editor like Notepad++ for Windows or Text Wrangler for Mac
or copy/paste this:
<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>
<li><i class="fa-li fa fa-bookmark color1"></i>Photographer's choice</li>
</ul>
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thx a lot!
Now it works perfect!
OsX Text Edit changes the Quotes automaticly after changing the Text!
It seems better to use Taco Html in the future.
Offline
Thx a lot!
Now it works perfect!
OsX Text Edit changes the Quotes automaticly after changing the Text!
It seems better to use Taco Html in the future.
Text Edit is a rich-text editor, not suitable for coding. We recommend using a PLAIN text editor, such as TextWrangler, Sublime Text, etc. If Taco works for you, then that should do.
Offline
If you must use TextEdit, smart quotes can be disabled via the preferences. There is an option 'Smart Quotes'. Uncheck that. This artcle has some screenshots, after "To disable smart quotes in TextEdit". https://derflounder.wordpress.com/2014/ … mavericks/
As Matt suggested, you're better off with an editor designed for code. My favourite is TextMate, which is now free.
Offline
Pages: 1