Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-11-26 04:43:46

fotofred
Member
Registered: 2014-09-08
Posts: 42

Html Code for Color Flags

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

#2 2015-11-26 05:31:03

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Html Code for Color Flags


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2015-11-26 21:24:01

fotofred
Member
Registered: 2014-09-08
Posts: 42

Re: Html Code for Color Flags

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

#4 2015-11-27 00:43:22

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Html Code for Color Flags

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

#5 2015-11-27 21:44:42

fotofred
Member
Registered: 2014-09-08
Posts: 42

Re: Html Code for Color Flags

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

#6 2015-11-30 16:46:04

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Html Code for Color Flags

fotofred wrote:

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.


Matt

The Turning Gate, http://theturninggate.net

Offline

#7 2015-11-30 20:40:43

Ben
Moderator
From: Melbourne, Australia
Registered: 2012-09-29
Posts: 4,399

Re: Html Code for Color Flags

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

Board footer

Powered by FluxBB