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
My left pallet (1) is formatting HTML however Pallet 2 (Right) is not. Any ideas?
To test I've literally copied and pasted the same coding and still no Joy.
Also... why is there a Heart to submit feedback and not the usual email icon? Can't seem to find the setting to change it?
Offline
I don’t know if your closing the <i> item. You’re using a capital I in the closing tag </I>
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
also, can you post a link to a non-sensitive album that contains the same code. It's a lot easier to troubleshoot if we have a real page to look at
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Also... why is there a Heart to submit feedback and not the usual email icon? Can't seem to find the setting to change it?
That heart indicates the number of chosen images. Click on that area for filter and submission options.
You can change the heart to something else through custom css.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Matt,
I've been able to duplicate this problem on my test site. Html entered in Tray 02 page copy of the album (in Lightroom) doesn't work.
http://pangolin.barbeephoto.com/galleri … m-laptop1/
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 Rod, I've created some test sites for this:
https://www.evagoras.co.uk/test-sites/test-albums/
All three posing the same problem towards pallet formatting.
Offline
That heart indicates the number of chosen images. Click on that area for filter and submission options.
You can change the heart to something else through custom css.
Image Selects is OFF for these albums.
On my Backlight Album Proofing Page there is a Mail icon to submit feedback.
On my Pangolin Album Proofing Page there is a Heart icon. I would prefer the mail icon here.
Offline
You can use custom css to replace the heart icon.
This is the bit of css controlling both color and icon:
#crg-widget::before {
color: #F44336;
content: "\f004";
}
If you want the envelope icon you're using on the okapi base page, try this:
#crg-widget::before {
content: "\f0e0";
}
this will leave the icon red. If you want another color, add the color statement to the rule and set the color to your preference.
Or you can explore the Font Awesome library and find another icon.
You can see the Font Awesome 4.7 icons here: https://fontawesome.com/v4.7.0/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod, no idea where to put this coding tho. ?
Any idea on the original post problem:
My left pallet (1) is formatting HTML however Pallet 2 (Right) is not. Any ideas?
To test I've literally copied and pasted the same coding and still no Joy.
Offline
The code to replace the heart icon goes in your custom css file.
http://backlight.theturninggate.net/doc … tylesheets
As to the html formatting, as mentioned above, I can repeat the problem in my test site but I don’t know why it’s happening. It appears to be a bug.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod,
Custom css... is that backlight.css in /public_html/backlight/custom/css
Hopefully the bug will be patched soon.
Offline
you could certainly use and modify that file, but it may contain css that you don't want your site to use. I suggest creating your own custom css file.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Sorry, I have no idea how to use/create/implement css
Offline
use a plain text editor. Open a new file. Add the code. Save it as a .css file. Give a unique file name, like my-custom-css.css.
Upload it to /backlight/custom/css.
In your page template, go to the Advances Setting section and enable custom css and choose the file.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
aaah... thank!! So sorry.. I knew the create the file just didn't know how to enable custom css in the page template! thanks!!
Offline
Sorted! Easy when you know how.
Just need the pallets working now.
Last edited by Evagoras (2018-06-22 19:41:57)
Offline
Matt,
I've been able to duplicate this problem on my test site. Html entered in Tray 02 page copy of the album (in Lightroom) doesn't work.
http://pangolin.barbeephoto.com/galleri … m-laptop1/
Strange. We'll have to take a look at this.
Copy entered via Backlight works as expected, though, right? This is only a problem with text entered into the Publish Services plugin?
Offline
Correct, when copy entered via LR, formatting is incorrect.
Offline
I've found that the LR Publisher hadn't included the Tray 2 field in the 'allow HTML' list. I've changed this. Please try downloading the latest copy of Backlight and replace the Lightroom Publisher plugin.
Offline
That did it. Thanks Ben!
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Ben! Both Problems Sorted. Post Closed!
Offline
Pages: 1